public abstract class AbstractMemorylessAggregationOperator<Domain,AggregateResult> extends java.lang.Object implements IMultisetAggregationOperator<Domain,AggregateResult,AggregateResult>
Constructor and Description |
---|
AbstractMemorylessAggregationOperator() |
Modifier and Type | Method and Description |
---|---|
AggregateResult |
clone(AggregateResult original)
Clones the given accumulator (with all its internal contents).
|
AggregateResult |
getAggregate(AggregateResult result) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aggregateStream, combine, contains, createNeutral, getName, getShortDescription, isNeutral, prettyPrint, update
public AbstractMemorylessAggregationOperator()
public AggregateResult getAggregate(AggregateResult result)
getAggregate
in interface IMultisetAggregationOperator<Domain,AggregateResult,AggregateResult>
public AggregateResult clone(AggregateResult original)
IMultisetAggregationOperator
clone
in interface IMultisetAggregationOperator<Domain,AggregateResult,AggregateResult>