Class ModelData<S,E>
java.lang.Object
org.springframework.statemachine.config.builders.ModelData<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
Data object used return and build data from a
ModelConfigurer
.-
Constructor Summary
ConstructorDescriptionModelData
(StateMachineModelFactory<S, E> factory) Instantiates a new model data. -
Method Summary
-
Constructor Details
-
ModelData
Instantiates a new model data.- Parameters:
factory
- the factory
-
-
Method Details
-
getFactory
Gets the factory.- Returns:
- the factory
-