| Interface | Description |
|---|---|
| ArchetypeGraph<V,E> | |
| DirectedEdge |
A tagging interface for edges which have a defined source (head) and
destination (tail).
|
| DirectedGraph<V,E extends DirectedEdge> | |
| Graph<V,E> | |
| UndirectedGraph<V,E> |
| Class | Description |
|---|---|
| SimpleAbstractSparseGraph<V,E> | |
| SimpleDirectedSparseGraph<V,E extends DirectedEdge> | |
| SimpleUndirectedSparseGraph<V,E> |