Uses of Interface
org.amino.ds.graph.DirectedGraph

Packages that use DirectedGraph
org.amino.alg.graph Interfaces and classes to implement a parallel graph algorithm. 
org.amino.ds.graph Interfaces and classes to implement a parallel graph data structure. 
 

Uses of DirectedGraph in org.amino.alg.graph
 

Methods in org.amino.alg.graph with parameters of type DirectedGraph
static
<E> java.util.Collection<java.util.Collection<Node<E>>>
GraphAlg.getStrongComponents(DirectedGraph<E> graph, java.util.concurrent.ExecutorService threadPool)
          Parallel Strong Connected Component algorithm based on [LK Fleischer2000].
 

Uses of DirectedGraph in org.amino.ds.graph
 

Classes in org.amino.ds.graph that implement DirectedGraph
 class DirectedGraphImpl<E>
          Sample implementation of interface DirectedGraph.
 



Copyright © 2008. All Rights Reserved.