Method | Description | |
---|---|---|
AppliedRepeatHarvest ( |
||
AppliedRepeatHarvest ( |
||
HarvestHighestRankedStand ( ) : void |
Harvests the highest-ranked stand which hasn't been harvested yet during the current timestep.
|
|
HarvestReservedStands ( ) : void |
Harvests the stands that have repeat harvests scheduled for the current time step.
|
|
SetAsideForMultipleHarvests ( Stand stand ) : void |
Sets a stand aside for multiple additional harvests.
|
|
SetAsideForSingleHarvest ( Stand stand ) : void |
Sets a stand aside for a single additional harvest.
|
Method | Description | |
---|---|---|
ScheduleNextHarvest ( Stand stand ) : void |
Schedules the next harvest for a stand that's been set aside (reserved).
|
public AppliedRepeatHarvest ( |
||
repeatHarvest | ||
managementArea | ||
percentageToHarvest | Edu.Wisc.Forest.Flel.Util.Percentage | |
beginTime | int | |
endTime | int | |
return | Edu.Wisc.Forest.Flel.Util |
public AppliedRepeatHarvest ( |
||
repeatHarvest | ||
percentageToHarvest | Edu.Wisc.Forest.Flel.Util.Percentage | |
beginTime | int | |
endTime | int | |
return | Edu.Wisc.Forest.Flel.Util |
protected ScheduleNextHarvest ( Stand stand ) : void | ||
stand | Stand | |
return | void |
public SetAsideForMultipleHarvests ( Stand stand ) : void | ||
stand | Stand | |
return | void |
public SetAsideForSingleHarvest ( Stand stand ) : void | ||
stand | Stand | |
return | void |