C# Class Landis.Extension.LandUse.LandCover.PartialCohortHarvest

A harvest where at least one species is partially thinned (i.e., a percentage of one or more cohorts are harvested).
Inheritance: Landis.Library.BiomassHarvest.BiomassCohortHarvest, ICohortHarvest
Mostra file Open project: LANDIS-II-Foundation/Extensions-Disturbance

Public Methods

Method Description
PartialCohortHarvest ( Landis cohortSelector, PartialCohortSelectors partialCohortSelectors ) : Landis.Library.BiomassCohorts

Protected Methods

Method Description
Record ( int reduction, ICohort cohort ) : void

Private Methods

Method Description
ICohortHarvest ( Landis.SpatialModeling.ActiveSite site ) : void

Method Details

PartialCohortHarvest() public method

public PartialCohortHarvest ( Landis cohortSelector, PartialCohortSelectors partialCohortSelectors ) : Landis.Library.BiomassCohorts
cohortSelector Landis
partialCohortSelectors PartialCohortSelectors
return Landis.Library.BiomassCohorts

Record() protected method

protected Record ( int reduction, ICohort cohort ) : void
reduction int
cohort ICohort
return void