Package | Description |
---|---|
agi.foundation |
Contains commonly used types.
|
agi.foundation.infrastructure |
Contains types which support various aspects of the DME Component Libraries infrastructure.
|
Modifier and Type | Method and Description |
---|---|
<TParameter1,TParameter2,TResult> |
EvaluatorGroup.parameterize(IEvaluator1<TResult> evaluatorToParameterize,
IEvaluatorParameter<TParameter1> parameter1,
IEvaluatorParameter<TParameter2> parameter2)
Parameterizes an evaluator with two parameters.
|
<TParameter1,TParameter2,TResult> |
EvaluatorGroup.parameterize(IEvaluator1<TResult> evaluatorToParameterize,
IEvaluatorParameter<TParameter1> parameter1,
IEvaluatorParameter<TParameter2> parameter2,
ParameterAction parameterAction)
Parameterizes an evaluator with two parameters.
|
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 |
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. |
Modifier and Type | Method and Description |
---|---|
static <TParameter1,TParameter2,TResult> |
ParameterizedEvaluator2.wrap(IEvaluator1<TResult> evaluator)
Creates a parameterized evaluator that will wrap another evaluator.
|
Constructor and Description |
---|
ParameterizedEvaluator2(ParameterizedEvaluator2<TParameter1,TParameter2,TResult> existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|