SORTIE Java Interface  1
Public Member Functions | Protected Attributes | List of all members
sortie.data.funcgroups.disturbance.Storm Class Reference

Corresponds to the clStorm class. More...

Inheritance diagram for sortie.data.funcgroups.disturbance.Storm:
sortie.data.funcgroups.Behavior

Public Member Functions

 Storm (GUIManager oManager, BehaviorTypeBase oParent, String sDescriptor, String sParFileTag, String sXMLRootString) throws ModelException
 Constructor. More...
 
void validateData (TreePopulation oPop) throws ModelException
 Validates the data prior to writing it. More...
 
int getNumberStormEvents ()
 Gets number of storm events. More...
 
ScheduledStormInfo getStormEvent (int iIndex)
 Gets a particular storm event. More...
 
void clearStormEvents ()
 Clears storm events. More...
 
void addStormEvent (ScheduledStormInfo oEvent)
 Adds a storm event. More...
 
void writeXML (BufferedWriter jOut, TreePopulation oPop) throws ModelException
 Writes the storm data to the parameter file. More...
 
String getSusceptibility ()
 Gets the susceptibility value. More...
 
void readXMLParentTag (String sXMLTag, Attributes oAttributes) throws ModelException
 Accepts an XML parent tag (empty, no data) from the parser. More...
 
void callSetupDialog (JDialog jParent, MainWindow oMain)
 Override to call the specialized storm parameters with button for scheduling storms. More...
 
void writeParametersToTextFile (FileWriter jOut, TreePopulation oPop) throws IOException
 Overridden to add scheduled storms. More...
 
- Public Member Functions inherited from sortie.data.funcgroups.Behavior
GUIManager getGUIManager ()
 
 Behavior (GUIManager oManager, BehaviorTypeBase oParent, String sDescriptor, String sParFileTag, String sXMLRootString, String sHelpFileString)
 Constructor. More...
 
abstract void validateData (TreePopulation oPop) throws ModelException
 Override this to implement data checking. More...
 
void callSetupDialog (JDialog jParent, MainWindow oMain)
 Override this to call a specific setup dialog for this behavior. More...
 
int getNumberOfDataObjects ()
 Gets the number of managed data objects. More...
 
ModelData getDataObject (int iInd)
 Gets the managed data object at a particular index. More...
 
void validate () throws ModelException
 Behavior performs an internal check to make sure its settings are consistent and logical. More...
 
void setListPosition (int iListPosition) throws ModelException
 Sets the behavior list position. More...
 
int getListPosition ()
 Gets the behavior list position. More...
 
String getXMLParametersRoot ()
 Gets the XML parameter root string. More...
 
int getNumberNewDataMembers ()
 
DataMember getNewTreeDataMember (int iIndex) throws ModelException
 
void setCanApplyTo (int iType, boolean bCanApply)
 Sets whether this behavior can apply to a given tree type. More...
 
String getParameterFileBehaviorName ()
 Gets the parameter file name for this behavior. More...
 
double getVersion ()
 Gets behavior's parameter file version. More...
 
double getMinimumVersion ()
 Gets behavior's parameter file minimum version. More...
 
String getDescriptor ()
 Gets the descriptor string. More...
 
String getHelpFileString ()
 Gets the help file UD. More...
 
void setDescriptor (String s)
 Sets the descriptor string. More...
 
int getNumberOfCombos ()
 Gets the number of species/type combos to which this behavior applies. More...
 
int getNumberOfGrids ()
 Gets the number of grids to which this behavior applies. More...
 
void deleteSpeciesTypeCombo (int iIndex) throws ModelException
 Deletes the SpeciesTypeCombo at the given index. More...
 
void deleteSpeciesTypeCombo (SpeciesTypeCombo oCombo) throws ModelException
 Deletes a SpeciesTypeCombo. More...
 
void clearSpeciesTypeCombos ()
 Empties the species/type combo list. More...
 
SpeciesTypeCombo getSpeciesTypeCombo (int iIndex) throws ModelException
 Returns the SpeciesTypeCombo at the given index of the species/type combo list. More...
 
Grid getGrid (int iIndex) throws ModelException
 Returns the Grid at the given index of the grid applies to list. More...
 
ModelData getRequiredData (int iIndex)
 Returns the required data object at a given index. More...
 
int getNumberOfRequiredDataObjects ()
 Gets the number of required data objects for this behavior. More...
 
void addSpeciesTypeCombo (SpeciesTypeCombo oCombo) throws ModelException
 Adds a new species/type combo to the list to which this behavior applies. More...
 
void addGrid (Grid oGrid, boolean bReplace)
 Adds a new Grid to the list to which this behavior applies. More...
 
void addRequiredData (ModelData oData)
 Adds a piece of required data to the list. More...
 
boolean [] getWhichSpeciesUsed (TreePopulation oPop)
 Returns which species to which this behavior is applied. More...
 
boolean setVectorValueByXMLTag (String sXMLTag, String sXMLParentTag, ArrayList< String > p_oData, String[] p_sChildXMLTags, boolean[] p_bAppliesTo, Attributes oParentAttributes, Attributes[] p_oAttributes) throws ModelException
 Sets a data vector's value. More...
 
boolean setSingleValueByXMLTag (String sXMLTag, String sXMLParentTag, Attributes oAttributes, Object oData) throws ModelException
 Sets a data object's value. More...
 
ModelData findObjectByXMLTag (String sXMLTag)
 Finds an object based on its XML tag. More...
 
void copySpecies (int iSpeciesCopyFrom, int iSpeciesCopyTo) throws ModelException
 Copies one species to another. More...
 
void writeXML (BufferedWriter jOut, TreePopulation oPop) throws ModelException
 Writes the XML data to a parameter file for the behaviors owned by this object. More...
 
void writeSpeciesSpecificValue (BufferedWriter jOut, ModelVector p_oData, TreePopulation oPop) throws java.io.IOException, ModelException
 Writes a set of species-specific float values to a parameter file. More...
 
void writeSpeciesSpecificValue (BufferedWriter jOut, ModelVector p_oData, TreePopulation oPop, boolean[] p_bFlags) throws java.io.IOException, ModelException
 Writes a set of species-specific values to a parameter file for a certain subset of species. More...
 
void readXMLParentTag (String sXMLTag, Attributes oAttributes) throws ModelException
 Accepts an XML parent tag (empty, no data) from the parser. More...
 
void changeOfSpeciesName (String sOldSpecies, String sNewSpecies)
 Performs any necessary tasks associated with changing the name of a species. More...
 
void changeOfSpecies (int iOldNumSpecies, int[] p_iIndexer, String[] p_sNewSpecies) throws ModelException
 Triggered when there is a change in the species list. More...
 
boolean getMustHaveTrees ()
 Gets whether this behavior must have trees. More...
 
ModelData findObjectByDescriptor (String sDescriptor)
 Finds an object based on its descriptor. More...
 
void writeBehaviorNode (BufferedWriter out, TreePopulation oPop) throws ModelException
 Writes behavior tags to the parameter file. More...
 
ArrayList< BehaviorParameterDisplayformatDataForDisplay (TreePopulation oPop)
 Formats data for display in a set of JTables. More...
 
String getAppliedToForDisplay (TreePopulation oPop)
 Get which species/types this behavior applies to, in a display-friendly format truncated to 250 chars. More...
 
void readDataFromDisplay (ArrayList< BehaviorParameterDisplay > oData, TreePopulation oPop) throws ModelException
 Reads in data from the parameter display window. More...
 
boolean canBeDuplicated ()
 Whether or not this behavior can be duplicated in the run. More...
 
void endOfParameterFileRead ()
 Called at the end of the parameter file read process. More...
 
void changeOfPlotResolution (float fOldX, float fOldY, float fNewX, float fNewY) throws ModelException
 Performs any tasks associated with a change of plot resolution. More...
 
setupType getSetupType ()
 
void writeParametersToTextFile (FileWriter jOut, TreePopulation oPop) throws IOException
 Writes the parameters for the behavior to file, using the same system as the basic parameter display and entry system. More...
 

Protected Attributes

ModelFloat m_fClass1RtrnInt
 Storm return interval for 0-0.1 severity storm. More...
 
ModelFloat m_fClass2RtrnInt
 Storm return interval for 0.1-0.2 severity storm. More...
 
ModelFloat m_fClass3RtrnInt
 Storm return interval for 0.2-0.3 severity storm. More...
 
ModelFloat m_fClass4RtrnInt
 Storm return interval for 0.3-0.4 severity storm. More...
 
ModelFloat m_fClass5RtrnInt
 Storm return interval for 0.4-0.5 severity storm. More...
 
ModelFloat m_fClass6RtrnInt
 Storm return interval for 0.5-0.6 severity storm. More...
 
ModelFloat m_fClass7RtrnInt
 Storm return interval for 0.6-0.7 severity storm. More...
 
ModelFloat m_fClass8RtrnInt
 Storm return interval for 0.7-0.8 severity storm. More...
 
ModelFloat m_fClass9RtrnInt
 Storm return interval for 0.8-0.9 severity storm. More...
 
ModelFloat m_fClass10RtrnInt
 Storm return interval for 0.9-1.0 severity storm. More...
 
ModelFloat m_fStormSSTPeriod
 Storm - SST periodicity (Sr) More...
 
ModelFloat m_fStormSineD
 Storm - Sine function d. More...
 
ModelFloat m_fStormSineF
 Storm - Sine function f. More...
 
ModelFloat m_fStormSineG
 Storm - Sine function g. More...
 
ModelFloat m_fStormTrendSlopeM
 Storm - Trend function slope (m) More...
 
ModelFloat m_fStormTrendInterceptI
 Storm - Trend function intercept (i) More...
 
ModelEnum m_iSusceptibility
 Storm susceptibility pattern. More...
 
ModelEnum m_iStochasticity
 Storm stochasticity pattern. More...
 
ModelEnum m_iProbDistFunc
 Probability distribution function. More...
 
ModelFloat m_fStdDev
 Standard deviation for normal and lognormal stochastic storm damage functions. More...
 
ArrayList< ScheduledStormInfomp_oScheduledStorms = new ArrayList<ScheduledStormInfo>(0)
 List of scheduled storm events (objects of class ScheduledStormInfo) More...
 
- Protected Attributes inherited from sortie.data.funcgroups.Behavior
GUIManager m_oManager
 GUIManager object. More...
 
BehaviorTypeBase m_oParent
 Parent manager. More...
 
ArrayList< ModelDatamp_oAllData = new ArrayList<ModelData>()
 All data for this object. More...
 
ArrayList< SpeciesTypeCombomp_oTreesAppliesTo = new ArrayList<SpeciesTypeCombo>(0)
 A set of SpeciesTypeCombo objects to which this behavior is applied - or none if it is not applied to trees. More...
 
ArrayList< Integer > mp_iGridsAppliesTo = new ArrayList<Integer>(0)
 A set of hashcodes of the Grids to which this behavior is applied - or none if it is not applied to grids. More...
 
ArrayList< DataMembermp_oNewTreeDataMembers = new ArrayList<DataMember>(0)
 The new tree data members that this behavior adds, above and beyond the basic tree population data members. More...
 
boolean m_bCanBeDuplicated = true
 Whether or not this behavior can have multiple copies in a run or not. More...
 
String m_sDescriptor = ""
 This is what will be displayed as the name of a given behavior in the GUI. More...
 
String m_sParFileTag = ""
 String which is used to identify this behavior in the parameter file. More...
 
String m_sXMLRootString = ""
 XML tag to surround this behavior's data. More...
 
String m_sHelpFileString = ""
 Help file topic identifier string. More...
 
boolean [] mp_bCanApplyToTreeType
 For each tree type, whether or not this behavior can be applied to it. More...
 
double m_fVersion = 1.0
 Version of this behavior. More...
 
double m_fMinVersion = 1.0
 Minimum version of this behavior. More...
 
int m_iListPosition = -1
 This behavior's position in the behavior list. More...
 
setupType m_iBehaviorSetupType
 

Additional Inherited Members

- Static Public Member Functions inherited from sortie.data.funcgroups.Behavior
static void setVectorValues (ModelVector oData, Float[] p_fValuesToSet, boolean[] p_bAppliesTo)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, Float[] p_fValuesToSet)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, Double[] p_fValuesToSet, boolean[] p_bAppliesTo)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, Double[] p_fValuesToSet)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, Integer[] p_iValuesToSet, boolean[] p_bAppliesTo)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, String[] p_sValuesToSet)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, String[] p_sValuesToSet, boolean[] p_bAppliesTo)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector oData, Integer[] p_iValuesToSet)
 Sets the values for vector variables. More...
 
static void setVectorValues (ModelVector p_oData, ArrayList< String > p_oValuesToSet, boolean[] p_bAppliesTo) throws ModelException
 Sets the values for vector variables. More...
 
static void writeDataToFile (BufferedWriter ojOut, ModelData oData) throws java.io. IOException
 Writes a piece of data to an XML file. More...
 
static Object [] formatBlankHeaderRow (Object[][] p_oTable)
 Creates a blank header row for a table. More...
 
static Object [][] formatDataAsComboBox (Object[][] p_oExisting, ModelEnum oToFormat)
 Adds a value with combo box formatting to an Object array for display in a JTable. More...
 
static String formatComboBoxString (ModelEnum oToFormat)
 Formats a combo box string from a ModelEnum. More...
 
static void addDataObjectToDisplayArrays (ModelData p_oDataObject, ArrayList< ModelData > p_oSingles, ArrayList< ArrayList< SpeciesSpecific >> p_oSpeciesSpecific, boolean[] p_bAppliesTo)
 Adds a data object to the arrays which will eventually display run parameters in a set of tables. More...
 
static Object [][] addDataToArray (Object[][] p_oExistingArray, Object[] p_oAddArray)
 Adds an Object array to an existing Object array. More...
 
static Object [][] formatDataForTable (Object[][] p_oExisting, ModelFloat oToFormat)
 Formats and adds a value into an Object array suitable for placing in a JTable. More...
 
static Object [][] formatDataForTable (Object[][] p_oExisting, ModelInt oToFormat)
 Formats and adds a value into an Object array suitable for placing in a JTable. More...
 
static Object [][] formatDataForTable (Object[][] p_oExisting, ModelString oToFormat)
 Formats and adds a value into an Object array suitable for placing in a JTable. More...
 
static Object [][] formatDataForTable (Object[][] p_oExisting, ModelVector oToFormat)
 Formats a vector of values into an object array and adds it to another Object array suitable for placing in a JTable. More...
 
static Object [][] formatDataForTable (Object[][] p_oExisting, ModelVector oToFormat, boolean[] p_bWhichSpecies)
 Formats a vector of values into a plain vector suitable for placing in a JTable and adds it to a vector of vectors at the end. More...
 
static Object [] formatSpeciesHeaderRow (boolean[] p_bUsed, TreePopulation oPop)
 Creates an object array of strings consisting of species names, suitable for including in the parameter entry table. More...
 
static void ensureSize (ArrayList<?> list, int size)
 Ensure an ArrayList is at least a specific size. More...
 
- Public Attributes inherited from sortie.data.funcgroups.Behavior
boolean m_bMustHaveTrees = true
 If true, and a tree has no species/type combos, it automatically becomes disabled. More...
 
- Protected Member Functions inherited from sortie.data.funcgroups.Behavior
void setSingleValue (ModelData oDataMember, Object oData) throws ModelException
 Sets the value of a single data member. More...
 
BehaviorParameterDisplay formatTable (ArrayList< ModelData > p_oSingles, ArrayList< ArrayList< SpeciesSpecific >> p_oSpeciesSpecific, TreePopulation oPop)
 Turns vector groups of data objects into a set of tables for display. More...
 
- Static Protected Member Functions inherited from sortie.data.funcgroups.Behavior
static boolean boolArraysEqual (boolean[] p_bArrayOne, boolean[] p_bArrayTwo)
 Tests two boolean arrays for equality. More...
 

Detailed Description

Corresponds to the clStorm class.

Author
lora

Constructor & Destructor Documentation

◆ Storm()

sortie.data.funcgroups.disturbance.Storm.Storm ( GUIManager  oManager,
BehaviorTypeBase  oParent,
String  sDescriptor,
String  sParFileTag,
String  sXMLRootString 
) throws ModelException

Constructor.

Parameters
oManagerGUIManager object
oParentParent managing object.
sDescriptorThe name of the behavior for the user.
sParFileTagString which is used to identify this behavior in the parameter file.
sXMLRootStringXML tag to surround this behavior's data.
Exceptions
ModelExceptionWon't throw.

Member Function Documentation

◆ addStormEvent()

void sortie.data.funcgroups.disturbance.Storm.addStormEvent ( ScheduledStormInfo  oEvent)

Adds a storm event.

Parameters
oEventEvent to add.

◆ callSetupDialog()

void sortie.data.funcgroups.disturbance.Storm.callSetupDialog ( JDialog  jParent,
MainWindow  oMain 
)

Override to call the specialized storm parameters with button for scheduling storms.

◆ clearStormEvents()

void sortie.data.funcgroups.disturbance.Storm.clearStormEvents ( )

Clears storm events.

◆ getNumberStormEvents()

int sortie.data.funcgroups.disturbance.Storm.getNumberStormEvents ( )

Gets number of storm events.

Returns
Number of storm events.

◆ getStormEvent()

ScheduledStormInfo sortie.data.funcgroups.disturbance.Storm.getStormEvent ( int  iIndex)

Gets a particular storm event.

Parameters
iIndexIndex of desired storm event.
Returns
Desired storm event.

◆ getSusceptibility()

String sortie.data.funcgroups.disturbance.Storm.getSusceptibility ( )

Gets the susceptibility value.

Returns
The susceptibility value.

◆ readXMLParentTag()

void sortie.data.funcgroups.disturbance.Storm.readXMLParentTag ( String  sXMLTag,
Attributes  oAttributes 
) throws ModelException

Accepts an XML parent tag (empty, no data) from the parser.

This method watches for the st_stmEvent tags.

Parameters
sXMLTagThe XML tag.
oAttributesThe attributes of this object.
Exceptions
ModelExceptionif there is a problem reading this data.

◆ validateData()

void sortie.data.funcgroups.disturbance.Storm.validateData ( TreePopulation  oPop) throws ModelException

Validates the data prior to writing it.

This will also double check grid cell size and update disturbance events as appropriate in case cell size has been changed.

Parameters
oPopTreePopulation object
Exceptions
ModelExceptionif:
  • If the Storms behavior is enabled, this makes sure that all storm return intervals are greater than 0.
  • If the Storms behavior is enabled and the susceptibility is set to "mapped", this makes sure that there are values for the grid object "Storm Susceptibility" and they are greater than 0.
  • If the Storms behavior is enabled and the damage pattern is set to "mapped", this makes sure that the grid resolution for the "Storm Susceptibility" and "Storm Damage" grids is the same.

◆ writeParametersToTextFile()

void sortie.data.funcgroups.disturbance.Storm.writeParametersToTextFile ( FileWriter  jOut,
TreePopulation  oPop 
) throws IOException

Overridden to add scheduled storms.

◆ writeXML()

void sortie.data.funcgroups.disturbance.Storm.writeXML ( BufferedWriter  jOut,
TreePopulation  oPop 
) throws ModelException

Writes the storm data to the parameter file.

This is special because of scheduled storm events.

Parameters
jOutFileWriter File to write to.
oPopTree population object.
Exceptions
ModelExceptionpassed through from called functions.

Member Data Documentation

◆ m_fClass10RtrnInt

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fClass10RtrnInt
protected
Initial value:
= new ModelFloat(0,
"Return Interval for Severity Storm Class 0.9 - 1.0",
"st_s10ReturnInterval")

Storm return interval for 0.9-1.0 severity storm.

◆ m_fClass1RtrnInt

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fClass1RtrnInt
protected
Initial value:
= new ModelFloat(0,
"Return Interval for Severity Storm Class 0 - 0.1", "st_s1ReturnInterval")

Storm return interval for 0-0.1 severity storm.

◆ m_fClass2RtrnInt

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fClass2RtrnInt
protected
Initial value:
= new ModelFloat(0,
"Return Interval for Severity Storm Class 0.1 - 0.2",
"st_s2ReturnInterval")

Storm return interval for 0.1-0.2 severity storm.

◆ m_fClass3RtrnInt

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fClass3RtrnInt
protected
Initial value:
= new ModelFloat(0,
"Return Interval for Severity Storm Class 0.2 - 0.3",
"st_s3ReturnInterval")

Storm return interval for 0.2-0.3 severity storm.

◆ m_fClass4RtrnInt

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fClass4RtrnInt
protected
Initial value:
= new ModelFloat(0,
"Return Interval for Severity Storm Class 0.3 - 0.4",
"st_s4ReturnInterval")

Storm return interval for 0.3-0.4 severity storm.

◆ m_fClass5RtrnInt

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fClass5RtrnInt
protected
Initial value:
= new ModelFloat(0,
"Return Interval for Severity Storm Class 0.4 - 0.5",
"st_s5ReturnInterval")

Storm return interval for 0.4-0.5 severity storm.

◆ m_fClass6RtrnInt

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fClass6RtrnInt
protected
Initial value:
= new ModelFloat(0,
"Return Interval for Severity Storm Class 0.5 - 0.6",
"st_s6ReturnInterval")

Storm return interval for 0.5-0.6 severity storm.

◆ m_fClass7RtrnInt

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fClass7RtrnInt
protected
Initial value:
= new ModelFloat(0,
"Return Interval for Severity Storm Class 0.6 - 0.7",
"st_s7ReturnInterval")

Storm return interval for 0.6-0.7 severity storm.

◆ m_fClass8RtrnInt

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fClass8RtrnInt
protected
Initial value:
= new ModelFloat(0,
"Return Interval for Severity Storm Class 0.7 - 0.8",
"st_s8ReturnInterval")

Storm return interval for 0.7-0.8 severity storm.

◆ m_fClass9RtrnInt

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fClass9RtrnInt
protected
Initial value:
= new ModelFloat(0,
"Return Interval for Severity Storm Class 0.8 - 0.9",
"st_s9ReturnInterval")

Storm return interval for 0.8-0.9 severity storm.

◆ m_fStdDev

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fStdDev
protected
Initial value:
= new ModelFloat(0,
"Standard Deviation (lognormal or normal)", "st_standardDeviation")

Standard deviation for normal and lognormal stochastic storm damage functions.

◆ m_fStormSineD

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fStormSineD
protected
Initial value:
= new ModelFloat(0,
"Storm - Storm Cyclicity Sine Curve d", "st_stmSineD")

Storm - Sine function d.

◆ m_fStormSineF

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fStormSineF
protected
Initial value:
= new ModelFloat(1,
"Storm - Storm Cyclicity Sine Curve f", "st_stmSineF")

Storm - Sine function f.

◆ m_fStormSineG

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fStormSineG
protected
Initial value:
= new ModelFloat(1,
"Storm - Storm Cyclicity Sine Curve g", "st_stmSineG")

Storm - Sine function g.

◆ m_fStormSSTPeriod

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fStormSSTPeriod
protected
Initial value:
= new ModelFloat(1,
"Storm - Sea Surface Temperature Cyclicity Period (Years)",
"st_stmSSTPeriod")

Storm - SST periodicity (Sr)

◆ m_fStormTrendInterceptI

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fStormTrendInterceptI
protected
Initial value:
= new ModelFloat(1,
"Storm - Storm Cyclicity Trend Function Intercept (i)",
"st_stmTrendInterceptI")

Storm - Trend function intercept (i)

◆ m_fStormTrendSlopeM

ModelFloat sortie.data.funcgroups.disturbance.Storm.m_fStormTrendSlopeM
protected
Initial value:
= new ModelFloat(0,
"Storm - Storm Cyclicity Trend Function Slope (m)", "st_stmTrendSlopeM")

Storm - Trend function slope (m)

◆ m_iProbDistFunc

ModelEnum sortie.data.funcgroups.disturbance.Storm.m_iProbDistFunc
protected
Initial value:
= new ModelEnum(new int[] { 0, 1 },
new String[] { "Lognormal", "Normal" },
"Stochastic Pattern Damage Distribution", "st_probFunction")

Probability distribution function.

◆ m_iStochasticity

ModelEnum sortie.data.funcgroups.disturbance.Storm.m_iStochasticity
protected
Initial value:
= new ModelEnum(new int[] { 0, 1 },
new String[] { "Deterministic", "Stochastic" },
"Storm Damage Application", "st_stochasticity")

Storm stochasticity pattern.

◆ m_iSusceptibility

ModelEnum sortie.data.funcgroups.disturbance.Storm.m_iSusceptibility
protected
Initial value:
= new ModelEnum(new int[] { 0, 1 },
new String[] { "Mapped", "Uniform" },
"Plot Storm Susceptibility Pattern", "st_susceptibility")

Storm susceptibility pattern.

◆ mp_oScheduledStorms

ArrayList<ScheduledStormInfo> sortie.data.funcgroups.disturbance.Storm.mp_oScheduledStorms = new ArrayList<ScheduledStormInfo>(0)
protected

List of scheduled storm events (objects of class ScheduledStormInfo)


The documentation for this class was generated from the following file: