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 TypeMethodDescriptionintgetArity()booleanReturns the value of the 'Unwinding' attribute.voidsetUnwinding(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, eUnsetMethods inherited from interface tools.refinery.interpreter.rete.recipes.ExpressionEnforcerRecipe
getExpression, getMappedIndices, isCacheOutput, setCacheOutput, setExpressionMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface tools.refinery.interpreter.rete.recipes.ReteNodeRecipe
getCachedHashCode, getEquivalenceClassIDs, getTraceInfo, isConstructed, setCachedHashCode, setConstructed, setTraceInfoMethods 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:
 getArityin interfaceReteNodeRecipe
 
 -