Public Member Functions | |
StateChangeBehaviors (GUIManager oManager) throws ModelException | |
Constructor. | |
void | DoSetup (TreePopulation oPop) |
Does nothing. | |
void | ValidateData (TreePopulation oPop) throws ModelException |
Makes sure maxes are above mins. | |
Protected Attributes | |
ModelFloat | m_fClimateChangePrecipB |
Climate change - b for changing precipitation. | |
ModelFloat | m_fClimateChangePrecipC |
Climate change - c for changing precipitation. | |
ModelFloat | m_fClimateChangeTempB |
Climate change - b for changing temperature. | |
ModelFloat | m_fClimateChangeTempC |
Climate change - c for changing temperature. | |
ModelFloat | m_fClimateChangeMinTemp |
Climate change - minimum temperature. | |
ModelFloat | m_fClimateChangeMaxTemp |
Climate change - maximum temperature. | |
ModelFloat | m_fClimateChangeMinPrecip |
Climate change - minimum precipitation. | |
ModelFloat | m_fClimateChangeMaxPrecip |
Climate change - maximum precipitation. |
Copyright: Copyright (c) 2010 Charles D. Canham Company: Institute of Ecosystem Studies
javawrapper.StateChangeBehaviors.StateChangeBehaviors | ( | GUIManager | oManager | ) | throws ModelException |
void javawrapper.StateChangeBehaviors.DoSetup | ( | TreePopulation | oPop | ) | [virtual] |
void javawrapper.StateChangeBehaviors.ValidateData | ( | TreePopulation | oPop | ) | throws ModelException [virtual] |
Initial value:
new ModelFloat(0, "Precipitation Change - B", "sc_climateChangePrecipB")
Initial value:
new ModelFloat(1, "Precipitation Change - C", "sc_climateChangePrecipC")
Initial value:
new ModelFloat(0, "Temperature Change - B", "sc_climateChangeTempB")
Initial value:
new ModelFloat(1, "Temperature Change - C", "sc_climateChangeTempC")
Initial value:
new ModelFloat(0, "Temperature Change - Temp Lower Bound", "sc_climateChangeMinTemp")
Initial value:
new ModelFloat(100, "Temperature Change - Temp Upper Bound", "sc_climateChangeMaxTemp")
Initial value:
new ModelFloat(0, "Precipitation Change - Precip Lower Bound", "sc_climateChangeMinPrecip")
Initial value:
new ModelFloat(10000, "Precipitation Change - Precip Upper Bound", "sc_climateChangeMaxPrecip")