|
Class Summary |
| InOrderVisitorDecorator<E> |
Simple decorator class that wraps the needed Visitor to make it compatible
with In-Order Traversals in the Containers defined. |
| PostOrderVisitorDecorator<E> |
Simple decorator class that wraps the needed Visitor to make it compatible
with Post-Order Traversals in the Containers defined. |
| PreOrderVisitorDecorator<E> |
Simple decorator class that wraps the needed Visitor to make it compatible with Pre-Order
Traversals in the Containers defined. |
| PrePostVisitor<E> |
Extension of the default Visitor to make pre and post visit operations
possible. |
| Visitor<E> |
Abstract class defining the general structure of a Visitor. |