Interface | Description |
---|---|
AWSStand |
The AlbrechtWindStormModelStand interface defines the stand-level methods necessary to
Albrecht et al.'s wind storm model.
|
AWSTreatment | |
AWSTree |
This interface provides the method required at the tree level to implement
Albrecht et al.'s wind storm model.
|
Class | Description |
---|---|
AlbrechtWindStormModel |
This class implements the equations of the different submodels that are part of Albrecht et al.'s wind storm model.
|
AlbrechtWindStormModelUI | |
AWSModelCore |
This class implements the core of Albrecht et al.'s wind storm model.
|
AWSReferenceTables |
This class handles the data and the methods that provides the yield tables and the relative dominant height/dominant
diameter ratio for the Albrecht Wind Storm Model.
|
AWSReferenceTables.AWSDefaultValuesSet |
This nested class provides a set of default values.
|
AWSStandImpl |
This class is an implementation of the AWSStand and AWSTreatment.
|
AWSTreeImpl |
Simple implementation of AWSTree for testing.
|
CommonUtility |
This class implements static method that are used in Albrecht et al.'s wind storm model.
|
CommonUtility.AWSTreeComparator |
Enum | Description |
---|---|
AWSModelCore.RandomEffectID | |
AWSModelCore.SubModelID |
This Enum variable defines the different steps to implement in order to obtain predictions.
|
AWSStand.StandVariable |
This Enum variable defines all the stand-level variables required by this model.
|
AWSStandImpl.TestStandVariable | |
AWSTreatment.TreatmentVariable |
This Enum variable defines all the treatment-related variables required by this model.
|
AWSTree.AWSTreeSpecies |
The TreeSpecies enum defines the species considered in the model.
|
AWSTree.TreeVariable | |
AWSTreeImpl.TestTreeVariable |