Abstract Protected constructorCreates the state.
The FSM that will contain the state.
The name of this state.
Protected Readonly _transitionsReadonly fsmThe FSM that contains the state.
Readonly nameThe name of the state.
The list of outgoing transitions of the state.
Abstract acceptVisiting the state.
The visitor.
Adds the given transitions to the list of outgoing transitions of the state.
The transition to add.
Abstract exitGenerated using TypeDoc
Base implementation of the OutputState interface.