Uses of Class
io.openml.gearbox.binarytree.traversal.AbstractPreOrderVisitor
Packages that use AbstractPreOrderVisitor
-
Uses of AbstractPreOrderVisitor in io.openml.gearbox.binarytree.traversal
Subclasses of AbstractPreOrderVisitor in io.openml.gearbox.binarytree.traversal
PreOrderSearch
reflects an obsolete implementation that doesn't strictly bind the principle of Visitor pattern.