public class CalculatorIntermResultsMatrix extends Object
Constructor and Description |
---|
CalculatorIntermResultsMatrix(int rowCount,
List<DataColumn> dataColumns)
constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addValuesToEachRow(NewRowEvent newRowEvent) |
CalcIntermResult[][] |
getIntermResultsMatrix() |
void |
initAll()
calls the init method of all calculators in this matrix
|
void |
initFirstXRows(int rowCount)
calls the init method for all calculators in the first specified rows
|
void |
initRow(int row)
calls the init method for each calculator on the specified level
|
public CalculatorIntermResultsMatrix(int rowCount, List<DataColumn> dataColumns)
levelCount
- defines how many levels (rows) we will havecalculatorFactories
- a prototype row of calculatorspublic void initRow(int row)
level
- public void initFirstXRows(int rowCount)
rowCount
- public void initAll()
public CalcIntermResult[][] getIntermResultsMatrix()
public void addValuesToEachRow(NewRowEvent newRowEvent)
Copyright © 2006–2015. All rights reserved.