Package org.jgrapht.alg
Class TransitiveClosure
java.lang.Object
org.jgrapht.alg.TransitiveClosure
Constructs the transitive closure of the input graph.
- Since:
- May 5, 2007
- Author:
- Vinayak R. Borkar
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<V,
E> void closeSimpleDirectedGraph
(SimpleDirectedGraph<V, E> graph) Computes the transitive closure of the given graph.
-
Field Details
-
INSTANCE
Singleton instance.
-
-
Method Details
-
closeSimpleDirectedGraph
Computes the transitive closure of the given graph.- Parameters:
graph
- - Graph to compute transitive closure for.
-