org.objectweb.medor.filter.api
Interface AggregateOperator

All Known Implementing Classes:
BasicAggregateOperator

public interface AggregateOperator

Author:
Alexandre Lefebvre

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

Method Detail

setDistinct

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

Parameters:
distinct - the new value of the distinct operation

getDistinct

public boolean getDistinct()