Uses of Class
com.alexmerz.graphviz.objects.PortNode

Packages that use PortNode
com.alexmerz.graphviz This package contains the Tokenizer and Parser classes to create a datastructure from an Reader containing a Graphviz document. 
com.alexmerz.graphviz.objects This package contains the objects representing a Graph including all its Node, Edges and Subgraphs. 
 

Uses of PortNode in com.alexmerz.graphviz
 

Methods in com.alexmerz.graphviz that return PortNode
 PortNode Parser.node_port()
          Production for Node having port information (node:"e")
 

Uses of PortNode in com.alexmerz.graphviz.objects
 

Methods in com.alexmerz.graphviz.objects that return PortNode
 PortNode Edge.getSource()
          Returns the source node of the edge
 PortNode Edge.getTarget()
          Returns the target node of the edge
 

Methods in com.alexmerz.graphviz.objects with parameters of type PortNode
 void Edge.setSource(PortNode source)
          Sets the source node of the edge
 void Edge.setTarget(PortNode target)
          Sets the target node of the edge
 

Constructors in com.alexmerz.graphviz.objects with parameters of type PortNode
Edge(PortNode source, PortNode target, int type)
          Creates an Edge