Class StateMachineModel<S,E>
java.lang.Object
org.springframework.statemachine.config.model.StateMachineModel<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
- Direct Known Subclasses:
DefaultStateMachineModel
Base abstract SPI class for state machine configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract ConfigurationData<S,
E> Gets the configuration config data.abstract StatesData<S,
E> Gets the states config data.abstract TransitionsData<S,
E> Gets the transitions config data.
-
Constructor Details
-
StateMachineModel
public StateMachineModel()
-
-
Method Details
-
getConfigurationData
Gets the configuration config data.- Returns:
- the configuration config data
-
getStatesData
Gets the states config data.- Returns:
- the states config data
-
getTransitionsData
Gets the transitions config data.- Returns:
- the transitions config data
-