Package | Description |
---|---|
com.espertech.esper.type |
Internal primitive, enum and other type representations
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<NumberSetParameter> |
ListParameter.getParameters()
Returns list of parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
ListParameter.add(NumberSetParameter numberSetParameter)
Add to the list a further parameter.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ListParameter.containsPoint(List<NumberSetParameter> parameters,
int point) |
Constructor and Description |
---|
ListParameter(List<NumberSetParameter> parameters)
Ctor.
|