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. A standard state can compose an FSM. They do not start, stop, cancel an FSM. They accept input and output events.