| Package | Description | 
|---|---|
| agi.foundation.infrastructure | 
 Contains types which support various aspects of the DME Component Libraries infrastructure. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IParameterizedEvaluatorWithIntervals3<TParameter1,TParameter2,TParameter3,TResult,TResultOverIntervals>
An interface for an evaluator that takes a  
JulianDate and three additional parameters
 and produces a return value of a given type. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstantParameterizedEvaluator3<TParameter1,TParameter2,TParameter3,TResult>
An evaluator that takes a  
JulianDate and three additional parameters
 and produces a constant return value of a given type, ignoring all parameters. | 
class  | 
ParameterizedEvaluator3<TParameter1,TParameter2,TParameter3,TResult>
An abstract base implementation of an  
IEvaluator that has been parameterized with three additional parameters. | 
class  | 
ParameterizedEvaluatorWithIntervals3<TParameter1,TParameter2,TParameter3,TResult,TResultOverIntervals>
An  
IEvaluatorOverIntervals that has been parameterized with three additional parameters. | 
class  | 
ParameterizedMotionEvaluator3<TParameter1,TParameter2,TParameter3,TResult>
A  
MotionEvaluator1 that has been parameterized with three additional parameters. | 
class  | 
ParameterizedMotionEvaluatorWithDerivativeType3<TParameter1,TParameter2,TParameter3,TResult,TResultDerivative>
A  
MotionEvaluator2 that has been parameterized with three additional parameters. |