org.objectweb.medor.filter.api

Interface AggregateOperator

All Superinterfaces:
UnaryOperator
Known Implementing Classes:
Avg, BasicAggregateOperator, Count, Max, Min, Sum

public interface AggregateOperator
extends UnaryOperator

Author:
Alexandre Lefebvre

Method Summary

boolean
getDistinct()
void
setDistinct(boolean distinct)
Sets whether the aggregate operator should be

Method Details

getDistinct

public boolean getDistinct()


setDistinct

public void setDistinct(boolean distinct)
Sets whether the aggregate operator should be

Parameters:
distinct - the new value of the distinct operation