Interface EvalRecipe
-
- All Superinterfaces:
AlphaRecipe
,org.eclipse.emf.ecore.EObject
,ExpressionEnforcerRecipe
,org.eclipse.emf.common.notify.Notifier
,ReteNodeRecipe
,SingleParentNodeRecipe
- All Known Implementing Classes:
EvalRecipeImpl
public interface EvalRecipe extends ExpressionEnforcerRecipe
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:
RecipesPackage.getEvalRecipe()
- Generated:
- Model:
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getArity()
boolean
isUnwinding()
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 org.eclipse.viatra.query.runtime.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 org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe
getEquivalenceClassIDs, getTraceInfo, setTraceInfo
-
Methods inherited from interface org.eclipse.viatra.query.runtime.rete.recipes.SingleParentNodeRecipe
getParent, setParent
-
-
-
-
Field Detail
-
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
- Generated:
-
-
Method Detail
-
isUnwinding
boolean isUnwinding()
Returns the value of the 'Unwinding' attribute.- Returns:
- the value of the 'Unwinding' attribute.
- Since:
- 2.4
- See Also:
setUnwinding(boolean)
,RecipesPackage.getEvalRecipe_Unwinding()
- Generated:
- Model:
-
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:
isUnwinding()
- Generated:
-
getArity
int getArity()
- Specified by:
getArity
in interfaceReteNodeRecipe
- Generated:
- Model:
- kind="operation" unique="false"
-
-