Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
List<ContextDescriptorCategoryItem> |
ContextDescriptorCategory.getItems()
Returns categories.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextDescriptorCategory.setItems(List<ContextDescriptorCategoryItem> items)
Sets categories
|
Constructor and Description |
---|
ContextDescriptorCategory(List<ContextDescriptorCategoryItem> items,
Filter filter)
Ctor.
|