org.apache.commons.betwixt.recursion
Class WestWind

java.lang.Object
  extended by org.apache.commons.betwixt.recursion.WestWind

public class WestWind
extends java.lang.Object

Test bean for resursion

Version:
$Revision: 561314 $
Author:
Apache Commons Team

Constructor Summary
WestWind()
           
 
Method Summary
 NorthWind getNextWindClockwise()
           
 void setNextWindClockwise(NorthWind north)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WestWind

public WestWind()
Method Detail

getNextWindClockwise

public NorthWind getNextWindClockwise()
Returns:

setNextWindClockwise

public void setNextWindClockwise(NorthWind north)
Parameters:
east -


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.