C# Класс Landis.Extension.BaseHarvest.AppliedRepeatHarvest

The application of a repeat-harvest to a management area.
Наследование: AppliedPrescription
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
reservedStands Queue

Открытые методы

Метод Описание
AppliedRepeatHarvest ( RepeatHarvest repeatHarvest, Edu.Wisc.Forest.Flel.Util.Percentage percentageToHarvest, Edu.Wisc.Forest.Flel.Util.Percentage percentStandsToHarvest, int beginTime, int endTime ) : Edu.Wisc.Forest.Flel.Util
AppliedRepeatHarvest ( RepeatHarvest repeatHarvest, Edu.Wisc.Forest.Flel.Util.Percentage percentageToHarvest, int beginTime, int endTime ) : Edu.Wisc.Forest.Flel.Util
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.

Защищенные методы

Метод Описание
ScheduleNextHarvest ( Stand stand ) : void

Schedules the next harvest for a stand that's been set aside (reserved).

Описание методов

AppliedRepeatHarvest() публичный Метод

public AppliedRepeatHarvest ( RepeatHarvest repeatHarvest, Edu.Wisc.Forest.Flel.Util.Percentage percentageToHarvest, Edu.Wisc.Forest.Flel.Util.Percentage percentStandsToHarvest, int beginTime, int endTime ) : Edu.Wisc.Forest.Flel.Util
repeatHarvest RepeatHarvest
percentageToHarvest Edu.Wisc.Forest.Flel.Util.Percentage
percentStandsToHarvest Edu.Wisc.Forest.Flel.Util.Percentage
beginTime int
endTime int
Результат Edu.Wisc.Forest.Flel.Util

AppliedRepeatHarvest() публичный Метод

public AppliedRepeatHarvest ( RepeatHarvest repeatHarvest, Edu.Wisc.Forest.Flel.Util.Percentage percentageToHarvest, int beginTime, int endTime ) : Edu.Wisc.Forest.Flel.Util
repeatHarvest RepeatHarvest
percentageToHarvest Edu.Wisc.Forest.Flel.Util.Percentage
beginTime int
endTime int
Результат Edu.Wisc.Forest.Flel.Util

HarvestHighestRankedStand() публичный Метод

Harvests the highest-ranked stand which hasn't been harvested yet during the current timestep.
public HarvestHighestRankedStand ( ) : void
Результат void

HarvestReservedStands() публичный Метод

Harvests the stands that have repeat harvests scheduled for the current time step.
public HarvestReservedStands ( ) : void
Результат void

ScheduleNextHarvest() защищенный Метод

Schedules the next harvest for a stand that's been set aside (reserved).
protected ScheduleNextHarvest ( Stand stand ) : void
stand Stand
Результат void

SetAsideForMultipleHarvests() публичный Метод

Sets a stand aside for multiple additional harvests.
public SetAsideForMultipleHarvests ( Stand stand ) : void
stand Stand
Результат void

SetAsideForSingleHarvest() публичный Метод

Sets a stand aside for a single additional harvest.
public SetAsideForSingleHarvest ( Stand stand ) : void
stand Stand
Результат void

Описание свойств

reservedStands публичное свойство

public Queue reservedStands
Результат Queue