S
- the type of stateE
- the type of eventpublic static class ChoicePseudoState.ChoiceStateData<S,E>
extends java.lang.Object
Constructor and Description |
---|
ChoiceStateData(StateHolder<S,E> state,
Guard<S,E> guard,
java.util.Collection<Action<S,E>> actions)
Instantiates a new choice state data.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Action<S,E>> |
getActions()
Gets the actions.
|
Guard<S,E> |
getGuard()
Gets the guard.
|
State<S,E> |
getState()
Gets the state.
|
StateHolder<S,E> |
getStateHolder()
Gets the state holder.
|
public StateHolder<S,E> getStateHolder()