S
- the type of stateE
- the type of eventpublic class StatesData<S,E>
extends java.lang.Object
StateConfigurer
.Constructor and Description |
---|
StatesData(java.util.Collection<StateData<S,E>> stateData)
Instantiates a new states data.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<StateData<S,E>> |
getStateData()
Gets the state data.
|