net.sf.saffron.runtime
Class AggAndAcc

java.lang.Object
  |
  +--net.sf.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/net/sf/saffron/runtime/AggAndAcc.java#2 $
Author:
jhyde

Field Summary
 AggregationExtender agg
           
 Object total
           
 
Constructor Summary
AggAndAcc(AggregationExtender agg, Object total)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agg

public AggregationExtender agg

total

public Object total
Constructor Detail

AggAndAcc

public AggAndAcc(AggregationExtender agg,
                 Object total)

SourceForge.net_Logo