public class BooleanAggregation extends Object implements IAggregation
Constructor and Description |
---|
BooleanAggregation() |
public void aggregate(Object newValue)
aggregate
in interface IAggregation
public Object getSum()
getSum
in interface IAggregation
public Object getAverage()
getAverage
in interface IAggregation
public Object getMax()
getMax
in interface IAggregation
public Object getMin()
getMin
in interface IAggregation
public int getAggregationCount()
getAggregationCount
in interface IAggregation
public void reset()
reset
in interface IAggregation
public Object getPercent(Object t, Object b)
getPercent
in interface IAggregation
Copyright © 2013. All Rights Reserved.