IDependentAccumulator Methods

Spotfire 14.3 API Reference

The IDependentAccumulator type exposes the following members.

Methods

  NameDescription
Public methodBind
When all the dependent values are calculated by the accumulators the results are sent to this method in the same order as specified in the GetDependencies(Int32) method.
Public methodGetDependencies
A list of the names of all the accumulators (methods) that this accumulator is dependent on. The names are the same as the names of the aggregation methods that created the accumulators.
Public methodInitialize
Initializes the accumulator. This method is called before the calculation starts. This method can be called multiple times on the same instance and the accumulator should reset internal state after each call.
(Inherited from IAccumulator.)
Public methodTerminate
Stops the calculations and calculates the result value.
(Inherited from IAccumulator.)
Top
See Also

Reference