S - the type of stateE - the type of eventpublic interface StateMachineModelFactory<S,E>
StateMachineModels.| Modifier and Type | Method and Description |
|---|---|
StateMachineModel<S,E> |
build()
Builds the state machine model.
|
StateMachineModel<S,E> build()