Class Topological
java.lang.Object
com.ibm.wala.util.graph.traverse.Topological
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Iterable
<T> makeTopologicalIter
(Graph<T> graph) Build an Iterator over all the nodes in the graph, in an order such that SCCs are visited in topological order.
-
Constructor Details
-
Topological
public Topological()
-
-
Method Details
-
makeTopologicalIter
Build an Iterator over all the nodes in the graph, in an order such that SCCs are visited in topological order.- Throws:
IllegalArgumentException
- if graph == null
-