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.booleanReturns the value of the 'Cache Output' attribute.voidsetCacheOutput(boolean value) Sets the value of the 'Cache Output' attribute.voidSets 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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface ReteNodeRecipe
getArity, getCachedHashCode, getEquivalenceClassIDs, getTraceInfo, isConstructed, setCachedHashCode, setConstructed, setTraceInfoMethods inherited from interface SingleParentNodeRecipe
getParent, setParent
-
Field Details
-
copyright
-
-
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
-
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:
-