Uses of Class
io.openml.gearbox.binarytree.traversal.AbstractVisitor
Packages that use AbstractVisitor
-
Uses of AbstractVisitor in io.openml.gearbox.binarytree.traversal
Subclasses of AbstractVisitor in io.openml.gearbox.binarytree.traversalModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.AbstractPostOrderVisitor
reflects an obsolete implementation that doesn't strictly bind the principle of Visitor pattern.class
Deprecated.AbstractPreOrderVisitor
reflects an obsolete implementation that doesn't strictly bind the principle of Visitor pattern.class
Deprecated.PreOrderSearch
reflects an obsolete implementation that doesn't strictly bind the principle of Visitor pattern.class
Size<T>
Deprecated.Size
reflects an obsolete implementation that doesn't strictly bind the principle of Visitor pattern.
AbstractInOrderVisitor
reflects an obsolete implementation that doesn't strictly bind the principle of Visitor pattern.