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

Package class diagram package BreadthFirstSearch
All Superinterfaces:
GraphAlgorithm, GraphTraversalAlg
All Known Implementing Classes:
BreadthFirstSearchImpl

public interface BreadthFirstSearch
extends GraphTraversalAlg

BFS graph traversal algorithm.


Method Summary
 
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