Uses of Interface
com.tensegrity.graph.algorithm.BFSVisitor

Packages that use BFSVisitor
com.tensegrity.graph.algorithm   
 

Uses of BFSVisitor in com.tensegrity.graph.algorithm
 

Classes in com.tensegrity.graph.algorithm that implement BFSVisitor
 class BFSVisitorAdapter
          This defines a bfs graph visitor adapter for convenience.
 

Methods in com.tensegrity.graph.algorithm with parameters of type BFSVisitor
 void BFS.apply(Graph graph, BFSVisitor visitor)
          This starts a visit with the node at index 0 as the rootnode.
 void BFS.apply(Graph graph, BFSVisitor visitor, Node startnode)
          This starts a visit with the node startnode as the rootnode.
 void BFS.apply(Graph graph, BFSVisitor visitor, boolean allcomponents)
          This starts a visit with the node at index 0 as the rootnode.
 void BFS.apply(Graph graph, BFSVisitor visitor, Node startnode, boolean allcomponents)
          This starts a visit with the node startnode as the rootnode.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.