Uses of Interface
org.graph4j.traversal.DFSVisitor
Packages that use DFSVisitor
Package
Description
Implementations of the depth-first search (DFS) and breadth-first search (BFS)
algorithms, using both iterator and visitor patterns.
-
Uses of DFSVisitor in org.graph4j.traversal
Methods in org.graph4j.traversal with parameters of type DFSVisitorModifier and TypeMethodDescriptionvoidDFSTraverser.traverse(int start, DFSVisitor visitor) voidDFSTraverser.traverse(DFSVisitor visitor)