Uses of Interface
io.openml.gearbox.bfs.Node
Packages that use Node
-
Uses of Node in io.openml.gearbox.bfs
Methods in io.openml.gearbox.bfs that return types with arguments of type NodeMethods in io.openml.gearbox.bfs with parameters of type NodeModifier and TypeMethodDescriptionstatic <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.void
The "visit" operation for different types of user-defined problem.