S
- the type of stateE
- the type of eventpublic static class JoinPseudoState.JoinStateData<S,E>
extends java.lang.Object
Constructor and Description |
---|
JoinStateData(StateHolder<S,E> state,
Guard<S,E> guard)
Instantiates a new join state data.
|
Modifier and Type | Method and Description |
---|---|
Guard<S,E> |
getGuard()
Gets the guard.
|
State<S,E> |
getState()
Gets the state.
|
StateHolder<S,E> |
getStateHolder()
Gets the state holder.
|