S
- the type of stateE
- the type of eventpublic abstract class StateMachineModel<S,E>
extends java.lang.Object
Constructor and Description |
---|
StateMachineModel() |
Modifier and Type | Method and Description |
---|---|
abstract ConfigurationData<S,E> |
getConfigurationData()
Gets the configuration config data.
|
abstract StatesData<S,E> |
getStatesData()
Gets the states config data.
|
abstract TransitionsData<S,E> |
getTransitionsData()
Gets the transitions config data.
|
public abstract ConfigurationData<S,E> getConfigurationData()
public abstract StatesData<S,E> getStatesData()
public abstract TransitionsData<S,E> getTransitionsData()