edu.umd.cs.findbugs.graph
public class DepthFirstSearch<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>> extends AbstractDepthFirstSearch<GraphType,EdgeType,VertexType>
See Also: Graph AbstractDepthFirstSearch
Constructor Summary | |
---|---|
DepthFirstSearch(GraphType graph)
Constructor.
|
Parameters: graph the graph to perform a depth first search of