S
- the type of stateE
- the type of eventpublic class ForkPseudoState<S,E> extends AbstractPseudoState<S,E>
PseudoState
.Constructor and Description |
---|
ForkPseudoState(java.util.List<State<S,E>> forks) |
Modifier and Type | Method and Description |
---|---|
State<S,E> |
entry(StateContext<S,E> context)
Initiate an entry sequence for the state and return a next
state where state machine should go.
|
java.util.List<State<S,E>> |
getForks() |
addPseudoStateListener, exit, getKind, notifyContext
public State<S,E> entry(StateContext<S,E> context)
PseudoState
entry
in interface PseudoState<S,E>
entry
in class AbstractPseudoState<S,E>
context
- the context