S - the type of stateE - the type of eventpublic class ChoiceData<S,E>
extends java.lang.Object
| Constructor and Description |
|---|
ChoiceData(S source,
S target,
Guard<S,E> guard)
Instantiates a new choice data.
|
| Modifier and Type | Method and Description |
|---|---|
Guard<S,E> |
getGuard()
Gets the guard.
|
S |
getSource()
Gets the source.
|
S |
getTarget()
Gets the target.
|