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

Corresponds to the clQualityVigorClassifier class. More...

Inheritance diagram for sortie.data.funcgroups.management.QualityVigorClassifier:
sortie.data.funcgroups.Behavior

Classes

class  QualityVigorSizeClass
 Holds data for a single size class for quality vigor initial conditions.
 

Public Member Functions

 QualityVigorClassifier (GUIManager oManager, BehaviorTypeBase oParent, String sDescriptor, String sParFileTag, String sXMLRootString) throws ModelException
 Constructor. More...
 
void changeOfSpecies (int iOldNumSpecies, int[] p_iIndexer, String[] p_sNewSpecies) throws ModelException
 Overridden to update enums. More...
 
void writeXML (BufferedWriter jOut, TreePopulation oPop) throws ModelException
 Writes the tree vigor quality classifier data to the parameter file. More...
 
void readXMLParentTag (String sXMLTag, Attributes oAttributes) throws ModelException
 Accepts an XML parent tag (empty, no data) from the parser. More...
 
boolean setSingleValueByXMLTag (String sXMLTag, String sXMLParentTag, Attributes oAttributes, Object oData) throws ModelException
 This method looks for the following tags: More...
 
boolean setVectorValueByXMLTag (String sXMLTag, String sXMLParentTag, ArrayList< String > p_oData, String[] p_sChildXMLTags, boolean[] p_bAppliesTo, org.xml.sax.Attributes oParentAttributes, org.xml.sax.Attributes[] p_oAttributes) throws ModelException
 Reads initial conditions probabilities for tree classifier. More...
 
void endOfParameterFileRead ()
 Adds tree vigor quality initial conditions if necessary. More...
 
void validateData (TreePopulation oPop) throws ModelException
 
ArrayList< BehaviorParameterDisplayformatDataForDisplay (TreePopulation oPop)
 Overridden to get the latest tree initial conditions size classes. 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 Member Functions

void getQualityVigorInitialConditions (TreePopulation oPop)
 Gets the tree population initial conditions size classes for use with the quality vigor initial conditions. 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...
 

Protected Attributes

ArrayList< QualityVigorSizeClass > mp_oQualityVigorSizeClasses
 Initial conditions size classes. More...
 
ModelVector mp_fQualVigorBeta0Vig
 Quality vigor classifier - beta0 for vigor transition. More...
 
ModelVector mp_fQualVigorBeta11Vig
 Quality vigor classifier - beta1 for vigor transition, initial class 1. More...
 
ModelVector mp_fQualVigorBeta12Vig
 Quality vigor classifier - beta1 for vigor transition, initial class 2. More...
 
ModelVector mp_fQualVigorBeta13Vig
 Quality vigor classifier - beta1 for vigor transition, initial class 3. More...
 
ModelVector mp_fQualVigorBeta14Vig
 Quality vigor classifier - beta1 for vigor transition, initial class 4. More...
 
ModelVector mp_fQualVigorBeta15Vig
 Quality vigor classifier - beta1 for vigor transition, initial class 5. More...
 
ModelVector mp_fQualVigorBeta16Vig
 Quality vigor classifier - beta1 for vigor transition, initial class 6. More...
 
ModelVector mp_fQualVigorBeta2Vig
 Quality vigor classifier - beta2 for vigor transition. More...
 
ModelVector mp_fQualVigorBeta3Vig
 Quality vigor classifier - beta3 for vigor transition. More...
 
ModelVector mp_fQualVigorBeta0Qual
 Quality vigor classifier - beta0 for quality transition. More...
 
ModelVector mp_fQualVigorBeta11Qual
 Quality vigor classifier - beta1 for quality transition, initial class 1. More...
 
ModelVector mp_fQualVigorBeta12Qual
 Quality vigor classifier - beta1 for quality transition, initial class 2. More...
 
ModelVector mp_fQualVigorBeta13Qual
 Quality vigor classifier - beta1 for quality transition, initial class 3. More...
 
ModelVector mp_fQualVigorBeta14Qual
 Quality vigor classifier - beta1 for quality transition, initial class 4. More...
 
ModelVector mp_fQualVigorBeta2Qual
 Quality vigor classifier - beta2 for quality transition. More...
 
ModelVector mp_fQualVigorBeta3Qual
 Quality vigor classifier - beta3 for quality transition. More...
 
ModelVector mp_fQualVigorProbNewAdultsVig
 Quality vigor classifier - probability of new adults being vigorous. More...
 
ModelVector mp_fQualVigorProbNewAdultsQual
 Quality vigor classifier - probability of new adults being sawlog quality. More...
 
ModelVector mp_iQualVigorDeciduous
 Quality vigor classifier - whether or not a species is deciduous. More...
 
String m_sPriorityName = ""
 Placeholder for reading priorities from an XML file. More...
 
float m_fPriorityMin = -1
 Placeholder for reading priorities from an XML file. More...
 
float m_fPriorityMax = -1
 Placeholder for reading priorities from an XML file. More...
 
int m_iPriorityType = -1
 Placeholder for reading priorities from an XML file. 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...
 
- 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 clQualityVigorClassifier class.

Author
lora

Constructor & Destructor Documentation

◆ QualityVigorClassifier()

sortie.data.funcgroups.management.QualityVigorClassifier.QualityVigorClassifier ( 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
ModelException

Member Function Documentation

◆ changeOfSpecies()

void sortie.data.funcgroups.management.QualityVigorClassifier.changeOfSpecies ( int  iOldNumSpecies,
int []  p_iIndexer,
String []  p_sNewSpecies 
) throws ModelException

Overridden to update enums.

◆ endOfParameterFileRead()

void sortie.data.funcgroups.management.QualityVigorClassifier.endOfParameterFileRead ( )

Adds tree vigor quality initial conditions if necessary.

◆ formatDataForDisplay()

ArrayList<BehaviorParameterDisplay> sortie.data.funcgroups.management.QualityVigorClassifier.formatDataForDisplay ( TreePopulation  oPop)

Overridden to get the latest tree initial conditions size classes.

Parameters
oPopTreePopulation object.
Returns
Vector from the base class.

◆ getQualityVigorInitialConditions()

void sortie.data.funcgroups.management.QualityVigorClassifier.getQualityVigorInitialConditions ( TreePopulation  oPop)
protected

Gets the tree population initial conditions size classes for use with the quality vigor initial conditions.

If these have been added before, this will check to see if the size classes are the same and will keep any values for those size classes.

Parameters
oPopTree population

◆ readXMLParentTag()

void sortie.data.funcgroups.management.QualityVigorClassifier.readXMLParentTag ( String  sXMLTag,
Attributes  oAttributes 
) throws ModelException

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

This method watches for the ma_classifierSizeClass tag.

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

◆ setSingleValueByXMLTag()

boolean sortie.data.funcgroups.management.QualityVigorClassifier.setSingleValueByXMLTag ( String  sXMLTag,
String  sXMLParentTag,
Attributes  oAttributes,
Object  oData 
) throws ModelException

This method looks for the following tags:

  • ma_classifierBeginDBH
  • ma_classifierEndDBH
Parameters
sXMLTagXML tag of data object whose value is to be set.
sXMLParentTagThe immediate parent tag that sXMLTag is within.
oAttributesAttributes of the object. Ignored, but may be needed by overriding objects.
oDataData value appropriate to the data type
Returns
true if the value was set successfully; false if the value could not be found. (This would not be an error, because I need a way to cycle through the objects until one of the objects comes up with a match.)
Exceptions
ModelExceptionif the value could not be assigned to the data object, or if the cut type or cut type amount values are unrecognized.

◆ setVectorValueByXMLTag()

boolean sortie.data.funcgroups.management.QualityVigorClassifier.setVectorValueByXMLTag ( String  sXMLTag,
String  sXMLParentTag,
ArrayList< String >  p_oData,
String []  p_sChildXMLTags,
boolean []  p_bAppliesTo,
org.xml.sax.Attributes  oParentAttributes,
org.xml.sax.Attributes []  p_oAttributes 
) throws ModelException

Reads initial conditions probabilities for tree classifier.

Parameters
sXMLTagParent XML tag of data vector whose value is to be set.
sXMLParentTagThe immediate parent tag that sXMLTag is within.
p_oDataVector of data values appropriate to the data type
p_sChildXMLTagsThe XML tags of the child elements
p_bAppliesToArray of booleans saying which of the vector values should be set. This is important in the case of species-specifics - the vector index is the species number but not all species are set.
oParentAttributesAttributes of parent tag. May be useful when overridding this for unusual tags.
p_oAttributesAttributes passed from parser. This may be needed when overriding this function. Basic species-specific values are already handled by this function.
Returns
true if the value was set successfully; false if the value could not be found. (This would not be an error, because I need a way to cycle through the objects until one of the objects comes up with a match.) If a match to a data object is made via XML tag, but the found object is not a ModelVector, this returns false.
Exceptions
ModelExceptionif the value could not be assigned to the data object.

◆ validateData()

void sortie.data.funcgroups.management.QualityVigorClassifier.validateData ( TreePopulation  oPop) throws ModelException

◆ writeXML()

void sortie.data.funcgroups.management.QualityVigorClassifier.writeXML ( BufferedWriter  jOut,
TreePopulation  oPop 
) throws ModelException

Writes the tree vigor quality classifier data to the parameter file.

Overwritten to handle initial conditions.

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

Member Data Documentation

◆ m_fPriorityMax

float sortie.data.funcgroups.management.QualityVigorClassifier.m_fPriorityMax = -1
protected

Placeholder for reading priorities from an XML file.

This is for max value.

◆ m_fPriorityMin

float sortie.data.funcgroups.management.QualityVigorClassifier.m_fPriorityMin = -1
protected

Placeholder for reading priorities from an XML file.

This is for min value.

◆ m_iPriorityType

int sortie.data.funcgroups.management.QualityVigorClassifier.m_iPriorityType = -1
protected

Placeholder for reading priorities from an XML file.

This is for data type.

◆ m_sPriorityName

String sortie.data.funcgroups.management.QualityVigorClassifier.m_sPriorityName = ""
protected

Placeholder for reading priorities from an XML file.

This is for name.

◆ mp_fQualVigorBeta0Qual

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta0Qual
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Quality Beta 0", "ma_classifierQualBeta0",
"ma_cqb0Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta0 for quality transition.

◆ mp_fQualVigorBeta0Vig

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta0Vig
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Vigor Beta 0", "ma_classifierVigBeta0",
"ma_cvb0Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta0 for vigor transition.

◆ mp_fQualVigorBeta11Qual

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta11Qual
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Quality Beta 1 Class 1", "ma_classifierQualBeta11",
"ma_cqb11Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta1 for quality transition, initial class 1.

◆ mp_fQualVigorBeta11Vig

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta11Vig
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Vigor Beta 1 Class 1",
"ma_classifierVigBeta11", "ma_cvb11Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta1 for vigor transition, initial class 1.

◆ mp_fQualVigorBeta12Qual

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta12Qual
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Quality Beta 1 Class 2", "ma_classifierQualBeta12",
"ma_cqb12Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta1 for quality transition, initial class 2.

◆ mp_fQualVigorBeta12Vig

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta12Vig
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Vigor Beta 1 Class 2",
"ma_classifierVigBeta12", "ma_cvb12Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta1 for vigor transition, initial class 2.

◆ mp_fQualVigorBeta13Qual

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta13Qual
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Quality Beta 1 Class 3", "ma_classifierQualBeta13",
"ma_cqb13Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta1 for quality transition, initial class 3.

◆ mp_fQualVigorBeta13Vig

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta13Vig
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Vigor Beta 1 Class 3",
"ma_classifierVigBeta13", "ma_cvb13Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta1 for vigor transition, initial class 3.

◆ mp_fQualVigorBeta14Qual

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta14Qual
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Quality Beta 1 Class 4", "ma_classifierQualBeta14",
"ma_cqb14Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta1 for quality transition, initial class 4.

◆ mp_fQualVigorBeta14Vig

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta14Vig
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Vigor Beta 1 Class 4",
"ma_classifierVigBeta14", "ma_cvb14Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta1 for vigor transition, initial class 4.

◆ mp_fQualVigorBeta15Vig

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta15Vig
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Vigor Beta 1 Class 5",
"ma_classifierVigBeta15", "ma_cvb15Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta1 for vigor transition, initial class 5.

◆ mp_fQualVigorBeta16Vig

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta16Vig
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Vigor Beta 1 Class 6",
"ma_classifierVigBeta16", "ma_cvb16Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta1 for vigor transition, initial class 6.

◆ mp_fQualVigorBeta2Qual

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta2Qual
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Quality Beta 2", "ma_classifierQualBeta2",
"ma_cqb2Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta2 for quality transition.

◆ mp_fQualVigorBeta2Vig

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta2Vig
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Vigor Beta 2", "ma_classifierVigBeta2",
"ma_cvb2Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta2 for vigor transition.

◆ mp_fQualVigorBeta3Qual

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta3Qual
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Quality Beta 3", "ma_classifierQualBeta3",
"ma_cqb3Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta3 for quality transition.

◆ mp_fQualVigorBeta3Vig

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorBeta3Vig
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Vigor Beta 3", "ma_classifierVigBeta3",
"ma_cvb3Val", 0, ModelVector.FLOAT)

Quality vigor classifier - beta3 for vigor transition.

◆ mp_fQualVigorProbNewAdultsQual

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorProbNewAdultsQual
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Prob New Adults Sawlog",
"ma_classifierNewAdultProbSawlog", "ma_cnapsVal", 0, ModelVector.FLOAT)

Quality vigor classifier - probability of new adults being sawlog quality.

◆ mp_fQualVigorProbNewAdultsVig

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_fQualVigorProbNewAdultsVig
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Prob New Adults Vigorous",
"ma_classifierNewAdultProbVigorous", "ma_cnapvVal", 0, ModelVector.FLOAT)

Quality vigor classifier - probability of new adults being vigorous.

◆ mp_iQualVigorDeciduous

ModelVector sortie.data.funcgroups.management.QualityVigorClassifier.mp_iQualVigorDeciduous
protected
Initial value:
= new ModelVector(
"Quality Vigor Classifier - Species Type", "ma_classifierDeciduous", "ma_cdVal",
0, ModelVector.MODEL_ENUM)

Quality vigor classifier - whether or not a species is deciduous.

◆ mp_oQualityVigorSizeClasses

ArrayList<QualityVigorSizeClass> sortie.data.funcgroups.management.QualityVigorClassifier.mp_oQualityVigorSizeClasses
protected
Initial value:
=
new ArrayList<QualityVigorSizeClass>(0)

Initial conditions size classes.


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