Class Summary |
AbstractGraph |
An implementation of many of the methods of InspectableGraph in terms
of a few primitives. |
AbstractGraph.OO_to_O_MergerIterator |
|
EdgeIteratorAdapter |
Takes an ObjectIterator known to be iterating over things that
are edges, and makes it appear as an EdgeIterator. |
IncidenceListGraph |
An implementation of the Graph interface, including self-loops,
parallel edges, and mixed directed and undirected edges. |
ToString |
string representing a graph. |
ToString.EdgeInRTStyle |
|
ToString.EdgeToEmptyString |
|
ToString.VertexToEmptyString |
|
ToString.VertexWritesElementOnly |
|
VertexIteratorAdapter |
Takes an ObjectIterator known to be iterating over things that
are Vertices, and makes it appear as an VertexIterator. |