|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AWSStand
The AlbrechtWindStormModelStand interface defines the stand-level methods necessary to Albrecht et al.'s wind storm model. IMPORTANT: All methods should return -1 in case of null value.
Nested Class Summary | |
---|---|
static class |
AWSStand.StandVariable
This Enum variable defines all the stand-level variables required by this model. |
Method Summary | |
---|---|
java.util.Collection<AWSTree> |
getAlbrechtWindStormModelTrees()
This methods makes the trees of the stand accessible. |
java.lang.Object |
getAWSStandVariable(AWSStand.StandVariable 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. |
Method Detail |
---|
java.lang.Object getAWSStandVariable(AWSStand.StandVariable standVariable)
java.lang.String getStandAndMonteCarloID()
java.util.Collection<AWSTree> getAlbrechtWindStormModelTrees()
void registerProbabilities(double[] probabilities)
probabilities
- the three stand-level probabilitiesdouble[] getProbabilities()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |