C# Class Landis.Extension.BaseHarvest.SelectCohorts

Various methods for selecting which of a species' cohorts to harvest.
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
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.

Method Details

All() public static méthode

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

AllExceptOldest() public static méthode

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

AllExceptYoungest() public static méthode

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

Oldest() public static méthode

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

Youngest() public static méthode

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