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