| DirectedGraph |
A graph whose all edges are directed.
|
| Edge |
An edge used with graph objects.
|
| EdgeFactory |
An edge factory used by graphs for creating new edges.
|
| Graph |
The root interface in the graph hierarchy.
|
| LabeledElement |
An graph element (vertex or edge) that can have a label.
|
| ListenableGraph |
A graph that supports listeners on structural change events.
|
| UndirectedGraph |
A graph whose all edges are undirected.
|
| VertexFactory |
A vertex factory used by graph algorithms for creating new vertices.
|
| WeightedGraph |
A tagging interface for a graph whose all edges have weights.
|