Interface BetaRecipe
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,ReteNodeRecipe
- All Known Subinterfaces:
AntiJoinRecipe
,ExistenceJoinRecipe
,JoinRecipe
,SemiJoinRecipe
- All Known Implementing Classes:
AntiJoinRecipeImpl
,BetaRecipeImpl
,ExistenceJoinRecipeImpl
,JoinRecipeImpl
,SemiJoinRecipeImpl
A representation of the model object 'Beta Recipe'.
Abstract base class for Beta node recipes.
The following features are supported:
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Left Parent' containment reference.Returns the value of the 'Right Parent' containment reference.void
Sets the value of the 'Left Parent
' containment reference.void
setRightParent
(IndexerRecipe value) Sets the value of the 'Right Parent
' containment 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.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface tools.refinery.interpreter.rete.recipes.ReteNodeRecipe
getArity, getCachedHashCode, getEquivalenceClassIDs, getTraceInfo, isConstructed, setCachedHashCode, setConstructed, setTraceInfo
-
Field Details
-
copyright
- See Also:
-
-
Method Details
-
getLeftParent
ProjectionIndexerRecipe getLeftParent()Returns the value of the 'Left Parent' containment reference.- Returns:
- the value of the 'Left Parent' containment reference.
- See Also:
-
setLeftParent
Sets the value of the 'Left Parent
' containment reference.- Parameters:
value
- the new value of the 'Left Parent' containment reference.- See Also:
-
getRightParent
IndexerRecipe getRightParent()Returns the value of the 'Right Parent' containment reference. can be an AggregatorIndexer- Returns:
- the value of the 'Right Parent' containment reference.
- See Also:
-
setRightParent
Sets the value of the 'Right Parent
' containment reference.- Parameters:
value
- the new value of the 'Right Parent' containment reference.- See Also:
-