Uses of Interface
org.inxar.syntacs.util.GraphViz.Node

Packages that use GraphViz.Node
com.inxar.syntacs.util Defines classes and utilities which implement fundamental abstract data types. 
org.inxar.syntacs.util Declares interfaces which model basic and or fundamental abstract data types used throughout the translation process. 
 

Uses of GraphViz.Node in com.inxar.syntacs.util
 

Methods in com.inxar.syntacs.util that return GraphViz.Node
 GraphViz.Node Dot.node(String name)
           
 

Uses of GraphViz.Node in org.inxar.syntacs.util
 

Methods in org.inxar.syntacs.util that return GraphViz.Node
 GraphViz.Node GraphViz.node(String name)
          Adds a new Node to the graph and returns it to the caller for further refinement.
 GraphViz.Node GraphViz.Node.attr(String key, String value)
          Adds a new attribute to the node and returns the Edge to the caller such that StringBuffer-like programming style is supported.