org.perfectjpattern.core.behavioral.visitor
Class Car
java.lang.Object
   org.perfectjpattern.core.behavioral.visitor.Car
org.perfectjpattern.core.behavioral.visitor.Car
- All Implemented Interfaces: 
- ICarPart
- public class Car 
- extends Object- implements ICarPart
Car. Please note: ZERO relations to Visitor-specific pattern 
 details e.g. Visitor etc. Makes inclusion of the Visitor pattern easier 
 in existing designs.
- Version:
- $Revision: 1.0 $Date: Jun 8, 2008 11:56:52 PM $
- Author:
- Giovanni Azua
-  
- 
| Constructor Summary | 
| Car()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Car
public Car()
getEngine
public Engine getEngine()
- 
 
- 
 
getBody
public Body getBody()
- 
 
- 
 
getWheels
public Wheel[] getWheels()
- 
 
- 
 
Copyright © 2007-2009. All Rights Reserved.