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.
|
ChoiceData(S source,
S target,
Guard<S,E> guard,
java.util.Collection<Action<S,E>> actions)
Instantiates a new choice data.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Action<S,E>> |
getActions()
Gets the actions.
|
Guard<S,E> |
getGuard()
Gets the guard.
|
S |
getSource()
Gets the source.
|
S |
getTarget()
Gets the target.
|
public ChoiceData(S source, S target, Guard<S,E> guard)
source
- the sourcetarget
- the targetguard
- the guard