Uses of Interface
net.esper.eql.spec.StreamSpec

Packages that use StreamSpec
net.esper.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of StreamSpec in net.esper.eql.spec
 

Subinterfaces of StreamSpec in net.esper.eql.spec
 interface StreamSpecCompiled
          Validated stream specifications generally have expression nodes that are valid and event types exist.
 interface StreamSpecRaw
          An uncompiled, unoptimize for of stream specification created by a parser.
 

Classes in net.esper.eql.spec that implement StreamSpec
 class DBStatementStreamSpec
          Specification object for historical data poll via database SQL statement.
 class FilterStreamSpecCompiled
          Specification for building an event stream out of a filter for events (supplying type and basic filter criteria) and views onto these events which are staggered onto each other to supply a final stream of events.
 class FilterStreamSpecRaw
          Unvalided filter-based stream specification.
 class PatternStreamSpecCompiled
          Specification for building an event stream out of a pattern statement and views staggered onto the pattern statement.
 class PatternStreamSpecRaw
          Pattern specification in unvalidated, unoptimized form.