Interface ITreeVisitor<T>
-
- Type Parameters:
T- the payload of the tree nodes
- All Known Implementing Classes:
BFTreeVisitor,DFTreeVisitor,LayerBreakdownVisitor
public interface ITreeVisitor<T>Simple visitor for tree nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(ITreeNode<T> node)
-