edu.umd.cs.findbugs.graph

Class DepthFirstSearch<GraphType,EdgeType,VertexType>

public class DepthFirstSearch<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>> extends AbstractDepthFirstSearch<GraphType,EdgeType,VertexType>

Perform a forward depth first search of a graph.

Author: David Hovemeyer

See Also: Graph AbstractDepthFirstSearch

Constructor Summary
DepthFirstSearch(GraphType graph)
Constructor.

Constructor Detail

DepthFirstSearch

public DepthFirstSearch(GraphType graph)
Constructor.

Parameters: graph the graph to perform a depth first search of

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