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

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

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

Subclasses of BaseGraph in org.apache.commons.graph.model
 class BaseMutableGraph<V extends Vertex,E extends Edge<V>>
          Basic abstract in-memory based of a simple mutable Graph implementation.
 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.