Uses of Class
edu.umd.cs.findbugs.graph.Transpose
-
Packages that use Transpose Package Description edu.umd.cs.findbugs.graph -
-
Uses of Transpose in edu.umd.cs.findbugs.graph
Methods in edu.umd.cs.findbugs.graph with parameters of type Transpose Modifier and Type Method Description private 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.
-