Uses of Interface
com.espertech.esper.type.NumberSetParameter

Packages that use NumberSetParameter
com.espertech.esper.type Internal primitive, enum and other type representations 
 

Uses of NumberSetParameter in com.espertech.esper.type
 

Classes in com.espertech.esper.type 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 com.espertech.esper.type that return types with arguments of type NumberSetParameter
 java.util.List<NumberSetParameter> ListParameter.getParameters()
          Returns list of parameters.
 

Methods in com.espertech.esper.type with parameters of type NumberSetParameter
 void ListParameter.add(NumberSetParameter numberSetParameter)
          Add to the list a further parameter.
 

Method parameters in com.espertech.esper.type with type arguments of type NumberSetParameter
static boolean ListParameter.containsPoint(java.util.List<NumberSetParameter> parameters, int point)
           
 

Constructor parameters in com.espertech.esper.type with type arguments of type NumberSetParameter
ListParameter(java.util.List<NumberSetParameter> parameters)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com