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 |
---|---|
<TResult> ParameterizedEvaluator<TResult> |
EvaluatorGroup.parameterize(IEvaluator1<TResult> evaluatorToParameterize)
Parameterizes an evaluator with zero parameters.
|
<TResult> ParameterizedEvaluator<TResult> |
EvaluatorGroup.parameterize(IEvaluator1<TResult> evaluatorToParameterize,
ParameterAction parameterAction)
Parameterizes an evaluator with zero parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedMotionEvaluator<TResult>
A
MotionEvaluator1 that has been parameterized with zero additional parameters. |
class |
ParameterizedMotionEvaluatorWithDerivativeType<TResult,TResultDerivative>
A
MotionEvaluator2 that has been parameterized with zero additional parameters. |
Modifier and Type | Method and Description |
---|---|
static <TResult> ParameterizedEvaluator<TResult> |
ParameterizedEvaluator.wrap(IEvaluator1<TResult> evaluator)
Creates a parameterized evaluator that will wrap another evaluator.
|
Constructor and Description |
---|
ParameterizedEvaluator(ParameterizedEvaluator<TResult> existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|