Свойство | Type | Description | |
---|---|---|---|
namesThatFollowForestType | List |
Méthode | Description | |
---|---|---|
AgeOrRangeWasRead ( |
||
ParametersParser ( ISpeciesDataset speciesDataset ) : Edu.Wisc.Forest.Flel.Util |
Initializes a new instance.
|
|
ParametersParser ( Landis.Species.Species speciesDataset, int scenarioStart, int scenarioEnd ) : Edu.Wisc.Forest.Flel.Util |
Initializes a new instance.
|
Méthode | Description | |
---|---|---|
CreateCohortCutter ( ICohortSelector cohortSelector ) : ICohortCutter | ||
CreateCohortSelectionMethodFor ( ISpecies species, IList |
Creates a cohort selection method for a specific set of ages and age ranges. This overrides the base method so it can use the PartialThinning class to handle cohort selections with percentages. |
|
CreateEmptyParameters ( ) : Landis.Library.HarvestManagement.InputParameters | ||
Parse ( ) : Landis.Extension.BaseHarvest.IInputParameters | ||
Parse ( ) : Landis.Harvest.IParameters | ||
ReadBiomassMaps ( ) : void | ||
ReadForestTypeTable ( IStandRankingMethod rankingMethod ) : void | ||
ReadPrescriptions ( List |
Reads 0 or more prescriptions from text input.
|
|
ReadSiteSelector ( ) : ISiteSelector | ||
ReadSiteSelector ( Edu.Wisc.Forest.Flel.Util.StringReader reader, int &index ) : InputValue |
||
ReplaceSpecificAgeSelectors ( ICohortSelector selector ) : |
||
ReplaceSpecificAgeSelectors ( ICohortSelector selector ) : void | ||
WrapSiteSelector ( ISiteSelector siteSelector ) : ISiteSelector |
Méthode | Description | |
---|---|---|
ParametersParser ( ) : Edu.Wisc.Forest.Flel.Util |
public static AgeOrRangeWasRead ( |
||
ageRange | ||
percentage | Edu.Wisc.Forest.Flel.Util.Percentage | |
Résultat | void |
protected CreateCohortCutter ( ICohortSelector cohortSelector ) : ICohortCutter | ||
cohortSelector | ICohortSelector | |
Résultat | ICohortCutter |
protected CreateCohortSelectionMethodFor ( ISpecies species, IList |
||
species | ISpecies | |
ages | IList |
|
ranges | IList |
|
Résultat | void |
protected CreateEmptyParameters ( ) : Landis.Library.HarvestManagement.InputParameters | ||
Résultat | Landis.Library.HarvestManagement.InputParameters |
public ParametersParser ( ISpeciesDataset speciesDataset ) : Edu.Wisc.Forest.Flel.Util | ||
speciesDataset | ISpeciesDataset | /// The dataset of species to look up species' names in. Important note: the base harvest /// speciesDataset must be overwritten with the HarvestSpeciesDataset. Methods within base harvest /// will set the MostRecentlyFetchedSpecies parameter when they are reading in species names /// from a list of cohorts to be removed. The value of MostRecentlyFetchedSpecies is not set within /// biomass harvest. /// |
Résultat | Edu.Wisc.Forest.Flel.Util |
public ParametersParser ( Landis.Species.Species speciesDataset, int scenarioStart, int scenarioEnd ) : Edu.Wisc.Forest.Flel.Util | ||
speciesDataset | Landis.Species.Species | /// The dataset of species to look up species' names in. /// |
scenarioStart | int | /// The year that the model scenario starts. /// |
scenarioEnd | int | /// The year that the model scenario ends. /// |
Résultat | Edu.Wisc.Forest.Flel.Util |
protected Parse ( ) : Landis.Extension.BaseHarvest.IInputParameters | ||
Résultat | Landis.Extension.BaseHarvest.IInputParameters |
protected Parse ( ) : Landis.Harvest.IParameters | ||
Résultat | Landis.Harvest.IParameters |
protected ReadForestTypeTable ( IStandRankingMethod rankingMethod ) : void | ||
rankingMethod | IStandRankingMethod | |
Résultat | void |
protected ReadPrescriptions ( List |
||
prescriptions | List |
|
harvestTimestep | int | |
Résultat | void |
protected ReadSiteSelector ( ) : ISiteSelector | ||
Résultat | ISiteSelector |
protected ReadSiteSelector ( Edu.Wisc.Forest.Flel.Util.StringReader reader, int &index ) : InputValue |
||
reader | Edu.Wisc.Forest.Flel.Util.StringReader | |
index | int | |
Résultat | InputValue |
protected ReplaceSpecificAgeSelectors ( ICohortSelector selector ) : |
||
selector | ICohortSelector | |
Résultat |
protected ReplaceSpecificAgeSelectors ( ICohortSelector selector ) : void | ||
selector | ICohortSelector | |
Résultat | void |
protected WrapSiteSelector ( ISiteSelector siteSelector ) : ISiteSelector | ||
siteSelector | ISiteSelector | |
Résultat | ISiteSelector |