Bases: automaton.machines.FiniteMachine
An ironic state-machine class with some ironic specific additions.
Adds a given state to the state machine.
Parameters: |
|
---|
Further arguments are interpreted as for parent method add_state.
Adds an allowed transition from start -> end for the given event.
Parameters: |
|
---|
Initialize the FSM.
Parameters: |
|
---|