Uses of Interface
repast.simphony.util.collections.TreeVisitor
-
Uses of TreeVisitor in repast.simphony.util.collections
Modifier and TypeMethodDescriptionprotected void
NaryTree.preOrderTraveralsOfNodes
(NaryTree<T>.repast.simphony.util.collections.NaryTree.Node<T> node, TreeVisitor<NaryTree<T>.repast.simphony.util.collections.NaryTree.Node<T>> visitor) void
NaryTree.preOrderTraversal
(TreeVisitor<T> visitor) Traverse the tree in preOrder - depth first, processing parents before children - applying the visitor to the nodes.void
Tree.preOrderTraversal
(TreeVisitor<T> visitor) Traverse the tree in preOrder - depth first, processing parents before children - applying the visitor to the nodes.