메소드 | 설명 | |
---|---|---|
AppliedPrescription ( |
||
AppliedPrescription ( |
||
CompareRankings ( |
Compares two stand rankings such that the higher ranking comes before the lower ranking.
|
|
FinishInitialization ( int standCount ) : void |
Finish initializing the applied prescription after reading the stand map.
|
|
FinishInitialization ( int standCount, double area ) : void |
Finish initializing the applied prescription after reading the stand map. Determine the area size to harvest.
|
|
HarvestHighestRankedStand ( ) : void |
Harvests the highest-ranked stand which hasn't been harvested yet during the current timestep.
|
|
InitializeForHarvest ( List |
Initializes the prescription for harvesting, which includes computing stand rankings. AreaRemainingToHarvest is set to AreaToHarvest, AreaRemainingRatio is set to 1.0, and AreaHarvested is set to 0.0. |
public AppliedPrescription ( |
||
prescription | ||
managementArea | ||
percentageToHarvest | Edu.Wisc.Forest.Flel.Util.Percentage | |
beginTime | int | |
endTime | int | |
리턴 | Edu.Wisc.Forest.Flel.Util |
public AppliedPrescription ( |
||
prescription | ||
percentageToHarvest | Edu.Wisc.Forest.Flel.Util.Percentage | |
beginTime | int | |
endTime | int | |
리턴 | Edu.Wisc.Forest.Flel.Util |
public static CompareRankings ( |
||
x | ||
y | ||
리턴 | int |
public FinishInitialization ( int standCount ) : void | ||
standCount | int | /// The number of stands in the management area that the prescription /// is applied to. /// |
리턴 | void |
public FinishInitialization ( int standCount, double area ) : void | ||
standCount | int | /// The number of stands in the management area that the prescription /// is applied to. /// |
area | double | /// The area count for which this prescription is to be applied. /// |
리턴 | void |
public InitializeForHarvest ( List |
||
stands | List |
|
리턴 | void |