S
- the type of stateE
- the type of eventpublic class JunctionPseudoState<S,E> extends java.lang.Object implements PseudoState<S,E>
PseudoState
.Modifier and Type | Class and Description |
---|---|
static class |
JunctionPseudoState.JunctionStateData<S,E>
|
Constructor and Description |
---|
JunctionPseudoState(java.util.List<JunctionPseudoState.JunctionStateData<S,E>> junctions)
Instantiates a new junction pseudo state.
|
Modifier and Type | Method and Description |
---|---|
void |
addPseudoStateListener(PseudoStateListener<S,E> listener)
Registers a new
PseudoStateListener . |
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.
|
void |
exit(StateContext<S,E> context)
Initiate an exit sequence for the state.
|
PseudoStateKind |
getKind()
Gets the pseudostate kind.
|
void |
setPseudoStateListeners(java.util.List<PseudoStateListener<S,E>> listeners)
Registers a new
PseudoStateListener s. |
public JunctionPseudoState(java.util.List<JunctionPseudoState.JunctionStateData<S,E>> junctions)
junctions
- the junctionspublic PseudoStateKind getKind()
PseudoState
getKind
in interface PseudoState<S,E>
public State<S,E> entry(StateContext<S,E> context)
PseudoState
entry
in interface PseudoState<S,E>
context
- the contextpublic void exit(StateContext<S,E> context)
PseudoState
exit
in interface PseudoState<S,E>
context
- the contextpublic void addPseudoStateListener(PseudoStateListener<S,E> listener)
PseudoState
PseudoStateListener
.addPseudoStateListener
in interface PseudoState<S,E>
listener
- the listenerpublic void setPseudoStateListeners(java.util.List<PseudoStateListener<S,E>> listeners)
PseudoState
PseudoStateListener
s. Clears all
existing listeners.setPseudoStateListeners
in interface PseudoState<S,E>
listeners
- the listeners