org.perfectjpattern.core.behavioral.visitor
Class Wheel

java.lang.Object
  extended by org.perfectjpattern.core.behavioral.visitor.Wheel
All Implemented Interfaces:
ICarPart

public class Wheel
extends Object
implements ICarPart

Car Wheel. 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:02 PM $
Author:
Giovanni Azua
 

Constructor Summary
Wheel(String aName)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wheel

public Wheel(String aName)
Method Detail

getName

public String getName()


Copyright © 2007-2009. All Rights Reserved.