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

Packages that use NumberSetParameter
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.type Internal primitive, enum and other type representations 
 

Uses of NumberSetParameter in com.espertech.esper.core.context.mgr
 

Fields in com.espertech.esper.core.context.mgr with type parameters of type NumberSetParameter
protected  java.util.List<NumberSetParameter> ContextControllerHash.optionalPartitionRanges
           
 

Method parameters in com.espertech.esper.core.context.mgr with type arguments of type NumberSetParameter
 void ContextManagerNested.setContextPartitionRange(java.util.List<NumberSetParameter> partitionRanges)
           
 void ContextManagerImpl.setContextPartitionRange(java.util.List<NumberSetParameter> partitionRanges)
           
 void ContextManager.setContextPartitionRange(java.util.List<NumberSetParameter> partitionRanges)
           
 void ContextControllerPartitioned.setContextPartitionRange(java.util.List<NumberSetParameter> partitionRanges)
           
 void ContextControllerInitTerm.setContextPartitionRange(java.util.List<NumberSetParameter> partitionRanges)
           
 void ContextControllerHash.setContextPartitionRange(java.util.List<NumberSetParameter> partitionRanges)
           
 void ContextControllerCategory.setContextPartitionRange(java.util.List<NumberSetParameter> partitionRanges)
           
 void ContextController.setContextPartitionRange(java.util.List<NumberSetParameter> partitionRanges)
           
 

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-2014 EsperTech Inc.
All rights reserved.
Visit us at espertech.com