C# 클래스 Landis.Harvest.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 ) : double

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

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

메소드 상세

Harvest() 공개 메소드

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

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.Succession.Planting speciesToPlant, ICohortSelector additionalCohortSelector, Landis.Succession.Planting additionalSpeciesToPlant, int interval ) : Landis.Succession
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
speciesToPlant Landis.Succession.Planting
additionalCohortSelector ICohortSelector
additionalSpeciesToPlant Landis.Succession.Planting
interval int
리턴 Landis.Succession

SingleRepeatHarvest() 공개 메소드

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