public class DataRowsOutputStep extends AbstractOutputStep<String,Integer,String>
Modifier and Type | Field and Description |
---|---|
static String |
DATA_CELL_TEMPLATE |
static String |
END_DATA_ROW_TEMPLATE |
static String |
START_DATA_ROW_TEMPLATE |
GRAND_TOTAL_GROUPING_LEVEL
Constructor and Description |
---|
DataRowsOutputStep() |
Modifier and Type | Method and Description |
---|---|
StepResult<Integer> |
execute(NewRowEvent newRowEvent,
StepInput stepInput)
Constructs a cell for each value and sends it to output
|
StepResult<String> |
exit(StepInput stepInput)
called when finishing the algorithm execution
|
StepResult<String> |
init(StepInput stepInput)
this step's init method
|
getNewReportOutput, outputNoValue, outputOneValue
computeAggLevelForCalcRowNumber, computeCalcRowNumberForAggLevel, getCalcIntermResultsMatrix, getCalculatorDistributionInColumnDataArray, getDataColumns, getDataColumnsLength, getDataRowCount, getGroupColumns, getGroupColumnsCount, getGroupingLevel, getPreviousRowOfGroupValues, getShowGrandTotal, getShowTotals, getTotalStringForGroupingLevel, getTotalStringForGroupingLevelAndPredecessors, getTotalStringForGroupingLevelAndPredecessors
public static final String DATA_CELL_TEMPLATE
public static final String START_DATA_ROW_TEMPLATE
public static final String END_DATA_ROW_TEMPLATE
public StepResult<String> init(StepInput stepInput)
stepInput
- TODOpublic StepResult<Integer> execute(NewRowEvent newRowEvent, StepInput stepInput)
stepInput
- TODOpublic StepResult<String> exit(StepInput stepInput)
AlgorithmMainStep
Copyright © 2006–2015. All rights reserved.