Class Summary
|
Cell
|
|
CompoundDirectedGraph
|
A DirectedGraph whose Nodes may be compound
Subgraph s, which may
contain other nodes. |
CompoundDirectedGraphLayout
|
Performs a graph layout on a CompoundDirectedGraph . |
DirectedGraph
|
A graph consisting of nodes and directed edges. |
DirectedGraphLayout
|
Performs a graph layout of a DirectedGraph . |
Edge
|
A directed Edge joining a source and target Node. |
EdgeList
|
A list of Edge s. |
Node
|
A node in a DirectedGraph. |
NodeList
|
A list containing nodes. |
Path
|
A Path representation for the ShortestPathRouting. |
Rank
|
For Internal Use only. |
RankList
|
For internal use only. |
ShortestPathRouter
|
Bends a collection of
Paths around rectangular obstacles. |
Subgraph
|
A Node which may contain other nodes. |
VirtualNode
|
Deprecated. virtual nodes of an edge should be cast to Node.
|