Package edu.umass.cs.sase.engine

Interface Summary
ValueVectorElement This is an interface for the value vector of the computation state.
 

Class Summary
ConfigFlags This ConfigFlags class sets the parameters for the Engine.
Engine This is the processing engine.
EngineController This class is used to wrap the Engine class, such that when you write code, you can quickly locate the related methods.
EventBuffer This class is used to buffer the selected events.
Match This class represents a match.
MatchController This class is used to buffer matches
Profiling This class profiles the numbers of performance
Run This class represents a run.
RunPool This class is used to reuse runs in memory
ValueVectorElementAvg This class represents the AVG aggregation.
ValueVectorElementCount This class represents the COUNT aggregation.
ValueVectorElementMax This class represents the MAX aggregation.
ValueVectorElementMin This class represents the MIN aggregation.
ValueVectorElementSet This class represents the SET operation, which is just to keep the value of a specified attribute.
ValueVectorElementSum This class represents the SUM aggregation.