junittest
Class AWSTestStand

java.lang.Object
  extended by junittest.AWSTestStand
All Implemented Interfaces:
AWSStand, AWSTreatment

public class AWSTestStand
extends java.lang.Object
implements AWSStand, AWSTreatment


Nested Class Summary
 
Nested classes/interfaces inherited from interface awsmodel.AWSStand
AWSStand.StandVariable
 
Nested classes/interfaces inherited from interface awsmodel.AWSTreatment
AWSTreatment.TreatmentVariable
 
Method Summary
 java.util.Collection<AWSTree> getAlbrechtWindStormModelTrees()
          This methods makes the trees of the stand accessible.
 java.lang.Object getAWSStandVariable(AWSStand.StandVariable variable)
           
 java.lang.Object getAWSTreatmentVariable(AWSTreatment.TreatmentVariable variable)
           
 java.lang.String getStandID()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAWSStandVariable

public java.lang.Object getAWSStandVariable(AWSStand.StandVariable variable)
Specified by:
getAWSStandVariable in interface AWSStand

getAlbrechtWindStormModelTrees

public java.util.Collection<AWSTree> getAlbrechtWindStormModelTrees()
Description copied from interface: AWSStand
This methods makes the trees of the stand accessible.

Specified by:
getAlbrechtWindStormModelTrees in interface AWSStand
Returns:
a Collection of AlbrechtWindStormModelTree objects.

getAWSTreatmentVariable

public java.lang.Object getAWSTreatmentVariable(AWSTreatment.TreatmentVariable variable)
Specified by:
getAWSTreatmentVariable in interface AWSTreatment

getStandID

public java.lang.String getStandID()
Specified by:
getStandID in interface AWSStand