Class PowersetView<S,I,T>

java.lang.Object
net.automatalib.ts.powerset.PowersetView<S,I,T>
Type Parameters:
S - (original) state type
I - input symbol type
T - (original) transition type
All Implemented Interfaces:
InitialState<Set<S>>, InitialStates<Set<S>>, DeterministicTransitionSystem<Set<S>,I,Collection<T>>, PowersetViewTS<Set<S>,I,Collection<T>,S,T>, SimpleDTS<Set<S>,I>, SimpleTS<Set<S>,I>, TransitionSystem<Set<S>,I,Collection<T>>
Direct Known Subclasses:
FastPowersetDTS

public class PowersetView<S,I,T> extends Object implements PowersetViewTS<Set<S>,I,Collection<T>,S,T>
A (default) PowersetViewTS implementation that represents states and transitions of the original transition system via Sets and Collections.