Uses of Class
net.esper.eql.spec.FilterSpecRaw

Packages that use FilterSpecRaw
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. 
net.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
 

Uses of FilterSpecRaw in net.esper.eql.spec
 

Methods in net.esper.eql.spec that return FilterSpecRaw
 FilterSpecRaw FilterStreamSpecRaw.getRawFilterSpec()
          Returns the unvalided filter spec.
 

Constructors in net.esper.eql.spec with parameters of type FilterSpecRaw
FilterStreamSpecRaw(FilterSpecRaw rawFilterSpec, List<ViewSpec> viewSpecs, String optionalStreamName)
          Ctor.
 

Uses of FilterSpecRaw in net.esper.pattern
 

Methods in net.esper.pattern that return FilterSpecRaw
 FilterSpecRaw EvalFilterNode.getRawFilterSpec()
          Returns the raw (unoptimized/validated) filter definition.
 

Constructors in net.esper.pattern with parameters of type FilterSpecRaw
EvalFilterNode(FilterSpecRaw filterSpecification, String eventAsName)
          Constructor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com