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

Removes certain cohorts of one or more species from a site.
상속: ICohortSelector
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

공개 메소드들

메소드 설명
Harvest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects which of a species' cohorts are harvested.

MultiSpeciesCohortSelector ( ) : Landis.Library.AgeOnlyCohorts
this ( ISpecies species ) : SelectCohorts.Method

Gets or sets the selection method for a species.

When getting the selection method, if a species has none, null is returned.

메소드 상세

Harvest() 공개 메소드

Selects which of a species' cohorts are harvested.
public Harvest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
리턴 void

MultiSpeciesCohortSelector() 공개 메소드

public MultiSpeciesCohortSelector ( ) : Landis.Library.AgeOnlyCohorts
리턴 Landis.Library.AgeOnlyCohorts

this() 공개 메소드

Gets or sets the selection method for a species.
When getting the selection method, if a species has none, null is returned.
public this ( ISpecies species ) : SelectCohorts.Method
species ISpecies
리턴 SelectCohorts.Method