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 | |
---|---|---|
Calculation TSettings, TResults |
Base class for calculations.
|
|
Calculation TSettings, TResults PropertyNames |
Contains property name constants for the public properties of Calculation TSettings, TResults .
|
|
CalculationCollection |
A collection of calculation instances.
|
|
CalculationCollection PropertyNames |
Contains property name constants for the public properties of CalculationCollection.
|
|
CalculationDependency |
Abstract base class for a single dependency for a calculation.
|
|
CalculationDependency PropertyNames |
Contains property name constants for the public properties of CalculationDependency.
|
|
CalculationDependency T |
Abstract base class for typed CalculationDependency
|
|
CalculationDependency T PropertyNames |
Contains property name constants for the public properties of
CalculationDependency T .
|
|
CalculationDependencyCollection |
Abstract base class for dependencies for a calculation.
|
|
CalculationDependencyCollection PropertyNames |
Contains property name constants for the public properties of CalculationDependencyCollection.
|
|
CalculationDependencyCollection T |
Abstract typed base class for dependencies for a calculation.
|
|
CalculationDependencyCollection T PropertyNames |
Contains property name constants for the public properties of CalculationDependencyCollection T .
|
|
CalculationDependencyIdentifier |
Used to uniquely identify a dependency of a calculation.
|
|
CalculationFactory |
Abstract base class for CalculationFactories.
|
|
CalculationFactory TCalculation |
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.
|
|
CalculationResults CalculationResultsIdentifiers |
Implement this to contain CalculationResultsIdentifier objects to uniquely identify each result in this CalculationResults.
|
|
CalculationResults PropertyNames |
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.
|
|
CalculationSettings CalculationDependencyIdentifiers |
Implement this to contain CalculationDependencyIdentifier objects to uniquely identify each result in this CalculationSettings.
|
|
CalculationSettings PropertyNames |
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.
|
|
ColumnsCalculationResult PropertyNames |
Contains property name constants for the public properties of ColumnsCalculationResult.
|
|
DataColumnCalculationDependency |
A calculation dependency on a single column.
|
|
DataColumnCalculationDependency PropertyNames |
Contains property name constants for the public properties of DataColumnCalculationDependency.
|
|
DataColumnCalculationDependencyCollection |
A calculation dependency on a group of columns.
|
|
DataColumnCalculationDependencyCollection PropertyNames |
Contains property name constants for the public properties of DataColumnCalculationDependencyCollection.
|
|
DataSelectionCalculationDependency |
Represents a calculation dependency on a DataSelection
|
|
DataSelectionCalculationDependency PropertyNames |
Contains property name constants for the public properties of DataSelectionCalculationDependency.
|
|
ResultAccumulator |
Accumulator used to add the results of a calculation.
|