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 TypeMethodDescriptionint
Returns the value of the 'Aggregable Index' attribute.int
getArity()
Returns the value of the 'Group By Mask' containment reference.IMultisetAggregationOperator
<?, ?, ?> Returns the value of the 'Multiset Aggregation Operator' attribute.void
setAggregableIndex
(int value) Sets the value of the 'Aggregable Index
' attribute.void
setGroupByMask
(Mask value) Sets the value of the 'Group By Mask
' containment reference.void
setMultisetAggregationOperator
(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, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface tools.refinery.interpreter.rete.recipes.RederivableNodeRecipe
getOptionalMonotonicityInfo, isDeleteRederiveEvaluation, setDeleteRederiveEvaluation, setOptionalMonotonicityInfo
Methods inherited from interface tools.refinery.interpreter.rete.recipes.ReteNodeRecipe
getCachedHashCode, getEquivalenceClassIDs, getTraceInfo, isConstructed, setCachedHashCode, setConstructed, setTraceInfo
Methods 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:
getArity
in interfaceReteNodeRecipe
-