| 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 | 
|---|---|
ThresholdCrossingSolutionType | 
JulianDateFunctionThresholdDetails.getSolutionType()
Gets the type of solution required when searching for a precise crossing
    of this threshold. 
 | 
ThresholdCrossingSolutionType | 
DurationFunctionThresholdDetails.getSolutionType()
Gets the type of solution required when searching for a precise crossing
    of this threshold. 
 | 
ThresholdCrossingSolutionType | 
DoubleFunctionThresholdDetails.getSolutionType()
Gets the type of solution required when searching for a precise crossing
    of this threshold. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JulianDateFunctionThresholdDetails.setSolutionType(ThresholdCrossingSolutionType value)
Sets the type of solution required when searching for a precise crossing
    of this threshold. 
 | 
void | 
DurationFunctionThresholdDetails.setSolutionType(ThresholdCrossingSolutionType value)
Sets the type of solution required when searching for a precise crossing
    of this threshold. 
 | 
void | 
DoubleFunctionThresholdDetails.setSolutionType(ThresholdCrossingSolutionType value)
Sets the type of solution required when searching for a precise crossing
    of this threshold. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ThresholdCrossingSolutionType | 
ThresholdCrossingSolutionType.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static ThresholdCrossingSolutionType | 
ThresholdCrossingSolutionType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static ThresholdCrossingSolutionType | 
ThresholdCrossingSolutionType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ThresholdCrossingSolutionType[] | 
ThresholdCrossingSolutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |