|
SORTIE Java Interface
1
|
Classes | |
| class | CrowdingEffectDefault |
| This class calculates a crowding effect. More... | |
| class | CrowdingEffectNoSize |
| This class calculates a crowding effect with no size term. More... | |
| class | CrowdingEffectTempDep |
| This class calculates a crowding effect using the function: More... | |
| class | DamageEffectDefault |
| This returns the damage effect due to storms. More... | |
| class | InfectionEffect |
| This class calculates an infection effect according to the term:
where T is the time in years that an individual tree has been infested, and a and b are parameters. More... | |
| class | InfectionEffectSizeDependent |
| This class calculates an infection effect according to the term:
where. More... | |
| class | NCIEffect |
| This class provides a class for NCI effects with organizing information. More... | |
| class | NCILargerNeighbors |
| The NCI term is simply a count of sapling and adult neighbors with a larger DBH than the target within a certain radius, subject to a minimum value. More... | |
| class | NCIMasterBase |
| The base for behaviors using the flexible NCI system allowing the user to choose any combination of multiplicative effects. More... | |
| class | NCIMasterGrowth |
| Corresponds to the clNCIMasterGrowth class. More... | |
| class | NCIMasterMortality |
| Corresponds to the clNCIGrowth class. More... | |
| class | NCIMasterQuadratGrowth |
| Corresponds to the clNCIMasterQuadratGrowth class. More... | |
| class | NCINeighborBA |
| The NCI term is the sum of BA of neighbors. More... | |
| class | NCITermBARatio |
| NCIi is calculated using basal area ratio. More... | |
| class | NCITermBARatioDBHDefault |
| NCIi is calculated using basal area ratio, using a single default value for target tree size. More... | |
| class | NCITermDefault |
NCIi is calculated as follows (simplifying the notation):
. More... | |
| class | NCITermNCIBARatio |
NCIi is calculated as follows (simplifying the notation):
. More... | |
| class | NCITermNCIBARatioDBHDefault |
NCIi is calculated as follows (simplifying the notation):
. More... | |
| class | NCITermNCITempDepBARatio |
NCIi is calculated as follows (simplifying the notation):
. More... | |
| class | NCITermNCITempDepBARatioDBHDefault |
NCIi is calculated as follows (simplifying the notation):
. More... | |
| class | NCITermWithNeighborDamage |
NCIi is calculated as follows (simplifying the notation):
Note that eta is per target species, not per neighbor (like lambda). More... | |
| class | NCIWithSeedlings |
| This is an NCI term which allows seedlings to compete. More... | |
| class | NitrogenEffectGaussian |
| This class calculates a nitrogen effect according to the term:
where: More... | |
| class | PrecipitationEffectDoubleLogistic |
| This represents precipitation effect in NCI behaviors calculated with a double logistic function. More... | |
| class | PrecipitationEffectWeibull |
| This represents the default Weibull precipitation effect in NCI growth. More... | |
| class | ShadingDefault |
| This represents the default shading effect in NCI growth. More... | |
| class | SizeEffectCompoundExponential |
| This represents the default size effect in NCI growth. More... | |
| class | SizeEffectDefault |
| This represents the default size effect in NCI growth. More... | |
| class | SizeEffectLowerBounded |
| This represents the default size effect in NCI growth. More... | |
| class | SizeEffectPowerFunction |
| This represents the default size effect in NCI growth. More... | |
| class | SizeEffectShiftedLognormal |
| This represents a size effect in NCI growth that uses a shifted lognormal function. More... | |
| class | TemperatureEffectDoubleLogistic |
| This represents temperature effect in NCI behaviors calculated with a double logistic function. More... | |
| class | TemperatureEffectWeibull |
| This represents the default Weibull temperature effect in NCI behaviors. More... | |
1.8.2