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 |
---|---|
DurationSimpleFunction |
DurationFunctionDetails.getFunction()
Gets the function to explore.
|
static DurationSimpleFunction |
DurationSimpleFunction.of(DurationSimpleFunction.Function f)
Create a delegate for the given interface.
|
static DurationSimpleFunction |
DurationSimpleFunction.of(DurationSimpleFunction.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static DurationSimpleFunction |
DurationSimpleFunction.of(DurationSimpleFunction.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
Modifier and Type | Method and Description |
---|---|
void |
DurationFunctionDetails.setFunction(DurationSimpleFunction value)
Sets the function to explore.
|
Constructor and Description |
---|
DurationFunctionDetails(DurationSimpleFunction function)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
DurationFunctionDetails |
DurationFunctionCollection.add(DurationSimpleFunction function)
Adds a function to the collection.
|
DurationFunctionDetails |
DurationFunctionCollection.add(DurationSimpleFunction function,
double threshold)
Adds a function to the collection, and adds a threshold value that is of interest while
exploring the function.
|