create State Machine
fun createStateMachine(): StateMachine<State, Event, GuardKey, ActionKey, Memento>
Content copied to clipboard
Create an instance of the finite state machine described by the StateMachineFactory.
Return
The new validated state machine.
Throws
If validation fails.