Package | Description |
---|---|
agi.foundation |
Contains commonly used types.
|
agi.foundation.communications.signalpropagation |
Contains types for propagating electromagnetic signals along communication links.
|
agi.foundation.infrastructure |
Contains types which support various aspects of the DME Component Libraries infrastructure.
|
Modifier and Type | Method and Description |
---|---|
<TParameter1,TResult> |
EvaluatorGroup.parameterize(IEvaluator1<TResult> evaluatorToParameterize,
IEvaluatorParameter<TParameter1> parameter1)
Parameterizes an evaluator with one parameter.
|
<TParameter1,TResult> |
EvaluatorGroup.parameterize(IEvaluator1<TResult> evaluatorToParameterize,
IEvaluatorParameter<TParameter1> parameter1,
ParameterAction parameterAction)
Parameterizes an evaluator with one parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
ItuRP676AtmosphericValuesEvaluator
An evaluator that computes atmospheric values required by the ITU-R P.676 atmospheric attenuation model for a given time and location.
|
class |
ItuRP840AtmosphericValuesEvaluator
An evaluator that computes atmospheric values required by the ITU-R P.840 cloud and fog attenuation model for a given time and location.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantParameterizedEvaluator1<TParameter1,TResult>
An evaluator that takes a
JulianDate and one additional parameter
and produces a constant return value of a given type, ignoring all parameters. |
class |
ParameterizedMotionEvaluator1<TParameter1,TResult>
A
MotionEvaluator1 that has been parameterized with one additional parameter. |
class |
ParameterizedMotionEvaluatorWithDerivativeType1<TParameter1,TResult,TResultDerivative>
A
MotionEvaluator2 that has been parameterized with one additional parameter. |
Modifier and Type | Method and Description |
---|---|
static <TParameter1,TResult> |
ParameterizedEvaluator1.wrap(IEvaluator1<TResult> evaluator)
Creates a parameterized evaluator that will wrap another evaluator.
|
Constructor and Description |
---|
ParameterizedEvaluator1(ParameterizedEvaluator1<TParameter1,TResult> existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|