Uses of Class
net.esper.filter.FilterSpecParam

Packages that use FilterSpecParam
net.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
 

Uses of FilterSpecParam in net.esper.filter
 

Subclasses of FilterSpecParam in net.esper.filter
 class FilterSpecParamConstant
          This class represents a single, constant value filter parameter in an FilterSpec filter specification.
 class FilterSpecParamEventProp
          This class represents a filter parameter containing a reference to another event's property in the event pattern result, for use to describe a filter parameter in a FilterSpec filter specification.
 class FilterSpecParamRange
          This class represents a range filter parameter in an FilterSpec filter specification.
 

Methods in net.esper.filter that return types with arguments of type FilterSpecParam
 java.util.List<FilterSpecParam> FilterSpec.getParameters()
          Returns list of filter parameters.
 

Constructor parameters in net.esper.filter with type arguments of type FilterSpecParam
FilterSpec(EventType eventType, java.util.List<FilterSpecParam> parameters)
          Constructor - validates parameter list against event type, throws exception if invalid property names or mismatcing filter operators are found.