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