Uses of Interface
io.openml.gearbox.bfs.NodeVisitor
Packages that use NodeVisitor
-
Uses of NodeVisitor in io.openml.gearbox.bfs
Methods in io.openml.gearbox.bfs with parameters of type NodeVisitorModifier and TypeMethodDescriptiondefault void
Node.accept
(NodeVisitor visitor) The operation allows aNodeVisitor
to "visit" the node.static <T> void
Bfs.traverse
(Node<T> startNode, NodeVisitor visitor) Performs a Breadth-First Search (BFS) traversal starting from a given node.static <T> void
Bfs.traverseLeveled
(Node<T> startNode, NodeVisitor visitor) Performs a leveled Breadth-First Search (BFS) traversal, i.e.