org.inxar.syntacs.automaton.pushdown
Interface DPATransformer

All Known Implementing Classes:
Array2MesoArrayDPATransformer

public interface DPATransformer

The DPATransformer interface abstracts algorithms which are capable of transforming an Object into a DPA.


Method Summary
 DPA transform(Object o)
          Transforms the given Object to a DPA.
 

Method Detail

transform

public DPA transform(Object o)
Transforms the given Object to a DPA.