|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectawsmodel.AWSModelCore
awsmodel.AlbrechtWindStormModel
public class AlbrechtWindStormModel
This class implements the equations of the different submodels that are part of Albrecht et al.'s wind storm model. This model predict an average probability of wind-induced damage without knowledge or assumption of wind storm occurrence. The wind storm occurrence is implicitly derived from the observed occurrence in the Baden-Wuerttemberg over the 1950-2005 period. IMPORTANT : This model applies to 0.25-ha plot, with regular structure and homogeneous composition.
Constructor Summary | |
---|---|
AlbrechtWindStormModel()
General constructor. |
Method Summary | |
---|---|
java.util.Collection<AWSTree> |
getDamagedTreesOfThisStand(AWSStand stand,
AWSTreatment treatment)
This method returns a collection of damaged trees. |
AlbrechtWindStormModelUI |
getGuiInterface()
This method returns the GUI interface. |
double[] |
getPredictionForThisStand(AWSStand stand,
AWSTreatment treatment)
This method generates three predictions : 1- the probability of stand damage, 2- the probability of total damage (>75% of basal area damaged) conditional on the occurrence of stand damaged, and 3- the proportion of stand damage (<75% of basal area damaged) given that the stand is not totally damaged. |
boolean |
isStochasticModeEnabled()
|
void |
itemStateChanged(java.awt.event.ItemEvent evt)
|
static void |
main(java.lang.String[] args)
|
void |
setStochasticModeEnabled(boolean enabled)
This method makes it possible to enable the stochastic mode. |
void |
showInterface()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlbrechtWindStormModel()
Method Detail |
---|
public void setStochasticModeEnabled(boolean enabled)
enabled
- public boolean isStochasticModeEnabled()
public double[] getPredictionForThisStand(AWSStand stand, AWSTreatment treatment) throws java.lang.Exception
stand
- a AWSStand objecttreatment
- a AWSTreatment object
java.lang.Exception
public java.util.Collection<AWSTree> getDamagedTreesOfThisStand(AWSStand stand, AWSTreatment treatment) throws java.lang.Exception
stand
- a AWSStand instancetreatment
- a AWSTreatment instance
java.lang.Exception
public AlbrechtWindStormModelUI getGuiInterface()
public void showInterface()
public static void main(java.lang.String[] args)
public void itemStateChanged(java.awt.event.ItemEvent evt)
itemStateChanged
in interface java.awt.event.ItemListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |