|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgrapht.alg.TransitiveClosure
public class TransitiveClosure
Constructs the transitive closure of the input graph.
Field Summary | |
---|---|
static TransitiveClosure |
INSTANCE
Singleton instance. |
Method Summary | ||
---|---|---|
|
closeSimpleDirectedGraph(SimpleDirectedGraph<V,E> graph)
Computes the transitive closure of the given graph. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TransitiveClosure INSTANCE
Method Detail |
---|
public <V,E> void closeSimpleDirectedGraph(SimpleDirectedGraph<V,E> graph)
graph
- - Graph to compute transitive closure for.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |