Abstract Protected constructorCreates the transition.
The source state of the transition
The output state of the transition
Optional action: ((evt) => void)The action to execute when going through the transition
Optional guard: ((evt) => boolean)The guard to fulfil to execute the transition
Readonly actionReadonly guardReadonly srcReadonly tgtThe target state of the transition
Abstract acceptVisiting the transition.
The visitor.
Executes the transition.
The event to process.
The potential output state.
CancelFSMException If the execution cancels the FSM execution.
Abstract getThe set of events accepted by the transition.
Generated using TypeDoc
The base implementation of a FSM transition.