Uses of Class
edu.umd.cs.findbugs.graph.Transpose
Packages that use Transpose
-
Uses of Transpose in edu.umd.cs.findbugs.graph
Methods in edu.umd.cs.findbugs.graph with parameters of type TransposeModifier and TypeMethodDescriptionprivate SearchTree
<VertexType> StronglyConnectedComponents.copySearchTree
(SearchTree<VertexType> tree, Transpose<GraphType, EdgeType, VertexType> t) Make a copy of given search tree (in the transposed graph) using vertices of the original graph.