org.inxar.syntacs.util
Interface Vizualizable

All Known Implementing Classes:
ArrayDPAConstructor, LALR1Constructor, LR1Constructor, TreeDFA

public interface Vizualizable

Vizualizable instances are capable of rendering their state as a graphviz dot file which can subsequently be converted to postscript (among other formats).


Method Summary
 void vizualize(GraphViz viz)
          Burn state to the GraphViz instance such that the instance may be visualized in postscript.
 

Method Detail

vizualize

public void vizualize(GraphViz viz)
Burn state to the GraphViz instance such that the instance may be visualized in postscript.