Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ContextDescriptorConditionFilter> |
ContextDescriptorKeyedSegmented.getInitiationConditions()
Returns the initiation conditions, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextDescriptorKeyedSegmented.setInitiationConditions(java.util.List<ContextDescriptorConditionFilter> initiationConditions)
Sets the initiation conditions, if any.
|
Constructor and Description |
---|
ContextDescriptorKeyedSegmented(java.util.List<ContextDescriptorKeyedSegmentedItem> items,
java.util.List<ContextDescriptorConditionFilter> initiationConditions,
ContextDescriptorCondition terminationCondition)
Ctor.
|