C# Class Landis.Extension.BaseHarvest.MultiSpeciesCohortSelector

Removes certain cohorts of one or more species from a site.
Inheritance: ICohortSelector
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance Class Usage Examples

Méthodes publiques

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

Method Details

Harvest() public méthode

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

MultiSpeciesCohortSelector() public méthode

public MultiSpeciesCohortSelector ( ) : Landis.Library.AgeOnlyCohorts
Résultat Landis.Library.AgeOnlyCohorts

this() public méthode

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
Résultat SelectCohorts.Method