Uses of Class
org.omnaest.utils.structure.hierarchy.tree.TreeNavigator.TreeNodeVisitor.TraversalConfiguration

Packages that use TreeNavigator.TreeNodeVisitor.TraversalConfiguration
org.omnaest.utils.structure.hierarchy.tree   
 

Uses of TreeNavigator.TreeNodeVisitor.TraversalConfiguration in org.omnaest.utils.structure.hierarchy.tree
 

Methods in org.omnaest.utils.structure.hierarchy.tree that return TreeNavigator.TreeNodeVisitor.TraversalConfiguration
 TreeNavigator.TreeNodeVisitor.TraversalConfiguration TreeNavigator.TreeNodeVisitor.TraversalConfiguration.copy(Boolean includingCurrentNode, Boolean includingAlreadyTraversedNodes, Boolean includingChildren)
          Copies the current TreeNavigator.TreeNodeVisitor.TraversalConfiguration but uses all explicit given flags if they are not null.
 

Methods in org.omnaest.utils.structure.hierarchy.tree with parameters of type TreeNavigator.TreeNodeVisitor.TraversalConfiguration
 void TreeNavigator.TreeNodeTraversal.traverse(TreeNavigator.TreeNodeVisitor.TraversalConfiguration defaultTraversalConfiguration, TNV... treeNodeVisitors)
           
 TreeNavigator<T,TN> TreeNavigator.traverse(TreeNavigator.TreeNodeVisitor.TraversalConfiguration defaultTraversalConfiguration, TreeNavigator.TreeNodeVisitor<T,TN>... treeNodeVisitors)
          Similar to TreeNavigator.traverse(TreeNodeVisitor...) but allows to specify a default TreeNavigator.TreeNodeVisitor.TraversalConfiguration.
 TreeNavigator<T,TN> TreeNavigator.traverse(TreeNavigator.TreeNodeVisitor.TraversalConfiguration defaultTraversalConfiguration, TreeNavigator.TreeNodeVisitor<T,TN> treeNodeVisitor)
          Similar to #traverse(TraversalConfiguration, TreeNodeVisitor)
 

Method parameters in org.omnaest.utils.structure.hierarchy.tree with type arguments of type TreeNavigator.TreeNodeVisitor.TraversalConfiguration
protected  boolean TreeNavigator.TreeNodeTraversal.traverse(TNV treeNodeVisitor, ElementHolder<TreeNavigator.TreeNodeVisitor.TraversalConfiguration> traversalConfigurationHolder, Set<TN> visitedTreeNodeSet)
           
 



Copyright © 2013. All Rights Reserved.