Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
Modifier and Type | Method and Description |
---|---|
BehaviorWhenOnThreshold |
JulianDateFunctionThresholdDetails.getBehaviorWhenOnThreshold()
Gets the behavior when a function value is found to exactly equal the threshold.
|
BehaviorWhenOnThreshold |
DurationFunctionThresholdDetails.getBehaviorWhenOnThreshold()
Gets the behavior when a function value is found to exactly equal the threshold.
|
BehaviorWhenOnThreshold |
DoubleFunctionThresholdDetails.getBehaviorWhenOnThreshold()
Gets the behavior when a function value is found to exactly equal the threshold.
|
Modifier and Type | Method and Description |
---|---|
void |
JulianDateFunctionThresholdDetails.setBehaviorWhenOnThreshold(BehaviorWhenOnThreshold value)
Sets the behavior when a function value is found to exactly equal the threshold.
|
void |
DurationFunctionThresholdDetails.setBehaviorWhenOnThreshold(BehaviorWhenOnThreshold value)
Sets the behavior when a function value is found to exactly equal the threshold.
|
void |
DoubleFunctionThresholdDetails.setBehaviorWhenOnThreshold(BehaviorWhenOnThreshold value)
Sets the behavior when a function value is found to exactly equal the threshold.
|
Modifier and Type | Method and Description |
---|---|
static BehaviorWhenOnThreshold |
BehaviorWhenOnThreshold.getDefault()
Get the enum constant that is considered to be the default.
|
static BehaviorWhenOnThreshold |
BehaviorWhenOnThreshold.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static BehaviorWhenOnThreshold |
BehaviorWhenOnThreshold.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BehaviorWhenOnThreshold[] |
BehaviorWhenOnThreshold.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|