Interface ModelCalculationFormulaContext
-
- All Superinterfaces:
ModelFormulaContextReadOnly
,ModelFormulaContextReadWrite
public interface ModelCalculationFormulaContext extends ModelFormulaContextReadWrite
TheModelCalculationFormulaContext
is exposed to model calculation logics through themodel
binding.It contains read and write operations, contrary to
ModelEvaluationFormulaContext
.
-
-
Method Summary
-
Methods inherited from interface ModelFormulaContextReadOnly
inputs, label, outputs, table, uniqueName
-
Methods inherited from interface ModelFormulaContextReadWrite
addTable, dropTable, loadTable, loadTable, startJobTriggerCalculation, truncateTable
-
-