C# 클래스 Landis.Extension.BaseHarvest.RepeatHarvest

A repeat harvest is a variation of a prescription that harvests stands and then sets them aside for additional harvests.
상속: Prescription
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

공개 메소드들

메소드 설명
Harvest ( Stand stand ) : void

Harvests a stand (and possibly its neighbors) according to the repeat-harvest's site-selection method.

RepeatHarvest ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, ISiteSelector additionalSiteSelector, int minTimeSinceDamage, bool preventEstablishment, int interval ) : Landis.Core
RepeatHarvest ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, ISiteSelector additionalSiteSelector, int minTimeSinceDamage, bool preventEstablishment, int interval ) : Landis.Library.Succession

메소드 상세

Harvest() 공개 메소드

Harvests a stand (and possibly its neighbors) according to the repeat-harvest's site-selection method.
public Harvest ( Stand stand ) : void
stand Stand
리턴 void

RepeatHarvest() 공개 메소드

public RepeatHarvest ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, ISiteSelector additionalSiteSelector, int minTimeSinceDamage, bool preventEstablishment, int interval ) : Landis.Core
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
speciesToPlant Landis.Library.Succession.Planting
additionalSiteSelector ISiteSelector
minTimeSinceDamage int
preventEstablishment bool
interval int
리턴 Landis.Core

RepeatHarvest() 공개 메소드

public RepeatHarvest ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, ISiteSelector additionalSiteSelector, int minTimeSinceDamage, bool preventEstablishment, int interval ) : Landis.Library.Succession
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
speciesToPlant Landis.Library.Succession.Planting
additionalSiteSelector ISiteSelector
minTimeSinceDamage int
preventEstablishment bool
interval int
리턴 Landis.Library.Succession