Package | Description |
---|---|
com.espertech.esper.epl.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Method and Description |
---|---|
List<MatchRecognizeMeasureItem> |
MatchRecognizeSpec.getMeasures()
Returns measures.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeSpec.addMeasureItem(MatchRecognizeMeasureItem item)
Add a measure item.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeSpec.setMeasures(List<MatchRecognizeMeasureItem> measures)
Set measures.
|