| Package | Description | 
|---|---|
| agi.foundation.segmentpropagation | 
 Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ComputeNewThresholdCallback<T> | 
ChangeStoppingConditionThresholdOperator.getThresholdCallback()
Gets the callback that will compute the new value of the threshold. 
 | 
static <T> ComputeNewThresholdCallback<T> | 
ComputeNewThresholdCallback.of(ComputeNewThresholdCallback.Function<T> f)
Create a delegate for the given interface. 
 | 
static <T> ComputeNewThresholdCallback<T> | 
ComputeNewThresholdCallback.of(ComputeNewThresholdCallback.Function<T> f,
  Class<?> targetClass,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 | 
static <T> ComputeNewThresholdCallback<T> | 
ComputeNewThresholdCallback.of(ComputeNewThresholdCallback.Function<T> f,
  Object targetObject,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ChangeStoppingConditionThresholdOperator.setThresholdCallback(ComputeNewThresholdCallback<T> value)
Sets the callback that will compute the new value of the threshold. 
 | 
| Constructor and Description | 
|---|
ChangeStoppingConditionThresholdOperator(ComputeNewThresholdCallback<T> callback,
                                        T initialValue)
Initializes a new instance. 
 |