Uses of Interface
org.qubership.atp.dataset.model.utils.tree.TraverseHandler
Packages that use TraverseHandler
Package
Description
-
Uses of TraverseHandler in org.qubership.atp.dataset.model.utils
Classes in org.qubership.atp.dataset.model.utils that implement TraverseHandlerModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of TraverseHandler in org.qubership.atp.dataset.model.utils.tree
Subinterfaces of TraverseHandler in org.qubership.atp.dataset.model.utils.treeModifier and TypeInterfaceDescriptioninterfaceTraverseAndLeafsHandler<I,O, L> Describes paths to iterate over and explains how to construct leaf.interfaceTraverseVisitor<I,O> Fields in org.qubership.atp.dataset.model.utils.tree declared as TraverseHandlerModifier and TypeFieldDescriptionprotected TraverseHandler<I, O> LeafsDetector.currentTraverseHandlerMethods in org.qubership.atp.dataset.model.utils.tree that return TraverseHandlerModifier and TypeMethodDescriptionTraverseHandler<?, I> TraverseHandler.backToPreviousParent()Invoked when iteration goes upper to parents in a tree hierarchy.TraverseHandler<O, ?> TraverseHandler.forwardToNewParent(I parent) Invoked when iteration goes deeper to children which becomes new parent in a tree hierarchy.