public class AWSReferenceTables
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
AWSReferenceTables.AWSDefaultValuesSet
This nested class provides a set of default values.
|
Modifier | Constructor and Description |
---|---|
protected |
AWSReferenceTables()
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
protected AWSReferenceTables.AWSDefaultValuesSet |
getDefaultValues(AWSTree.AWSTreeSpecies species)
This method returns a set of default values for a particular species.
|
protected double |
getRelativeH100D100Ratio(AWSTree.AWSTreeSpecies species,
double d100,
double h100,
int year)
This method returns the relative ratio between h100:d100 with respect to average observed ratios
by 5-m dominant height class.
|
protected double |
getStockDensity(AWSTree.AWSTreeSpecies species,
int age,
double hDom,
double basalArea)
This method returns the ratio between the current basal area and the
optimal basal area according to the yield tables.
|
protected void |
init() |
protected void init()
protected double getStockDensity(AWSTree.AWSTreeSpecies species, int age, double hDom, double basalArea) throws java.lang.Exception
species
- a AWSTreeSpecies objectage
- an integerhDom
- the dominant heightbasalArea
- the current basal area (m2/ha)java.lang.Exception
protected double getRelativeH100D100Ratio(AWSTree.AWSTreeSpecies species, double d100, double h100, int year)
species
- a AWSTreeSpecies objectd100
- the dominant diameter (cm)h100
- the dominant height (m)protected AWSReferenceTables.AWSDefaultValuesSet getDefaultValues(AWSTree.AWSTreeSpecies species)
species
- a AWSTreeSpecies instance