createStateMachine

fun createStateMachine(): StateMachine<State, Event, GuardKey, ActionKey, Memento>

Create an instance of the finite state machine described by the StateMachineFactory.

Return

The new validated state machine.

Throws