Interface RelationEvaluationRecipe
- All Superinterfaces:
 org.eclipse.emf.ecore.EObject,MultiParentNodeRecipe,org.eclipse.emf.common.notify.Notifier,ReteNodeRecipe
- All Known Implementing Classes:
 RelationEvaluationRecipeImpl
 A representation of the model object 'Relation Evaluation Recipe'.
 
 
- Since:
 - 2.8
 
 
The following features are supported:
 - See Also:
 
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Evaluator' reference.voidsetEvaluator(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, eUnsetMethods inherited from interface tools.refinery.interpreter.rete.recipes.MultiParentNodeRecipe
getArity, getParentsMethods 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, setTraceInfo 
- 
Field Details
- 
copyright
- See Also:
 
 
 - 
 - 
Method Details
- 
getEvaluator
ExpressionDefinition getEvaluator()Returns the value of the 'Evaluator' reference.- Returns:
 - the value of the 'Evaluator' reference.
 - See Also:
 
 - 
setEvaluator
Sets the value of the 'Evaluator' reference.- Parameters:
 value- the new value of the 'Evaluator' reference.- See Also:
 
 
 -