Interface Calculator

  • All Known Subinterfaces:
    ContextualCalculator<C>
    All Known Implementing Classes:
    AbstractCalculator, StandardCalculator

    public interface Calculator
    An abstract interface to represent the aggregation calculation in a PivotModel. The implementation depends on the implementation of PivotModel and are hence expressed in its subclasses.
    Author:
    simonpai
    • Method Detail

      • getLabelKey

        String getLabelKey()