S
- the type of stateE
- the type of eventpublic class ModelData<S,E>
extends java.lang.Object
ModelConfigurer
.Constructor and Description |
---|
ModelData(StateMachineModelFactory<S,E> factory)
Instantiates a new model data.
|
Modifier and Type | Method and Description |
---|---|
StateMachineModelFactory<S,E> |
getFactory()
Gets the factory.
|
public ModelData(StateMachineModelFactory<S,E> factory)
factory
- the factorypublic StateMachineModelFactory<S,E> getFactory()