| Name | Description |
 | AddGrowthAdjuster |
Adds a growth adjuster that will start adjusting growth from this period and onwards.
|
 | AddTreatmentProposal |
Adds a TreatmentProposal from a give source to this treatment unit
|
 | AdjustGrowth |
Adjusts growth if necessary.
|
 | Back |
Backs growth of treatment period to an earlier period
|
 | ClearMergedPredictionUnits |
Clear the merged prediction unit. The original prediction units will be used instead.
|
 | ClearResults |
Removes all results from this treatment unit
|
 | Clone |
Creates a deep copy of the treatment unit.
|
 | CloneNoPredictionUnits |
Creates a deep copy of the treatment unit except for prediction units which are excluded in the copy
|
 | CompareTo |
Compares this treatment unit to another treatment unit by description
|
 | CopyResults |
Gets a deep copy of all results for all periods up to current period. If _before is null, results are created for currentPeriod before copying
|
 | FillSingleTreatmentUnit |
Forces the treatment unit to load its data from the database, but does not fill other treatment units in the same area.
|
 | FillTreatmentUnit |
Forces the treatment unit to load its data from the database, and also fills all other treatment units in the same area
|
 | FindPeriod |
Finds the period for the given year
|
 | FirstEstablishedForestPeriod |
Returns the period this unit became established tree within the specified periods, if any; otherwise, returns -1.
|
 | GetAfter |
Values after treatment for a given period
|
 | GetBefore |
Values before treatment for a given period
|
 | GetGrowthAdjusters |
Gets the growth adjusters for a specific period. Will return an empty list if no growth adjusters were found
|
 | GetLandUseCode |
Get the land use code for the supplied period. If period 0 and no Land use code
is specified, look in ExternalData table. If no land use code can be found plot
is assumed to be productive.
|
 | GetPeriodForYear | |
 | GetPeriodForYearOffset | |
 | GetPeriodLength |
Gets the period length of the given period, i.e. length in years from previous period. 5 if current period is 0.
|
 | GetPlotTypes | Overloaded.
Gets plot types before treatment for current period.
|
 | GetPlotTypesAfter |
Gets plot types after treatment for given period.
|
 | GetProductionModelControlTable | |
 | GetResult |
Result for a given period
|
 | GetResults |
All results produced so far
|
 | GetTreatmentControlCategory |
Treatment control category for a given period
|
 | GetTreatmentModelControlTable | |
 | GetYear |
Gets the year for the given period.
|
 | Grow |
Grows the treatment unit for one period
|
 | IncreaseMaxPeriod |
Increases MaxPeriod on treatmentunit and all underlying objects
|
 | InitializePredictionUnits | Overloaded.
Initializes the treatment unit with a new collection of prediction units.
|
 | IsFilled |
Gets a value indicating if the treatment unit has been filled with data or not
|
 | IsProductive |
Check if this treatment unit's current LandUseCode is ForestProductive
|
 | IsReservedForIntensiveFertilization |
Validates if treatmentunit is reserved for intensive fertilization and that fertilization has not yet been started
|
 | LoadPredictionUnitsIfRequired |
Preloads all prediction units
|
 | MergePredictionUnits |
Merge all prediction units into one prediction unit for increased performance
|
 | ReassignWeights |
Reassigns weights to all prediction units
|
 | RemoveReservationsForIntensiveFertilization |
Removes reservations made on treatment unit for intensive fertilization.
All reservations for given period and there after are removed.
|
 | RemoveRetainedStatusOnTrees |
Removes the retained tree status on all trees in the treatment unit and also removes any RetainedTreeRemover growth adjuster
|
 | ReservedForIntensiveFertilizationAtPeriod |
Checks if reservation was added at given period
|
 | ReserveForIntensiveFertilization |
Reserves treatmentunit for intensive fertilization. Reservation is made at current period.
|
 | Reset |
Resets treatment unit to initial period
|
 | SetBeforeToAfter |
Sets result before to same result as result after ("hides" any
actions that has been done on the treatment unit).
|
 | ToString | Returns a string that represents the current object. |
 | UpdateAfter |
Updates the values in the treatment unit after treatment (each prediction unit must be updated first)
|
 | UpdateBefore |
Updates the values in the treatment unit before treatment (each prediction unit must be updated first)
|
 | UpdateBeforeInterpolated |
Updates the values in the treatment unit before treatment (each prediction unit must be updated first)
|
 | UpdateInterpolated |
Updates with interpolated values.
|