C# Class Landis.Extension.BaseHarvest.Prescription

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

Private Properties

Свойство Type Description
ISpeciesCohortsDisturbance void

Méthodes publiques

Méthode 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

Méthode Description
ISpeciesCohortsDisturbance ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isDamaged ) : void

Method Details

CheckLandUseName() public static méthode

public static CheckLandUseName ( string name ) : void
name string
Résultat void

Harvest() public méthode

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

Prescription() public méthode

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
Résultat Edu.Wisc.Forest.Flel.Util

Prescription() public méthode

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
Résultat Landis.Library.AgeOnlyCohorts