C# Class Landis.Extension.BiomassHarvest.SpecificAgesCohortSelector

Selects specific ages and ranges of ages among a species' cohorts for harvesting.
ファイルを表示 Open project: LANDIS-II-Foundation/Extensions-Disturbance

Public Methods

Method 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

Method Description
SpecificAgesCohortSelector ( ) : Edu.Wisc.Forest.Flel.Util

Method Details

SelectCohorts() public method

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

SelectCohorts() public method

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
return void

SpecificAgesCohortSelector() public method

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