Class EvaluationContext
java.lang.Object
org.qubership.atp.dataset.migration.formula.model.EvaluationContext
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidevaluateAndFlushAll(ExcelEvaluator evaluateWith, DsServicesFacade flushWith, FalloutReport report, org.apache.poi.xssf.usermodel.XSSFWorkbook book) Evaluates allParameterAssociation's currently in context by usingevaluateWith, imports them into ds service usingflushWith.static StringgetCellAddress(org.apache.poi.ss.usermodel.Cell cell) static EvaluationContextvoidput(String address, ParameterAssociation parameter) put(ExcelEvaluator excelEvaluator, org.apache.poi.ss.usermodel.Cell cell, ParameterData parameterSup) store data for future parameter calculation.
-
Method Details
-
getContext
-
getCellAddress
-
put
public ParameterAssociation put(ExcelEvaluator excelEvaluator, org.apache.poi.ss.usermodel.Cell cell, ParameterData parameterSup) store data for future parameter calculation.- Parameters:
excelEvaluator- formulas calculatorcell- excel cell to be calculationparameterSup- data set parameter data used to set value- Returns:
- parameter to be calculated
-
put
-
get
-
clear
public void clear() -
evaluateAndFlushAll
public void evaluateAndFlushAll(ExcelEvaluator evaluateWith, DsServicesFacade flushWith, FalloutReport report, org.apache.poi.xssf.usermodel.XSSFWorkbook book) Evaluates allParameterAssociation's currently in context by usingevaluateWith, imports them into ds service usingflushWith. -
getParametersToBeCalculated
-