Uses of Class
io.openml.gearbox.binarytree.pathvisitor.Path
Packages that use Path
-
Uses of Path in io.openml.gearbox.binarytree.pathvisitor
Methods in io.openml.gearbox.binarytree.pathvisitor that return PathModifier and TypeMethodDescriptionstatic <T> Path<T>
Path.deepCopyOf
(Path<T> other) static <T> Path<T>
Path.emptyPath()
Methods in io.openml.gearbox.binarytree.pathvisitor that return types with arguments of type PathModifier and TypeMethodDescriptionRootToLeafPathsMaker.getAllPaths()
Returns an immutable view of all the root-to-leaf paths of the wrapped tree.RootToLeafPathsMaker.getVisitResult()
Methods in io.openml.gearbox.binarytree.pathvisitor with parameters of type PathModifier and TypeMethodDescriptionprotected void
RootToLeafPathsMaker.constructTreePaths
(TreeNode<T> root, Path<T> path) Deprecated.recursion is inefficient on large treestatic <T> Path<T>
Path.deepCopyOf
(Path<T> other) protected abstract void
Performs action while path-traversal is visiting aleaf node
.protected void
protected void