Home | Trees | Indices | Help |
|
---|
|
Finite-word finite-state automaton.
By default non-deterministic (NFA). To enforce determinism (DFA):
>>> a = FiniteWordAutomaton(deterministic=True)
Nested Classes | |
Inherited from Inherited from |
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 Sat Nov 19 00:11:17 2016 | http://epydoc.sourceforge.net |