edu.umd.cs.findbugs.graph
public interface SearchTreeCallback<VertexType extends GraphVertex<VertexType>>
| Method Summary | |
|---|---|
| void | addToSearchTree(VertexType parent, VertexType child)
Add an edge to the current search tree.
|
| void | startSearchTree(VertexType vertex)
Start a search tree.
|
Parameters: parent the parent vertex child the child vertex
Parameters: vertex the root of the search tree