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, pullInto
appendChild, constructIndex, getPulledContents, getReceivers, removeChild
acceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
acceptPropagatedTraceInfo, getContainer, getNodeId, getTag, getTraceInfos, setTag
public CountNode(ReteContainer reteContainer)
public java.lang.Object aggregateGroup(Tuple signature, java.util.Collection<Tuple> group)
AggregatorNode
aggregateGroup
in class AggregatorNode