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,TParameter3,TResult> |
EvaluatorGroup.parameterize(IEvaluator1<TResult> evaluatorToParameterize,
IEvaluatorParameter<TParameter1> parameter1,
IEvaluatorParameter<TParameter2> parameter2,
IEvaluatorParameter<TParameter3> parameter3)
Parameterizes an evaluator with three parameters.
|
<TParameter1,TParameter2,TParameter3,TResult> |
EvaluatorGroup.parameterize(IEvaluator1<TResult> evaluatorToParameterize,
IEvaluatorParameter<TParameter1> parameter1,
IEvaluatorParameter<TParameter2> parameter2,
IEvaluatorParameter<TParameter3> parameter3,
ParameterAction parameterAction)
Parameterizes an evaluator with three parameters.
|
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 |
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. |
Modifier and Type | Method and Description |
---|---|
static <TParameter1,TParameter2,TParameter3,TResult> |
ParameterizedEvaluator3.wrap(IEvaluator1<TResult> evaluator)
Creates a parameterized evaluator that will wrap another evaluator.
|
Constructor and Description |
---|
ParameterizedEvaluator3(ParameterizedEvaluator3<TParameter1,TParameter2,TParameter3,TResult> existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|