public interface AWSStand extends BasalAreaM2HaProvider, DominantHeightMProvider, DominantDiameterCmProvider
Modifier and Type | Interface and Description |
---|---|
static class |
AWSStand.StandVariable
This Enum variable defines all the stand-level variables required by this model.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AWSTree> |
getAlbrechtWindStormModelTrees()
This methods makes the trees of the stand accessible.
|
java.lang.Object |
getAWSStandVariable(java.lang.Enum standVariable) |
double[] |
getProbabilities()
This method serves to retrieve the probabilities associated to this stand.
|
java.lang.String |
getStandAndMonteCarloID()
An id that is different for each Monte Carlo iteration if the stochastic mode is enabled
|
void |
registerProbabilities(double[] probabilities)
This method is optional.
|
getBasalAreaM2Ha
getDominantHeightM
getDominantDiameterCm
java.lang.Object getAWSStandVariable(java.lang.Enum standVariable)
java.lang.String getStandAndMonteCarloID()
java.util.Collection<AWSTree> getAlbrechtWindStormModelTrees()
void registerProbabilities(double[] probabilities)
probabilities
- the three stand-level probabilitiesdouble[] getProbabilities()