|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
BaseGraph<V extends Vertex,E extends Edge<V>> | Basic abstract in-memory based of a simple read-only Graph implementation. |
BaseMutableGraph<V extends Vertex,E extends Edge<V>> | Basic abstract in-memory based of a simple mutable Graph implementation. |
DirectedMutableGraph<V extends Vertex,E extends Edge<V>> | A memory-based implementation of a mutable directed Graph. |
DirectedMutableWeightedGraph<V extends Vertex,WE extends WeightedEdge<V>> | A memory-based implementation of a mutable, directed weighted Graph. |
InMemoryPath<V extends Vertex,WE extends WeightedEdge<V>> | Support WeightedPath implementation, optimized for algorithms (such Dijkstra's) that need to rebuild the path
traversing the predecessor list bottom-up. |
In-memory based data-structures implementations.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |