Uses of Class
org.qubership.atp.dataset.migration.formula.model.ParameterAssociation
Packages that use ParameterAssociation
Package
Description
-
Uses of ParameterAssociation in org.qubership.atp.dataset.migration.formula.model
Methods in org.qubership.atp.dataset.migration.formula.model that return ParameterAssociationModifier and TypeMethodDescriptionEvaluationContext.put(ExcelEvaluator excelEvaluator, org.apache.poi.ss.usermodel.Cell cell, ParameterData parameterSup) store data for future parameter calculation.Methods in org.qubership.atp.dataset.migration.formula.model that return types with arguments of type ParameterAssociationMethods in org.qubership.atp.dataset.migration.formula.model with parameters of type ParameterAssociationModifier and TypeMethodDescriptionvoidEvaluationContext.put(String address, ParameterAssociation parameter) -
Uses of ParameterAssociation in org.qubership.atp.dataset.migration.model
Methods in org.qubership.atp.dataset.migration.model with parameters of type ParameterAssociationModifier and TypeMethodDescriptionExcelEvaluator.getFormulaValue(ParameterAssociation parameter, List<org.apache.poi.poifs.filesystem.Ole10Native> files) Calculate formula value.