public class CountNode extends AggregatorNode
| Constructor and Description |
|---|
CountNode(ReteContainer reteContainer) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
aggregateGroup(Tuple signature,
java.util.Collection<Tuple> group)
Aggregates (reduces) a group of tuples.
|
aggregateGroupAfterUpdate, assignTraceInfo, getAggregatorOuterIdentityIndexer, getAggregatorOuterIndexer, initializeWith, pullIntoappendChild, constructIndex, getPulledContents, getReceivers, removeChildacceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTagpublic CountNode(ReteContainer reteContainer)
public java.lang.Object aggregateGroup(Tuple signature, java.util.Collection<Tuple> group)
AggregatorNodeaggregateGroup in class AggregatorNode