org.apache.commons.betwixt.recursion
Class EastWind

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

public class EastWind
extends java.lang.Object

Test bean for resursion

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

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

Constructor Detail

EastWind

public EastWind()
Method Detail

getNextWindClockwise

public SouthWind getNextWindClockwise()
Returns:

setNextWindClockwise

public void setNextWindClockwise(SouthWind south)
Parameters:
east -


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