|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.inxar.syntacs.automaton.finite | |
com.inxar.syntacs.automaton.finite | Defines classes which implement determinitic finite automata and their construction. |
Classes in com.inxar.syntacs.automaton.finite used by com.inxar.syntacs.automaton.finiteTreeDFA.Edge
|
The TreeDFA.Edge class is models a single edge as
a node in an binary interval tree.TreeDFA.State
|
The TreeDFA.State class is models a single state
as tuple (output, edge_tree) where
output is an integer which records the accepting
NFA state and edge_tree holds the outgoing edges
of the state tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |