Uses of Class
edu.umd.cs.findbugs.graph.SearchTree
-
Packages that use SearchTree Package Description edu.umd.cs.findbugs.graph -
-
Uses of SearchTree in edu.umd.cs.findbugs.graph
Methods in edu.umd.cs.findbugs.graph that return types with arguments of type SearchTree Modifier and Type Method Description java.util.Iterator<SearchTree<VertexType>>
SearchTree. childIterator()
Return collection of children of this search tree.java.util.Iterator<SearchTree<VertexType>>
SearchTreeBuilder. searchTreeIterator()
Get an Iterator over the recorded SearchTrees.java.util.Iterator<SearchTree<VertexType>>
StronglyConnectedComponents. searchTreeIterator()
Returns an iterator over the search trees containing the vertices of each strongly connected component.Methods in edu.umd.cs.findbugs.graph with parameters of type SearchTree Modifier and Type Method Description void
SearchTree. addChild(SearchTree<VertexType> child)
Add a child search tree.
-