Interface RelationEvaluationRecipe
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MultiParentNodeRecipe
,org.eclipse.emf.common.notify.Notifier
,ReteNodeRecipe
- All Known Implementing Classes:
RelationEvaluationRecipeImpl
public interface RelationEvaluationRecipe extends MultiParentNodeRecipe
A representation of the model object 'Relation Evaluation Recipe'.- Since:
- 2.8
The following features are supported:
- See Also:
RecipesPackage.getRelationEvaluationRecipe()
- 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 ExpressionDefinition
getEvaluator()
Returns the value of the 'Evaluator' reference.void
setEvaluator(ExpressionDefinition value)
Sets the value of the 'Evaluator
' 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.viatra.query.runtime.rete.recipes.MultiParentNodeRecipe
getArity, getParents
-
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
-
-
-
-
Field Detail
-
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
- Generated:
-
-
Method Detail
-
getEvaluator
ExpressionDefinition getEvaluator()
Returns the value of the 'Evaluator' reference.- Returns:
- the value of the 'Evaluator' reference.
- See Also:
setEvaluator(ExpressionDefinition)
,RecipesPackage.getRelationEvaluationRecipe_Evaluator()
- Generated:
- Model:
-
setEvaluator
void setEvaluator(ExpressionDefinition value)
Sets the value of the 'Evaluator
' reference.- Parameters:
value
- the new value of the 'Evaluator' reference.- See Also:
getEvaluator()
- Generated:
-
-