All Classes and Interfaces

Interfaces
Class
Description
The interface Acceptable must be implemented by all classes that want to accept visitor objects.
The interface GenericAcceptable must be implemented by all classes that want to accept visitor objects.
The interface GenericVisitor must be implemented by all classes that want to be visitor objects and provide a custom algorithm.
The interface Visitor must be implemented by all classes that want to be visitor objects and provide a custom algorithm.