| Package | Description | 
|---|---|
| agi.foundation.numericalmethods | 
 Contains general numerical algorithms. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JulianDateSampleSuggestionCallback | 
JulianDateFunctionExplorer.getSampleSuggestionCallback()
Gets the callback to use to determine the times at which to sample the  
Functions (get)
    when the JulianDateFunctionExplorer.explore(JulianDate,JulianDate) method is called. | 
static JulianDateSampleSuggestionCallback | 
JulianDateSampleSuggestionCallback.of(JulianDateSampleSuggestionCallback.Function f)
Create a delegate for the given interface. 
 | 
static JulianDateSampleSuggestionCallback | 
JulianDateSampleSuggestionCallback.of(JulianDateSampleSuggestionCallback.Function f,
  Class<?> targetClass,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 | 
static JulianDateSampleSuggestionCallback | 
JulianDateSampleSuggestionCallback.of(JulianDateSampleSuggestionCallback.Function f,
  Object targetObject,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JulianDateFunctionExplorer.setSampleSuggestionCallback(JulianDateSampleSuggestionCallback value)
Sets the callback to use to determine the times at which to sample the  
Functions (get)
    when the JulianDateFunctionExplorer.explore(JulianDate,JulianDate) method is called. |