Uses of Class
jenkins.util.DirectedGraph.SCC
Packages that use DirectedGraph.SCC
-
Uses of DirectedGraph.SCC in jenkins.util
Methods in jenkins.util that return types with arguments of type DirectedGraph.SCCModifier and TypeMethodDescriptionDirectedGraph.getStronglyConnectedComponents()
Performs the Tarjan's algorithm and computes strongly-connected components from the sink to source order.