Interface SingleColumnAggregatorRecipe
- All Superinterfaces:
 AlphaRecipe,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,RederivableNodeRecipe,ReteNodeRecipe,SingleParentNodeRecipe
- All Known Implementing Classes:
 SingleColumnAggregatorRecipeImpl
 A representation of the model object 'Single Column Aggregator Recipe'.
 
 
The following features are supported:
- See Also:
 
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Aggregable Index' attribute.intgetArity()Returns the value of the 'Group By Mask' containment reference.IMultisetAggregationOperator<?, ?, ?> Returns the value of the 'Multiset Aggregation Operator' attribute.voidsetAggregableIndex(int value) Sets the value of the 'Aggregable Index' attribute.voidsetGroupByMask(Mask value) Sets the value of the 'Group By Mask' containment reference.voidsetMultisetAggregationOperator(IMultisetAggregationOperator<?, ?, ?> value) Sets the value of the 'Multiset Aggregation Operator' attribute.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.RederivableNodeRecipe
getOptionalMonotonicityInfo, isDeleteRederiveEvaluation, setDeleteRederiveEvaluation, setOptionalMonotonicityInfoMethods inherited from interface tools.refinery.interpreter.rete.recipes.ReteNodeRecipe
getCachedHashCode, getEquivalenceClassIDs, getTraceInfo, isConstructed, setCachedHashCode, setConstructed, setTraceInfoMethods inherited from interface tools.refinery.interpreter.rete.recipes.SingleParentNodeRecipe
getParent, setParent 
- 
Field Details
- 
copyright
- See Also:
 
 
 - 
 - 
Method Details
- 
getMultisetAggregationOperator
IMultisetAggregationOperator<?,?, getMultisetAggregationOperator()?> Returns the value of the 'Multiset Aggregation Operator' attribute.- Returns:
 - the value of the 'Multiset Aggregation Operator' attribute.
 - See Also:
 
 - 
setMultisetAggregationOperator
Sets the value of the 'Multiset Aggregation Operator' attribute.- Parameters:
 value- the new value of the 'Multiset Aggregation Operator' attribute.- See Also:
 
 - 
getAggregableIndex
int getAggregableIndex()Returns the value of the 'Aggregable Index' attribute.- Returns:
 - the value of the 'Aggregable Index' attribute.
 - See Also:
 
 - 
setAggregableIndex
void setAggregableIndex(int value) Sets the value of the 'Aggregable Index' attribute.- Parameters:
 value- the new value of the 'Aggregable Index' attribute.- See Also:
 
 - 
getGroupByMask
Mask getGroupByMask()Returns the value of the 'Group By Mask' containment reference.- Returns:
 - the value of the 'Group By Mask' containment reference.
 - See Also:
 
 - 
setGroupByMask
Sets the value of the 'Group By Mask' containment reference.- Parameters:
 value- the new value of the 'Group By Mask' containment reference.- See Also:
 
 - 
getArity
int getArity()- Specified by:
 getArityin interfaceReteNodeRecipe
 
 -