Combines two calculated values into one.
Parameters: calculable - the first calculated value Parameters: calculableValue - the second calculated value Parameters: valueProvider - the value provider used for the helper variables the combined value throws: JRException -
Increments a calculable object with a value.
Parameters: calculable - the calculable Parameters: expressionValue - the value Parameters: valueProvider - value provider the incremented value throws: JRException -
This method should return a neutral value for this calculation
(e.g. 0 for sum, 1 for product, etc) or a default value if no neutral value exists.
the initial value for this calculation