|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DFA | |
com.inxar.syntacs.automaton.finite | Defines classes which implement determinitic finite automata and their construction. |
org.inxar.syntacs.automaton.finite | Declares interfaces which model and support deterministic finite automata. |
Uses of DFA in com.inxar.syntacs.automaton.finite |
Classes in com.inxar.syntacs.automaton.finite that implement DFA | |
class |
MesoArrayDFA
Concrete DFA implementation which uses truncated array
parse tables. |
class |
TreeDFA
Concrete DFA implementation which uses tree-based
parse tables. |
Methods in com.inxar.syntacs.automaton.finite that return DFA | |
DFA |
XML2TreeDFATransformer.transform(org.w3c.dom.Element element)
|
DFA |
TreeDFAConstructor.construct(RegularSet regset)
|
DFA |
Tree2MesoArrayDFATransformer.transform(Object tree_dfa)
Transform the argument into a DFA . |
Uses of DFA in org.inxar.syntacs.automaton.finite |
Methods in org.inxar.syntacs.automaton.finite that return DFA | |
DFA |
DFATransformer.transform(Object object)
Transforms the given Object into a
DFA . |
DFA |
DFAConstructor.construct(RegularSet grammar)
Constructs a DFA from the given
RegularSet . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |