class documentation
Chain is a logical group of states, that resembles a linked list. The start state is the head of the Chain and the end state is the tail of the Chain.
| Method | __init__ |
steps (list(State), optional): List of states to be chained in-order. (default: []) |
| Method | __iter__ |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | accept |
Undocumented |
| Method | append |
Add a state at the tail end of the chain. |
| Instance Variable | steps |
Undocumented |
| Property | state |
Undocumented |