saffron.runtime
Class AggAndAcc
java.lang.Object
|
+--saffron.runtime.AggAndAcc
- public class AggAndAcc
- extends Object
AggAndAcc
holds an instance of an AggregationExtender
and its associated accumulator.
- Since:
- 18 February, 2002
- Version:
- $Id: //open/saffron/src/main/saffron/runtime/AggAndAcc.java#1 $
- Author:
- jhyde
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
agg
public AggregationExtender agg
total
public Object total
AggAndAcc
public AggAndAcc(AggregationExtender agg,
Object total)