public class TotalsCalculatorStep extends AbstractReportStep<CalcIntermResult[][],String,String>
GRAND_TOTAL_GROUPING_LEVEL
Constructor and Description |
---|
TotalsCalculatorStep() |
Modifier and Type | Method and Description |
---|---|
StepResult<String> |
execute(NewRowEvent newRowEvent,
StepInput stepInput)
execute
|
StepResult<String> |
exit(StepInput stepInput)
called when finishing the algorithm execution
|
StepResult<CalcIntermResult[][]> |
init(StepInput stepInput)
init
|
computeAggLevelForCalcRowNumber, computeCalcRowNumberForAggLevel, getCalcIntermResultsMatrix, getCalculatorDistributionInColumnDataArray, getDataColumns, getDataColumnsLength, getDataRowCount, getGroupColumns, getGroupColumnsCount, getGroupingLevel, getPreviousRowOfGroupValues, getShowGrandTotal, getShowTotals, getTotalStringForGroupingLevel, getTotalStringForGroupingLevelAndPredecessors, getTotalStringForGroupingLevelAndPredecessors
public StepResult<CalcIntermResult[][]> init(StepInput stepInput)
stepInput
- TODOpublic StepResult<String> execute(NewRowEvent newRowEvent, StepInput stepInput)
stepInput
- TODOpublic StepResult<String> exit(StepInput stepInput)
AlgorithmMainStep
Copyright © 2006–2015. All rights reserved.