edu.umd.cs.findbugs.graph

Class ReverseDepthFirstSearch<GraphType,EdgeType,VertexType>

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

Perform a reverse depth first search of a graph. (I.e., depth first search of reversed graph.)

Author: David Hovemeyer

See Also: Graph AbstractDepthFirstSearch

Constructor Summary
ReverseDepthFirstSearch(GraphType graph)
Constructor.

Constructor Detail

ReverseDepthFirstSearch

public ReverseDepthFirstSearch(GraphType graph)
Constructor.

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

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