org.perfectjpattern.core.behavioral.visitor
Class Wheel
java.lang.Object
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
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wheel
public Wheel(String aName)
getName
public String getName()
Copyright © 2007-2009. All Rights Reserved.