Package org.perfectjpattern.core.behavioral.visitor

Visitor Core Pattern implementation.

See:
          Description

Interface Summary
ICarPart Abstract base definition of CarPart could include methods like e.g.
 

Class Summary
AbstractVisitor<E> Reusable abstract base implementation of IVisitor interface.
Body Car Body.
Car Car.
DoVisitor Concrete Visitor implementation that exemplifies the case where your Visitor already inherits from another class and thus can not extend PerfectJPattern's base reusable AbstractVisitor implementation.
Engine Car Engine.
Example Startup Main for the Visitor Pattern Example code
PrintVisitor Concrete Visitor implementation that exemplifies the case where your Visitor can directly extend PerfectJPattern's base reusable AbstractVisitor implementation
Wheel Car Wheel.
 

Package org.perfectjpattern.core.behavioral.visitor Description

Visitor Core Pattern implementation.

 


Copyright © 2007-2009. All Rights Reserved.