C# Class Landis.Harvest.MultiSpeciesCohortSelector

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

Méthodes publiques

Méthode Description
Harvest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects which of a species' cohorts are harvested.

MultiSpeciesCohortSelector ( ) : Landis.AgeCohort
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.AgeCohort
Résultat Landis.AgeCohort

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