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