public interface ExpressionEnforcerRecipe extends AlphaRecipe
The following features are supported:
RecipesPackage.getExpressionEnforcerRecipe()| 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.
|
boolean |
isCacheOutput()
Returns the value of the 'Cache Output' attribute.
|
void |
setCacheOutput(boolean value)
Sets the value of the '
Cache Output' attribute. |
void |
setExpression(ExpressionDefinition value)
Sets the value of the '
Expression' containment reference. |
getParent, setParentgetArity, getEquivalenceClassIDs, getTraceInfo, setTraceInfoExpressionDefinition 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()boolean isCacheOutput()
If the meaning of the 'Cache Output' attribute isn't clear, there really should be more of a description here...
setCacheOutput(boolean),
RecipesPackage.getExpressionEnforcerRecipe_CacheOutput()void setCacheOutput(boolean value)
Cache Output' attribute.
value - the new value of the 'Cache Output' attribute.isCacheOutput()