net.sourceforge.combean.interfaces.graph.alg.traverse
Interface DepthFirstSearch

Package class diagram package DepthFirstSearch
All Superinterfaces:
GraphAlgorithm, GraphTraversalAlg
All Known Implementing Classes:
RecursiveDFSImpl

public interface DepthFirstSearch
extends GraphTraversalAlg

DFS graph traversal algorithm.


Method Summary
 DFSVisitor getDFSVisitor()
           
 void setDFSVisitor(DFSVisitor visitor)
           
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.alg.traverse.GraphTraversalAlg
getVisitor, setLocalStartNode, setUseOnlyOutgoingEdges, setVisitor
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.alg.GraphAlgorithm
getGraph, run, setGraph
 

Method Detail

getDFSVisitor

DFSVisitor getDFSVisitor()

setDFSVisitor

void setDFSVisitor(DFSVisitor visitor)