|
Class Summary |
| AbstractGraph |
An abstract implementation of a directed graph that contains default methods
for basic topology traversal operations. |
| AbstractGraphToDotty |
|
| BasicEdge |
The most basic implementation of Edge. |
| BasicGraph |
Data structure for representing a simple directed graph. |
| DebugSubGraph |
Allows the user to create a Graph representing a portion of an EdifCell based
on a specific EdifCellInstance in that EdifCell. |
| NodeEdgeMap |
Represents a Map between node objects within a DirectedGraph object
and a Collection of Edge objects. |