Uses of Interface
org.apache.commons.graph.DirectedGraph

Packages that use DirectedGraph
org.apache.commons.graph Main APIs that describe Graph data structure. 
org.apache.commons.graph.model In-memory based data-structures implementations. 
 

Uses of DirectedGraph in org.apache.commons.graph
 

Subinterfaces of DirectedGraph in org.apache.commons.graph
 interface MutableDirectedGraph<V extends Vertex,E extends Edge<V>>
          The MutableDirectedGraph is a directed graph that supports the addition and removal of Vertex and Edges.
 

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

Classes in org.apache.commons.graph.model that implement DirectedGraph
 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.