public interface ExpressionEnforcerRecipe extends AlphaRecipe
The following features are supported:
Modifier and Type | Method and Description |
---|---|
ExpressionDefinition |
getExpression()
Returns the value of the 'Expression' containment reference.
|
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.Integer> |
getMappedIndices()
Returns the value of the 'Mapped Indices' map.
|
void |
setExpression(ExpressionDefinition value)
Sets the value of the '
Expression ' containment reference. |
getParent, setParent
getArity, getTraceInfo, setTraceInfo
ExpressionDefinition getExpression()
setExpression(ExpressionDefinition)
,
RecipesPackage.getExpressionEnforcerRecipe_Expression()
void setExpression(ExpressionDefinition value)
Expression
' containment reference.
value
- the new value of the 'Expression' containment reference.getExpression()
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.Integer> getMappedIndices()
String
,
and the value is of type Integer
,
String -> Index map.
Maps variable names in the expression to tuple indices.
RecipesPackage.getExpressionEnforcerRecipe_MappedIndices()