org.apache.commons.betwixt.recursion
Class NorthWind

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

public class NorthWind
extends java.lang.Object

Test bean for resursion

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

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

Constructor Detail

NorthWind

public NorthWind()
Method Detail

getNextWindClockwise

public EastWind getNextWindClockwise()
Returns:

setNextWindClockwise

public void setNextWindClockwise(EastWind east)
Parameters:
east -


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