C# Class Landis.Extension.BaseHarvest.Prescription

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

Private Properties

Property Type Description
ISpeciesCohortsDisturbance void

Public Methods

Method Description
CheckLandUseName ( string name ) : void
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.Library.Succession.Planting speciesToPlant, int minTimeSinceDamage, bool preventEstablishment ) : Edu.Wisc.Forest.Flel.Util
Prescription ( string name, IStandRankingMethod rankingMethod, ISiteSelector siteSelector, ICohortSelector cohortSelector, Landis.Library.Succession.Planting speciesToPlant, int minTimeSinceDamage, bool preventEstablishment ) : Landis.Library.AgeOnlyCohorts

Private Methods

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

Method Details

CheckLandUseName() public static method

public static CheckLandUseName ( string name ) : void
name string
return void

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.Library.Succession.Planting speciesToPlant, int minTimeSinceDamage, bool preventEstablishment ) : Edu.Wisc.Forest.Flel.Util
name string
rankingMethod IStandRankingMethod
siteSelector ISiteSelector
cohortSelector ICohortSelector
speciesToPlant Landis.Library.Succession.Planting
minTimeSinceDamage int
preventEstablishment bool
return Edu.Wisc.Forest.Flel.Util

Prescription() public method

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