public interface SearchTreeCallback<VertexType extends GraphVertex<VertexType>>
Modifier and Type | Method and Description |
---|---|
void |
addToSearchTree(VertexType parent,
VertexType child)
Add an edge to the current search tree.
|
void |
startSearchTree(VertexType vertex)
Start a search tree.
|
void startSearchTree(VertexType vertex)
vertex
- the root of the search treevoid addToSearchTree(VertexType parent, VertexType child)
parent
- the parent vertexchild
- the child vertexFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.