Interface EvalRecipe
- All Superinterfaces:
AlphaRecipe
,org.eclipse.emf.ecore.EObject
,ExpressionEnforcerRecipe
,org.eclipse.emf.common.notify.Notifier
,ReteNodeRecipe
,SingleParentNodeRecipe
- All Known Implementing Classes:
EvalRecipeImpl
A representation of the model object 'Eval Recipe'.
Computes the result of expression evaluation and suffixes the result
to output tuples as the last element.
The following features are supported:
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
getArity()
boolean
Returns the value of the 'Unwinding' attribute.void
setUnwinding
(boolean value) Sets the value of the 'Unwinding
' attribute.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 tools.refinery.interpreter.rete.recipes.ExpressionEnforcerRecipe
getExpression, getMappedIndices, isCacheOutput, setCacheOutput, setExpression
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface tools.refinery.interpreter.rete.recipes.ReteNodeRecipe
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
-
isUnwinding
boolean isUnwinding()Returns the value of the 'Unwinding' attribute.- Returns:
- the value of the 'Unwinding' attribute.
- Since:
- 2.4
- See Also:
-
setUnwinding
void setUnwinding(boolean value) Sets the value of the 'Unwinding
' attribute.- Parameters:
value
- the new value of the 'Unwinding' attribute.- Since:
- 2.4
- See Also:
-
getArity
int getArity()- Specified by:
getArity
in interfaceReteNodeRecipe
-