IDependentAccumulator Methods TIBCO Spotfire 7.6 API Reference

The IDependentAccumulator type exposes the following members.

Methods

  Name Description
Public method Bind
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 method GetDependencies
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 method Initialize
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 method Terminate
Stops the calculations and calculates the result value.
(Inherited from IAccumulator.)
Top
See Also

Reference