Interface JRCalculable

    • Field Detail

      • HELPER_COUNT

        static final byte HELPER_COUNT
        Constant for the count helper variable.
        See Also:
        Constant Field Values
      • HELPER_SUM

        static final byte HELPER_SUM
        Constant for the sum helper variable.
        See Also:
        Constant Field Values
      • HELPER_VARIANCE

        static final byte HELPER_VARIANCE
        Constant for the variance helper variable.
        See Also:
        Constant Field Values
      • HELPER_SIZE

        static final int HELPER_SIZE
        The number of defined helper variables.
        See Also:
        Constant Field Values
    • Method Detail

      • isInitialized

        boolean isInitialized()
        Returns true if and only if the calculable object was only initialized and not incremented.
        Returns:
        true if and only if the calculable object was only initialized and not incremented
      • setInitialized

        void setInitialized​(boolean isInitialized)
        Sets the initialized flag for this calculable object.
        Parameters:
        isInitialized - the initialized flag
        See Also:
        isInitialized()
      • getIncrementedValue

        Object getIncrementedValue()
        Returns the incremented value of the calculable object.
        Returns:
        the incremented value
      • getValue

        Object getValue()
        Returns the value of the calculable object.
        Returns:
        the value
      • getHelperVariable

        JRCalculable getHelperVariable​(byte helperType)
        Returns a helper variable.
        Parameters:
        helperType - the desired helper variable type
        Returns:
        the helper variable