Protected
Readonly
_transitionsReadonly
fsmThe FSM that contains the state.
Readonly
nameThe name of the state.
The list of outgoing transitions of the state.
Visiting the state.
The visitor.
Adds the given transitions to the list of outgoing transitions of the state.
The transition to add.
Generated using TypeDoc
An FSM state. An initial state is the unique state that can start an FSM.