Class ModelEvaluationFormulaContext.ForFormulaDeployment
- Object
-
- ForFormulaDeployment
-
- All Implemented Interfaces:
ModelEvaluationFormulaContext
,ModelFormulaContextReadOnly
- Enclosing interface:
- ModelEvaluationFormulaContext
public static final class ModelEvaluationFormulaContext.ForFormulaDeployment extends Object implements ModelEvaluationFormulaContext
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ModelEvaluationFormulaContext
ModelEvaluationFormulaContext.ForFormulaDeployment
-
-
Constructor Summary
Constructors Constructor Description ForFormulaDeployment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
label()
Map<String,Object>
state()
Table
table(String name)
String
uniqueName()
-
-
-
Method Detail
-
uniqueName
public String uniqueName()
- Specified by:
uniqueName
in interfaceModelFormulaContextReadOnly
- Returns:
- The unique name of this model
-
label
public String label()
- Specified by:
label
in interfaceModelFormulaContextReadOnly
- Returns:
- The label of this model
-
state
public Map<String,Object> state()
- Specified by:
state
in interfaceModelFormulaContextReadOnly
- Returns:
- The state of this model
-
-