SORTIE Java Interface  1
Public Attributes | List of all members
sortie.data.funcgroups.nci.NCIEffect.size_effect Enum Reference

Flag values for which size effect term is desired. More...

Public Attributes

 no_size_effect
 No size effect (class clNoSizeEffect) More...
 
 default_size_effect
 Default size effect (class clDefaultSizeEffect) More...
 
 size_effect_bounded
 Size effect with minimum DBH (class clSizeEffectLowerBounded) More...
 
 size_effect_power_function
 Power function size effect (class clSizeEffectPowerFunction) More...
 
 size_effect_shifted_lognormal
 Shifted lognormal size effect (class clShiftedLognormalSizeEffect) More...
 
 size_effect_compound_exp
 Compound exponential size effect (class clSizeEffectCompoundExponential) More...
 
 size_effect_shifted_log_inf
 Shifted lognormal w/ infection size effect (class clSizeEffectShiftedLogInf) More...
 
 size_effect_compound_exp_inf
 Compound exponential w/ infection size effect (class clSizeEffectCompoundExpInf) More...
 

Detailed Description

Flag values for which size effect term is desired.

Member Data Documentation

◆ default_size_effect

sortie.data.funcgroups.nci.NCIEffect.size_effect.default_size_effect

Default size effect (class clDefaultSizeEffect)

◆ no_size_effect

sortie.data.funcgroups.nci.NCIEffect.size_effect.no_size_effect

No size effect (class clNoSizeEffect)

◆ size_effect_bounded

sortie.data.funcgroups.nci.NCIEffect.size_effect.size_effect_bounded

Size effect with minimum DBH (class clSizeEffectLowerBounded)

◆ size_effect_compound_exp

sortie.data.funcgroups.nci.NCIEffect.size_effect.size_effect_compound_exp

Compound exponential size effect (class clSizeEffectCompoundExponential)

◆ size_effect_compound_exp_inf

sortie.data.funcgroups.nci.NCIEffect.size_effect.size_effect_compound_exp_inf

Compound exponential w/ infection size effect (class clSizeEffectCompoundExpInf)

◆ size_effect_power_function

sortie.data.funcgroups.nci.NCIEffect.size_effect.size_effect_power_function

Power function size effect (class clSizeEffectPowerFunction)

◆ size_effect_shifted_log_inf

sortie.data.funcgroups.nci.NCIEffect.size_effect.size_effect_shifted_log_inf

Shifted lognormal w/ infection size effect (class clSizeEffectShiftedLogInf)

◆ size_effect_shifted_lognormal

sortie.data.funcgroups.nci.NCIEffect.size_effect.size_effect_shifted_lognormal

Shifted lognormal size effect (class clShiftedLognormalSizeEffect)


The documentation for this enum was generated from the following file: