Uses of Class
jenkins.util.DirectedGraph.SCC
-
Packages that use DirectedGraph.SCC Package Description jenkins.util -
-
Uses of DirectedGraph.SCC in jenkins.util
Methods in jenkins.util that return types with arguments of type DirectedGraph.SCC Modifier and Type Method Description List<DirectedGraph.SCC<N>>
DirectedGraph. getStronglyConnectedComponents()
Performs the Tarjan's algorithm and computes strongly-connected components from the sink to source order.
-