| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
core.AbstractIndexer --+
|
core.BaseDictionaryContainer --+
|
core.DictionaryContainer --+
|
TransitionTable
Represents a lookup table of transitions that are possible from within a given state.
Provides dictionary-like access, where dictionary keys are target states. These are members of the States enumeration, e.g.:
>>> state.transitions[States.Match] transition info regarding transition from the current state to a Match state >>> state.transitions[States.Match].predecessor state >>> state.transitions[States.Match].successor the next match state
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
|
Inherited from Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Append a new
|
Set the transition table using the dictionary provided in the argument.
|
Update the information of a transition, which points to a target state of the specified States kind.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:04 2017 | http://epydoc.sourceforge.net |