C# Class Landis.Harvest.Prescription

A prescription describes how stands are ranked, how sites are selected, and which cohorts are harvested.
Inheritance: ISpeciesCohortsDisturbance
Mostra file Open project: LANDIS-II-Foundation/Extensions-Disturbance Class Usage Examples

Private Properties

Property Type Description
AgeCohort void
ISpeciesCohortsDisturbance void

Public Methods

Method Description
Harvest ( Stand stand ) : double

Harvests a stand (and possibly its neighbors) according to the prescription's site-selection method.

Harvest ( Stand stand ) : void

Harvests a stand (and possibly its neighbors) according to the prescription's site-selection method.

Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector ) : Landis.AgeCohort
Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Succession.Planting speciesToPlant ) : Landis.AgeCohort
Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Succession.Planting speciesToPlant, int minTimeSinceDamage, bool preventEstablishment ) : Landis.AgeCohort

Private Methods

Method Description
AgeCohort ( AgeCohort cohorts, AgeCohort isDamaged ) : void
ISpeciesCohortsDisturbance ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isDamaged ) : void

Method Details

Harvest() public method

Harvests a stand (and possibly its neighbors) according to the prescription's site-selection method.
public Harvest ( Stand stand ) : double
stand Stand
return double

Harvest() public method

Harvests a stand (and possibly its neighbors) according to the prescription's site-selection method.
public Harvest ( Stand stand ) : void
stand Stand
return void

Prescription() public method

public Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector ) : Landis.AgeCohort
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
return Landis.AgeCohort

Prescription() public method

public Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Succession.Planting speciesToPlant ) : Landis.AgeCohort
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
speciesToPlant Landis.Succession.Planting
return Landis.AgeCohort

Prescription() public method

public Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Succession.Planting speciesToPlant, int minTimeSinceDamage, bool preventEstablishment ) : Landis.AgeCohort
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
speciesToPlant Landis.Succession.Planting
minTimeSinceDamage int
preventEstablishment bool
return Landis.AgeCohort