T - type of State MachineS - type of StateE - type of EventC - type of Contextpublic interface ImmutableLinkedState<T extends StateMachine<T,S,E,C>,S,E,C> extends ImmutableState<T,S,E,C>
| Modifier and Type | Method and Description |
|---|---|
StateMachine<? extends StateMachine<?,S,E,C>,S,E,C> |
getLinkedStateMachine(T stateMachine) |
enterByHistory, enterDeep, enterShallow, entry, exit, getAcceptableEvents, getAllTransitions, getChildStates, getCompositeType, getEntryActions, getExitActions, getHistoryType, getInitialState, getLevel, getParentState, getPath, getStateId, getThis, getTransitions, hasChildStates, internalFire, isChildStateOf, isFinalState, isParallelState, isRegion, isRootState, verifyStateMachine<? extends StateMachine<?,S,E,C>,S,E,C> getLinkedStateMachine(T stateMachine)
Copyright © 2013–2016. All rights reserved.