org.objectweb.medor.filter.lib
Class BasicAggregateOperator
BasicUnaryOperator
org.objectweb.medor.filter.lib.BasicAggregateOperator
- AggregateOperator, UnaryOperator
public abstract class BasicAggregateOperator
extends BasicUnaryOperator
- Sebastien Chassande-Barrioz
Object | clone(Object clone, Map obj2clone)
|
boolean | getDistinct()
|
void | setDistinct(boolean distinct) - Sets whether the aggregate operator should be
|
distinct
protected boolean distinct
BasicAggregateOperator
public BasicAggregateOperator()
BasicAggregateOperator
public BasicAggregateOperator(Expression e)
BasicAggregateOperator
public BasicAggregateOperator(Expression e,
boolean distinct)
BasicAggregateOperator
public BasicAggregateOperator(PType type)
BasicAggregateOperator
public BasicAggregateOperator(PType type,
Expression e)
BasicAggregateOperator
public BasicAggregateOperator(PType type,
Expression e,
boolean distinct)
clone
public Object clone(Object clone,
Map obj2clone)
throws CloneNotSupportedException
setDistinct
public void setDistinct(boolean distinct)
Sets whether the aggregate operator should be
- setDistinct in interface AggregateOperator
distinct
- the new value of the distinct operation