Package | Description |
---|---|
agi.foundation.infrastructure |
Contains types which support various aspects of the DME Component Libraries infrastructure.
|
agi.foundation.infrastructure.threading |
Contains types used to perform and manage calculations among multiple threads of execution.
|
agi.foundation.tracking |
Contains types for acquiring, analyzing and archiving dynamic data, such as those found in real-time feeds or simulation environments.
|
Modifier and Type | Method and Description |
---|---|
ParameterEvaluator<T> |
ValueParameter.getEvaluator(EvaluatorGroup group)
Gets the placeholder evaluator associated with this parameter.
|
ParameterEvaluator<T> |
IEvaluatorParameter.getEvaluator(EvaluatorGroup group)
Gets the placeholder evaluator associated with this parameter.
|
Constructor and Description |
---|
ParameterEvaluator(ParameterEvaluator<T> existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Modifier and Type | Method and Description |
---|---|
ParameterEvaluator<Transaction> |
TransactionParameter.getEvaluator(EvaluatorGroup group)
Gets the placeholder evaluator associated with this parameter.
|
Modifier and Type | Method and Description |
---|---|
ParameterEvaluator<TEntity> |
EntityParameter.getEvaluator(EvaluatorGroup group)
Gets the placeholder evaluator associated with this parameter.
|