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

A prescription describes how stands are ranked, how sites are selected, and which cohorts are harvested.
상속: ISpeciesCohortsDisturbance
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ISpeciesCohortsDisturbance void

공개 메소드들

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

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

Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, int minTimeSinceDamage, bool preventEstablishment ) : Edu.Wisc.Forest.Flel.Util
Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, int minTimeSinceDamage, bool preventEstablishment ) : Landis.Library.AgeOnlyCohorts

비공개 메소드들

메소드 설명
ISpeciesCohortsDisturbance ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isDamaged ) : void

메소드 상세

CheckLandUseName() 공개 정적인 메소드

public static CheckLandUseName ( string name ) : void
name string
리턴 void

Harvest() 공개 메소드

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

Prescription() 공개 메소드

public Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, int minTimeSinceDamage, bool preventEstablishment ) : Edu.Wisc.Forest.Flel.Util
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
speciesToPlant Landis.Library.Succession.Planting
minTimeSinceDamage int
preventEstablishment bool
리턴 Edu.Wisc.Forest.Flel.Util

Prescription() 공개 메소드

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