Style Intelligence v12.0

inetsoft.report.filter
Interface Formula2

All Superinterfaces:
Cloneable, Formula, Serializable
All Known Implementing Classes:
CalcFieldFormula, CorrelationFormula, CovarianceFormula, FirstFormula, LastFormula, WeightedAverageFormula

public interface Formula2
extends Formula

This interface defines formulas where the value is calculated based on two columns. The addValue() passes in an array instead of a single value. The array is always two elements long.


Field Summary
 
Fields inherited from interface inetsoft.report.filter.Formula
__NULL__
 
Method Summary
 int[] getSecondaryColumns()
          Get the second column index.
 
Methods inherited from interface inetsoft.report.filter.Formula
addValue, addValue, addValue, addValue, addValue, addValue, addValue, clone, getDisplayName, getDoubleResult, getName, getResult, isDefaultResult, reset, setDefaultResult
 

Method Detail

getSecondaryColumns

int[] getSecondaryColumns()
Get the second column index. The value on the primary column and the value on the second column are passed in as an object array with two elements.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.