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
Fields in edu.umd.cs.findbugs.graph with type parameters of type SearchTree Modifier and Type Field Description private java.util.ArrayList<SearchTree<VertexType>>SearchTree. m_childListprivate java.util.Iterator<SearchTree<VertexType>>StronglyConnectedComponents.SCCSetIterator. m_searchTreeIteratorprivate java.util.ArrayList<SearchTree<VertexType>>StronglyConnectedComponents. m_stronglyConnectedSearchTreeListprivate java.util.LinkedList<SearchTree<VertexType>>SearchTreeBuilder. searchTreeListprivate java.util.HashMap<VertexType,SearchTree<VertexType>>SearchTreeBuilder. searchTreeMapMethods in edu.umd.cs.findbugs.graph that return SearchTree 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.private SearchTree<VertexType>SearchTreeBuilder. createSearchTree(VertexType vertex)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 voidSearchTree. addChild(SearchTree<VertexType> child)Add a child search tree.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.
-