Uses of Interface
net.esper.filter.FilterValueSetParam

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

Uses of FilterValueSetParam in net.esper.filter
 

Classes in net.esper.filter that implement FilterValueSetParam
 class FilterValueSetParamImpl
          Filter parameter value defining the event property to filter, the filter operator, and the filter value.
 

Methods in net.esper.filter that return FilterValueSetParam
static FilterValueSetParam IndexHelper.findParameter(SortedSet<FilterValueSetParam> parameters, FilterParamIndexBase index)
          Determine among the passed in filter parameters any parameter that matches the given index on property name and filter operator type.
 

Methods in net.esper.filter that return types with arguments of type FilterValueSetParam
protected static SortedSet<FilterValueSetParam> IndexTreeBuilder.copySortParameters(List<FilterValueSetParam> parameters)
          Copy the parameter list - this also sorts the parameter list.
static Pair<FilterValueSetParam,FilterParamIndexBase> IndexHelper.findIndex(SortedSet<FilterValueSetParam> parameters, List<FilterParamIndexBase> indizes)
          Find an index that matches one of the filter parameters passed.
 List<FilterValueSetParam> FilterValueSetImpl.getParameters()
          Returns list of filter parameters.
 List<FilterValueSetParam> FilterValueSet.getParameters()
          Returns list of filter parameters.
 

Methods in net.esper.filter with parameters of type FilterValueSetParam
 int FilterValueSetParamComparator.compare(FilterValueSetParam param1, FilterValueSetParam param2)
           
 

Method parameters in net.esper.filter with type arguments of type FilterValueSetParam
protected static SortedSet<FilterValueSetParam> IndexTreeBuilder.copySortParameters(List<FilterValueSetParam> parameters)
          Copy the parameter list - this also sorts the parameter list.
static Pair<FilterValueSetParam,FilterParamIndexBase> IndexHelper.findIndex(SortedSet<FilterValueSetParam> parameters, List<FilterParamIndexBase> indizes)
          Find an index that matches one of the filter parameters passed.
static FilterValueSetParam IndexHelper.findParameter(SortedSet<FilterValueSetParam> parameters, FilterParamIndexBase index)
          Determine among the passed in filter parameters any parameter that matches the given index on property name and filter operator type.
 

Constructor parameters in net.esper.filter with type arguments of type FilterValueSetParam
FilterValueSetImpl(EventType eventType, List<FilterValueSetParam> parameters)
          Ctor.