Uses of Class
org.apache.commons.graph.model.BaseMutableGraph

Packages that use BaseMutableGraph
org.apache.commons.graph.model In-memory based data-structures implementations. 
 

Uses of BaseMutableGraph in org.apache.commons.graph.model
 

Subclasses of BaseMutableGraph in org.apache.commons.graph.model
 class DirectedMutableGraph<V extends Vertex,E extends Edge<V>>
          A memory-based implementation of a mutable directed Graph.
 class DirectedMutableWeightedGraph<V extends Vertex,WE extends WeightedEdge<V>>
          A memory-based implementation of a mutable, directed weighted Graph.
 



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