Package repast.simphony.util.collections
Interface TreeVisitor<T>
public interface TreeVisitor<T>
Interface for a functor type object that is executed against nodes in a Tree.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Method Summary
-
Method Details
-
visit
Visit the specified node, presumably performing some operation on that node.- Parameters:
node
-
-