|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.graph.SearchTree<VertexType>
public class SearchTree<VertexType extends GraphVertex<VertexType>>
SearchTree represents a search tree produced by a graph search algorithm, such as BreadthFirstSearch or DepthFirstSearch.
Constructor Summary | |
---|---|
SearchTree(VertexType v)
Create a new search tree. |
Method Summary | |
---|---|
void |
addChild(SearchTree<VertexType> child)
Add a child search tree. |
void |
addVerticesToSet(java.util.Set<VertexType> set)
Add all vertices contained in this search tree to the given set. |
java.util.Iterator<SearchTree<VertexType>> |
childIterator()
Return collection of children of this search tree. |
VertexType |
getVertex()
Get the vertex contained in this node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchTree(VertexType v)
Method Detail |
---|
public VertexType getVertex()
public void addChild(SearchTree<VertexType> child)
public java.util.Iterator<SearchTree<VertexType>> childIterator()
public void addVerticesToSet(java.util.Set<VertexType> set)
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |