C# Class Landis.Extension.BiomassHarvest.SpecificAgesCohortSelector

Selects specific ages and ranges of ages among a species' cohorts for harvesting.
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
SelectCohorts ( Landis.AgeCohort cohorts, Landis.AgeCohort isHarvested ) : void

Selects which of a species' cohorts are harvested.

SelectCohorts ( Landis.Library.AgeOnlyCohorts cohorts, Landis.Library.AgeOnlyCohorts isHarvested ) : void

Selects which of a species' cohorts are harvested.

SpecificAgesCohortSelector ( IList ages, IList ranges, Percentage>.IDictionary percentages ) : Edu.Wisc.Forest.Flel.Util

Private Methods

Méthode Description
SpecificAgesCohortSelector ( ) : Edu.Wisc.Forest.Flel.Util

Method Details

SelectCohorts() public méthode

Selects which of a species' cohorts are harvested.
public SelectCohorts ( Landis.AgeCohort cohorts, Landis.AgeCohort isHarvested ) : void
cohorts Landis.AgeCohort
isHarvested Landis.AgeCohort
Résultat void

SelectCohorts() public méthode

Selects which of a species' cohorts are harvested.
public SelectCohorts ( Landis.Library.AgeOnlyCohorts cohorts, Landis.Library.AgeOnlyCohorts isHarvested ) : void
cohorts Landis.Library.AgeOnlyCohorts
isHarvested Landis.Library.AgeOnlyCohorts
Résultat void

SpecificAgesCohortSelector() public méthode

public SpecificAgesCohortSelector ( IList ages, IList ranges, Percentage>.IDictionary percentages ) : Edu.Wisc.Forest.Flel.Util
ages IList
ranges IList
percentages Percentage>.IDictionary
Résultat Edu.Wisc.Forest.Flel.Util