| Package | Description | 
|---|---|
| agi.foundation.infrastructure | 
 Contains types which support various aspects of the DME Component Libraries infrastructure. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CalculationContext | 
ThreadStaticCalculationContextStorageStrategy.getContext()
Gets the  
CalculationContext for the current thread. | 
CalculationContext | 
ICalculationContextStorageStrategy.getContext()
Gets the current  
CalculationContext. | 
static CalculationContext | 
CalculationContext.getDefaultForNewContexts()
Gets the calculation context to use for contexts that do not yet have a calculation context. 
 | 
static CalculationContext | 
CalculationContext.getInstance()
Gets the current calculation context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ThreadStaticCalculationContextStorageStrategy.setContext(CalculationContext context)
Sets the  
CalculationContext for the current thread. | 
void | 
ICalculationContextStorageStrategy.setContext(CalculationContext context)
Sets the current  
CalculationContext. | 
static void | 
CalculationContext.setDefaultForNewContexts(CalculationContext value)
Sets the calculation context to use for contexts that do not yet have a calculation context. 
 | 
static void | 
CalculationContext.setInstance(CalculationContext value)
Sets the current calculation context. 
 | 
| Constructor and Description | 
|---|
CalculationContext(CalculationContext existingInstance,
                  CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |