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