| AbstractEdge |
This class provides a basic implementation of Edge interface, to
minimize the effort required to implement this interface.
|
| AbstractElement |
A base implementation of an element.
|
| AbstractGraph |
This class provides a basic implementation of
Graph interface, to minimize the effort
required to implement this interface.
|
| AbstractNode |
This class provides a basic implementation of Node interface, to
minimize the effort required to implement this interface.
|
| AdjacencyListGraph |
A lightweight graph class intended to allow the construction of big graphs
(millions of elements).
|
| AdjacencyListNode |
|
| DefaultGraph |
Default implementation of graph.
|
| Graphs |
|
| MultiGraph |
A graph implementation that supports multiple edges between two nodes.
|
| MultiNode |
|
| OneAttributeElement |
|
| SingleGraph |
An implementation of graph that supports only one edge between two nodes.
|
| SingleNode |
|