|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |