Package com.alexmerz.graphviz.objects

This package contains the objects representing a Graph including all its Node, Edges and Subgraphs.

See:
          Description

Class Summary
Edge This class represents an Edge in a Graph.
Graph This class represents a graph.
GraphAttributes This class will be used in the future to validate graph attributes.
Id This object is used to identify graphs and nodes Note, that an object may contain an id or a label.
Node This class represents a node in a graph.
PortNode This class is an extended Node object containing Port information of a node in an edge.
 

Package com.alexmerz.graphviz.objects Description

This package contains the objects representing a Graph including all its Node, Edges and Subgraphs.