Uses of Interface
net.esper.eql.parse.NumberSetParameter

Packages that use NumberSetParameter
net.esper.eql.parse   
 

Uses of NumberSetParameter in net.esper.eql.parse
 

Classes in net.esper.eql.parse that implement NumberSetParameter
 class FrequencyParameter
          Encapsulates a parameter specifying a frequency, i.e.
 class IntParameter
          Parameter supplying a single int value is a set of numbers.
 class ListParameter
          Represents a list of values in a set of numeric parameters.
 class RangeParameter
          Represents a range of numbers as a parameter.
 class WildcardParameter
          Represents a wildcard as a parameter.
 

Methods in net.esper.eql.parse that return types with arguments of type NumberSetParameter
protected  java.util.List<NumberSetParameter> ListParameter.getParameters()
          Returns list of parameters.
 

Methods in net.esper.eql.parse with parameters of type NumberSetParameter
protected  void ListParameter.add(NumberSetParameter numberSetParameter)
          Add to the list a further parameter.