Uses of Interface
io.openml.gearbox.binarytree.Visitable
Packages that use Visitable
-
Uses of Visitable in io.openml.gearbox.binarytree
Subinterfaces of Visitable in io.openml.gearbox.binarytreeModifier and TypeInterfaceDescriptioninterface
TreeNode<T>
An interface representing a node in a binary tree.Classes in io.openml.gearbox.binarytree that implement VisitableModifier and TypeClassDescriptionfinal class
ImmutableTreeNode
encapsulates the value, left tree reference, and right tree reference in an immutable state; it also represents a concrete 'Element', i.e.final class
MutableTreeNode
saves the memory footprint ofTreeNode
and is suitable for the performance intensive application.