| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 IVisitorinterface. | 
| 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 AbstractVisitorimplementation. | 
| 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 AbstractVisitorimplementation | 
| Wheel | Car Wheel. | 
Visitor Core Pattern implementation.

| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||