Package io.openml.gearbox.binarytree.traversal
package io.openml.gearbox.binarytree.traversal
-
ClassesClassDescriptionDeprecated.Deprecated.
AbstractPostOrderVisitor
reflects an obsolete implementation that doesn't strictly bind the principle of Visitor pattern.Deprecated.AbstractPreOrderVisitor
reflects an obsolete implementation that doesn't strictly bind the principle of Visitor pattern.AbstractVisitor<T,R> Deprecated.AbstractInOrderVisitor
reflects an obsolete implementation that doesn't strictly bind the principle of Visitor pattern.Deprecated.PreOrderSearch
reflects an obsolete implementation that doesn't strictly bind the principle of Visitor pattern.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.