Readonly
fsmThe FSM that contains the state.
Readonly
nameThe name of the state.
Readonly
transitionsThe 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
Defines a type of state that can produce as output events.
Type Param: E
The type of events the FSM processes.