| Package | Description |
|---|---|
| agi.foundation.infrastructure |
Contains types which support various aspects of the DME Component Libraries infrastructure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadStaticCalculationContextStorageStrategy
An
ICalculationContextStorageStrategy that gets the context from a
thread static member variable. |
| Modifier and Type | Method and Description |
|---|---|
static ICalculationContextStorageStrategy |
CalculationContext.getCalculationContextStorageStrategy()
Gets the strategy that is used to store calculation contexts.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CalculationContext.setCalculationContextStorageStrategy(ICalculationContextStorageStrategy value)
Sets the strategy that is used to store calculation contexts.
|