org.inxar.syntacs.automaton.pushdown
Interface DPAConstructor

All Known Implementing Classes:
LRConstructor, LALR1Constructor, ArrayDPAConstructor

public interface DPAConstructor

The DPAConstructor interface abstracts algorithms which are capable of transforming a ContextFreeSet into a DPA.


Method Summary
 DPA construct(ContextFreeSet grammar)
          Constructs a DPA.
 

Method Detail

construct

public DPA construct(ContextFreeSet grammar)
              throws AlgorithmException
Constructs a DPA.