Interface MultiParentNodeRecipe
- All Superinterfaces:
 org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ReteNodeRecipe
- All Known Subinterfaces:
 ProductionRecipe,RelationEvaluationRecipe,UniquenessEnforcerRecipe
- All Known Implementing Classes:
 MultiParentNodeRecipeImpl,ProductionRecipeImpl,RelationEvaluationRecipeImpl,UniquenessEnforcerRecipeImpl
 A representation of the model object 'Multi Parent Node Recipe'.
 
 
The following features are supported:
- See Also:
 
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionintgetArity()org.eclipse.emf.common.util.EList<ReteNodeRecipe> Returns the value of the 'Parents' reference list.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 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
- 
getParents
org.eclipse.emf.common.util.EList<ReteNodeRecipe> getParents()Returns the value of the 'Parents' reference list. The list contents are of typeReteNodeRecipe.- Returns:
 - the value of the 'Parents' reference list.
 - See Also:
 
 - 
getArity
int getArity()- Specified by:
 getArityin interfaceReteNodeRecipe
 
 -