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

A single repeat-harvest harvests stands and then sets them aside for just one additional harvest. The additional harvest can remove a different set of cohorts than the initial harvest.
상속: RepeatHarvest
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 메소드들

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

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

SingleRepeatHarvest ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, ICohortSelector additionalCohortSelector, Landis.Library.Succession.Planting additionalSpeciesToPlant, ISiteSelector additionalSiteSelector, int minTimeSinceDamage, bool preventEstablishment, int interval ) : Landis.Core
SingleRepeatHarvest ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, ICohortSelector additionalCohortSelector, Landis.Library.Succession.Planting additionalSpeciesToPlant, 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

SingleRepeatHarvest() 공개 메소드

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

SingleRepeatHarvest() 공개 메소드

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