Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
Util.Graphs.SCCTopSortedGraph

Uses of SCCTopSortedGraph in Util.Graphs
 

Methods in Util.Graphs that return SCCTopSortedGraph
static SCCTopSortedGraph SCCTopSortedGraph.topSort(SCComponent root)
          Sorts all the strongly connected component reachable from root in decreasing topological order.
static SCCTopSortedGraph SCCTopSortedGraph.topSort(java.util.Set roots)
          Sorts all the strongly connected component reachable from one of the SCComponents from roots in decreasing topological order.