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

Various methods for selecting which of a species' cohorts to harvest.
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 메소드들

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

Selects all of a species' cohorts for harvesting.

AllExceptOldest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects all of a species' cohorts for harvesting except the oldest.

AllExceptYoungest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects all of a species' cohorts for harvesting except the youngest.

Oldest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects the oldest of a species' cohorts for harvesting.

Youngest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects the youngest of a species' cohorts for harvesting.

메소드 상세

All() 공개 정적인 메소드

Selects all of a species' cohorts for harvesting.
public static All ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
리턴 void

AllExceptOldest() 공개 정적인 메소드

Selects all of a species' cohorts for harvesting except the oldest.
public static AllExceptOldest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
리턴 void

AllExceptYoungest() 공개 정적인 메소드

Selects all of a species' cohorts for harvesting except the youngest.
public static AllExceptYoungest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
리턴 void

Oldest() 공개 정적인 메소드

Selects the oldest of a species' cohorts for harvesting.
public static Oldest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
리턴 void

Youngest() 공개 정적인 메소드

Selects the youngest of a species' cohorts for harvesting.
public static Youngest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
리턴 void