|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphViz.Edge | |
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.Edge in com.inxar.syntacs.util |
Methods in com.inxar.syntacs.util that return GraphViz.Edge | |
GraphViz.Edge |
Dot.edge(String src,
String dst)
|
Uses of GraphViz.Edge in org.inxar.syntacs.util |
Methods in org.inxar.syntacs.util that return GraphViz.Edge | |
GraphViz.Edge |
GraphViz.edge(String src,
String dst)
Adds a new Edge to the graph and returns it to the
caller for further refinement. |
GraphViz.Edge |
GraphViz.Edge.attr(String key,
String value)
Adds a new attribute to the edge and returns the Node to the caller such that
StringBuffer -like programming style is
supported. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |