| Package | Description | 
|---|---|
| agi.foundation.geometry | 
 Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames; 
 the manner in which they are related; and transformations between representations. 
 | 
| agi.foundation.infrastructure | 
 Contains types which support various aspects of the DME Component Libraries infrastructure. 
 | 
| agi.foundation.stoppingconditions | 
 Contains types for stopping propagation when various events occur. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ValueEvaluator<JulianDate> | 
TimeFromStateValueDefinition.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to produce a value. 
 | 
ValueEvaluator<T> | 
DelegateOnStateValueDefinition.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to produce a value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ValueEvaluator<T> | 
ValueDefinition.getEvaluator()
Gets an evaluator that can be used to produce a value. 
 | 
abstract ValueEvaluator<T> | 
ValueDefinition.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to produce a value. 
 | 
ValueEvaluator<T> | 
ParameterizedValueDefinition.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to produce a value. 
 | 
ValueEvaluator<T> | 
ConstantValueDefinition.getEvaluator(EvaluatorGroup group)
Gets an evaluator that can be used to produce a value. 
 | 
| Constructor and Description | 
|---|
ValueEvaluator(ValueEvaluator<T> existingInstance,
              CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ValueEvaluator<Double> | 
StoppingConditionEvaluator.getThreshold()
Gets the threshold to stop at. 
 |