Uses of Package
com.inxar.syntacs.automaton.finite

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.finite
TreeDFA.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.