|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||