FindBugs™ 1.3.9

edu.umd.cs.findbugs.graph
Interface SearchTreeCallback<VertexType extends GraphVertex<VertexType>>

All Known Implementing Classes:
SearchTreeBuilder

public interface SearchTreeCallback<VertexType extends GraphVertex<VertexType>>

Callback interface for building a search tree from a depth first search.


Method Summary
 void addToSearchTree(VertexType parent, VertexType child)
          Add an edge to the current search tree.
 void startSearchTree(VertexType vertex)
          Start a search tree.
 

Method Detail

startSearchTree

void startSearchTree(VertexType vertex)
Start a search tree.

Parameters:
vertex - the root of the search tree

addToSearchTree

void addToSearchTree(VertexType parent,
                     VertexType child)
Add an edge to the current search tree.

Parameters:
parent - the parent vertex
child - the child vertex

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.