Property | Type | Description | |
---|---|---|---|
ISpeciesCohortsDisturbance | void |
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 |
Method | Description | |
---|---|---|
ISpeciesCohortsDisturbance ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isDamaged ) : void |
public static CheckLandUseName ( string name ) : void | ||
name | string | |
return | void |
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 |
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 |