Uses of Class
edu.umd.cs.findbugs.graph.SearchTree
Packages that use SearchTree
-
Uses of SearchTree in edu.umd.cs.findbugs.graph
Fields in edu.umd.cs.findbugs.graph with type parameters of type SearchTreeModifier and TypeFieldDescriptionprivate final ArrayList<SearchTree<VertexType>> SearchTree.m_childListprivate final Iterator<SearchTree<VertexType>> StronglyConnectedComponents.SCCSetIterator.m_searchTreeIteratorprivate final ArrayList<SearchTree<VertexType>> StronglyConnectedComponents.m_stronglyConnectedSearchTreeListprivate final LinkedList<SearchTree<VertexType>> SearchTreeBuilder.searchTreeListprivate final HashMap<VertexType, SearchTree<VertexType>> SearchTreeBuilder.searchTreeMapMethods in edu.umd.cs.findbugs.graph that return SearchTreeModifier 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.private SearchTree<VertexType> SearchTreeBuilder.createSearchTree(VertexType vertex) Methods in edu.umd.cs.findbugs.graph that return types with arguments of type SearchTreeModifier and TypeMethodDescriptionSearchTree.childIterator()Return collection of children of this search tree.SearchTreeBuilder.searchTreeIterator()Get an Iterator over the recorded SearchTrees.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 SearchTreeModifier and TypeMethodDescriptionvoidSearchTree.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.