Home | Trees | Indices | Help |
|
---|
|
Finite-word finite-state automaton.
By default non-deterministic (NFA). To enforce determinism (DFA):
>>> a = FiniteWordAutomaton(deterministic=True)
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from Inherited from |
Method Details |
Initialize FiniteStateAutomaton. Additional keyword arguments are passed to LabeledDiGraph.__init__.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 12 18:21:43 2015 | http://epydoc.sourceforge.net |