org.apache.commons.betwixt.recursion
Class SouthWind

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

public class SouthWind
extends java.lang.Object

Test bean for resursion

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

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

Constructor Detail

SouthWind

public SouthWind()
Method Detail

getNextWindClockwise

public WestWind getNextWindClockwise()
Returns:

setNextWindClockwise

public void setNextWindClockwise(WestWind west)
Parameters:
east -


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