Uses of Interface
repast.simphony.util.collections.TreeVisitor
Packages that use TreeVisitor
-
Uses of TreeVisitor in repast.simphony.util.collections
Methods in repast.simphony.util.collections with parameters of type TreeVisitorModifier and TypeMethodDescriptionprotected voidNaryTree.preOrderTraveralsOfNodes(NaryTree<T>.repast.simphony.util.collections.NaryTree.Node<T> node, TreeVisitor<NaryTree<T>.repast.simphony.util.collections.NaryTree.Node<T>> visitor) voidNaryTree.preOrderTraversal(TreeVisitor<T> visitor) Traverse the tree in preOrder - depth first, processing parents before children - applying the visitor to the nodes.voidTree.preOrderTraversal(TreeVisitor<T> visitor) Traverse the tree in preOrder - depth first, processing parents before children - applying the visitor to the nodes.