org.inxar.syntacs.automaton.finite
Interface DFAConstructor

All Known Implementing Classes:
TreeDFAConstructor

public interface DFAConstructor

Algorithms which are capable of generating a DFA from a RegularSet can be encapsulated by the DFAConstructor interface.


Method Summary
 DFA construct(RegularSet grammar)
          Constructs a DFA from the given RegularSet.
 

Method Detail

construct

public DFA construct(RegularSet grammar)
Constructs a DFA from the given RegularSet.