public class TransitionSet<SI extends StateIndex<? super S>,S extends AbstractState<S,T>,T extends AbstractTransition<S,T>> extends Object
TransitionBuilder.| Constructor and Description |
|---|
TransitionSet(T[] transitions,
StateSet<SI,S> targetStateSet) |
| Modifier and Type | Method and Description |
|---|---|
StateSet<SI,S> |
getTargetStateSet() |
T |
getTransition(int i) |
T[] |
getTransitions() |
boolean |
isEmpty() |
int |
size() |