Interface IndexerBasedAggregatorRecipe
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,ReteNodeRecipe
- All Known Subinterfaces:
CountAggregatorRecipe
- All Known Implementing Classes:
CountAggregatorRecipeImpl
,IndexerBasedAggregatorRecipeImpl
A representation of the model object 'Indexer Based Aggregator Recipe'.
Represents a (compound) node that performs an aggregation operation.
Parent must be a ProjectionIndexer, which defines how tuples are to be aggregated.
Usable only through an Join with an AggregatorIndexer as the right parent
The following features are supported:
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
getArity()
Returns the value of the 'Parent' containment reference.void
setParent
(ProjectionIndexerRecipe value) Sets the value of the '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
getCachedHashCode, getEquivalenceClassIDs, getTraceInfo, isConstructed, setCachedHashCode, setConstructed, setTraceInfo
-
Field Details
-
copyright
- See Also:
-
-
Method Details
-
getParent
ProjectionIndexerRecipe getParent()Returns the value of the 'Parent' containment reference.- Returns:
- the value of the 'Parent' containment reference.
- See Also:
-
setParent
Sets the value of the 'Parent
' containment reference.- Parameters:
value
- the new value of the 'Parent' containment reference.- See Also:
-
getArity
int getArity()- Specified by:
getArity
in interfaceReteNodeRecipe
-