Package Behavioral.Visitor


package Behavioral.Visitor
  • Class
    Description
    Concrete Visitor implementing specific operations for each element type.
    Another Concrete Visitor with different operations for each element type.
    Abstract base class for elements.
    Concrete implementation of an element, ElementA.
    Concrete implementation of an element, ElementB.
    ObjectStructure manages a collection of elements and processes them with visitors.
    Visitor interface declaring operations for different element types.