org.perfectjpattern.core.behavioral.visitor
Class Car

java.lang.Object
  extended by 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()
           
 
Method Summary
 Body getBody()
           
 Engine getEngine()
           
 Wheel[] getWheels()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Car

public Car()
Method Detail

getEngine

public Engine getEngine()

getBody

public Body getBody()

getWheels

public Wheel[] getWheels()


Copyright © 2007-2009. All Rights Reserved.