Package org.apache.commons.graph.model

In-memory based data-structures implementations.

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.
 

Package org.apache.commons.graph.model Description

In-memory based data-structures implementations.



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.