Interface ExpressionEnforcerRecipe
- All Superinterfaces:
AlphaRecipe
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,ReteNodeRecipe
,SingleParentNodeRecipe
- All Known Subinterfaces:
CheckRecipe
,EvalRecipe
- All Known Implementing Classes:
CheckRecipeImpl
,EvalRecipeImpl
,ExpressionEnforcerRecipeImpl
A representation of the model object 'Expression Enforcer Recipe'.
type RuntimeExpressionEvaluator wraps psystem.matchers.tools.refinery.interpreter.IExpressionEvaluator
class RuntimeExpressionDefinition extends ExpressionDefinition {
RuntimeExpressionEvaluator evaluator
}
The following features are supported:
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Expression' containment reference.Returns the value of the 'Mapped Indices' map.boolean
Returns the value of the 'Cache Output' attribute.void
setCacheOutput
(boolean value) Sets the value of the 'Cache Output
' attribute.void
Sets the value of the 'Expression
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface tools.refinery.interpreter.rete.recipes.ReteNodeRecipe
getArity, getCachedHashCode, getEquivalenceClassIDs, getTraceInfo, isConstructed, setCachedHashCode, setConstructed, setTraceInfo
Methods inherited from interface tools.refinery.interpreter.rete.recipes.SingleParentNodeRecipe
getParent, setParent
-
Field Details
-
copyright
- See Also:
-
-
Method Details
-
getExpression
ExpressionDefinition getExpression()Returns the value of the 'Expression' containment reference. Provides traceability to expression representation.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
-
setExpression
Sets the value of the 'Expression
' containment reference.- Parameters:
value
- the new value of the 'Expression' containment reference.- See Also:
-
getMappedIndices
Returns the value of the 'Mapped Indices' map. The key is of typeString
, and the value is of typeInteger
, String -> Index map. Maps variable names in the expression to tuple indices.- Returns:
- the value of the 'Mapped Indices' map.
- See Also:
-
isCacheOutput
boolean isCacheOutput()Returns the value of the 'Cache Output' attribute.- Returns:
- the value of the 'Cache Output' attribute.
- See Also:
-
setCacheOutput
void setCacheOutput(boolean value) Sets the value of the 'Cache Output
' attribute.- Parameters:
value
- the new value of the 'Cache Output' attribute.- See Also:
-