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