Uses of Interface
edu.umass.cs.sase.engine.ValueVectorElement

Packages that use ValueVectorElement
edu.umass.cs.sase.engine   
 

Uses of ValueVectorElement in edu.umass.cs.sase.engine
 

Classes in edu.umass.cs.sase.engine that implement ValueVectorElement
 class ValueVectorElementAvg
          This class represents the AVG aggregation.
 class ValueVectorElementCount
          This class represents the COUNT aggregation.
 class ValueVectorElementMax
          This class represents the MAX aggregation.
 class ValueVectorElementMin
          This class represents the MIN aggregation.
 class ValueVectorElementSet
          This class represents the SET operation, which is just to keep the value of a specified attribute.
 class ValueVectorElementSum
          This class represents the SUM aggregation.
 

Methods in edu.umass.cs.sase.engine that return ValueVectorElement
 ValueVectorElement[][] Run.getValueVector()
           
 

Methods in edu.umass.cs.sase.engine with parameters of type ValueVectorElement
 void Run.setValueVector(ValueVectorElement[][] valueVector)