The Spotfire.Dxp.Application.Calculations namespace contains classes used by data calculations.
More specific functionality is provided in the Spotfire.Dxp.Application.Calculations.DataRelationships namespace.
Classes
Class | Description | |
---|---|---|
CalculationTSettings, TResults |
Base class for calculations.
|
|
CalculationTSettings, TResultsPropertyNames |
Contains property name constants for the public properties of CalculationTSettings, TResults.
|
|
CalculationCollection |
A collection of calculation instances.
|
|
CalculationCollectionPropertyNames |
Contains property name constants for the public properties of CalculationCollection.
|
|
CalculationDependency |
Abstract base class for a single dependency for a calculation.
|
|
CalculationDependencyPropertyNames |
Contains property name constants for the public properties of CalculationDependency.
|
|
CalculationDependencyT |
Abstract base class for typed CalculationDependency
|
|
CalculationDependencyTPropertyNames |
Contains property name constants for the public properties of
CalculationDependencyT.
|
|
CalculationDependencyCollection |
Abstract base class for dependencies for a calculation.
|
|
CalculationDependencyCollectionPropertyNames |
Contains property name constants for the public properties of CalculationDependencyCollection.
|
|
CalculationDependencyCollectionT |
Abstract typed base class for dependencies for a calculation.
|
|
CalculationDependencyCollectionTPropertyNames |
Contains property name constants for the public properties of CalculationDependencyCollectionT.
|
|
CalculationDependencyIdentifier |
Used to uniquely identify a dependency of a calculation.
|
|
CalculationFactory |
Abstract base class for CalculationFactories.
|
|
CalculationFactoryTCalculation |
Abstract typed base class for CalculationFactories.
|
|
CalculationResults |
Abstract base class for calculation results. After a calculation has been executed the results can be found here. This class must be extended to
implement a specialized results class that is suited for a concrete calculations implementation.
|
|
CalculationResultsCalculationResultsIdentifiers |
Implement this to contain CalculationResultsIdentifier objects to uniquely identify each result in this CalculationResults.
|
|
CalculationResultsPropertyNames |
Contains property name constants for the public properties of CalculationResults.
|
|
CalculationResultsIdentifier |
Used to uniquely identify a result in CalculationResults.
|
|
CalculationSettings |
Base class for calculation settings. Holds the input to a calculation and uses it to determine when the calculation needs to be rerun,
invalidated etc. This class must be extended to implement a specialized settings class that is suited for a concrete calculations implementation.
|
|
CalculationSettingsCalculationDependencyIdentifiers |
Implement this to contain CalculationDependencyIdentifier objects to uniquely identify each result in this CalculationSettings.
|
|
CalculationSettingsPropertyNames |
Contains property name constants for the public properties of CalculationSettings.
|
|
CalculationSettingsValidationResult |
Report from the CalculationSettings validation. Contains any errors or warnings that this resulted in. These can then be displayed
to the user or added to if the implementation wants to do additional checks.
|
|
CalculationTypeIdentifiers |
Defines the type identifiers for built-in calculations
|
|
ColumnsCalculationResult |
Keeps references to columns resulting from a calculation and corresponding to a particular CalculationResultsIdentifier.
|
|
ColumnsCalculationResultPropertyNames |
Contains property name constants for the public properties of ColumnsCalculationResult.
|
|
DataColumnCalculationDependency |
A calculation dependency on a single column.
|
|
DataColumnCalculationDependencyPropertyNames |
Contains property name constants for the public properties of DataColumnCalculationDependency.
|
|
DataColumnCalculationDependencyCollection |
A calculation dependency on a group of columns.
|
|
DataColumnCalculationDependencyCollectionPropertyNames |
Contains property name constants for the public properties of DataColumnCalculationDependencyCollection.
|
|
DataSelectionCalculationDependency |
Represents a calculation dependency on a DataSelection
|
|
DataSelectionCalculationDependencyPropertyNames |
Contains property name constants for the public properties of DataSelectionCalculationDependency.
|
|
ResultAccumulator |
Accumulator used to add the results of a calculation.
|