|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.MatchRecognizeSpec
public class MatchRecognizeSpec
Specification for match_recognize.
Constructor Summary | |
---|---|
MatchRecognizeSpec()
Ctor. |
Method Summary | |
---|---|
void |
addDefine(MatchRecognizeDefineItem define)
Adds a define item. |
void |
addMeasureItem(MatchRecognizeMeasureItem item)
Add a measure item. |
java.util.List<MatchRecognizeDefineItem> |
getDefines()
Returns the define items. |
MatchRecognizeInterval |
getInterval()
Interval part of null. |
java.util.List<MatchRecognizeMeasureItem> |
getMeasures()
Returns measures. |
java.util.List<ExprNode> |
getPartitionByExpressions()
Returns partition expressions. |
RowRegexExprNode |
getPattern()
Returns the pattern. |
MatchRecognizeSkip |
getSkip()
Returns the skip. |
boolean |
isAllMatches()
True for all-matches. |
void |
setAllMatches(boolean allMatches)
Set to true for all-matches. |
void |
setDefines(java.util.List<MatchRecognizeDefineItem> defines)
Set defines. |
void |
setInterval(MatchRecognizeInterval interval)
Sets the interval. |
void |
setMeasures(java.util.List<MatchRecognizeMeasureItem> measures)
Set measures. |
void |
setPartitionByExpressions(java.util.List<ExprNode> partitionByExpressions)
Returns partition expressions. |
void |
setPattern(RowRegexExprNode pattern)
Sets the pattern. |
void |
setSkip(MatchRecognizeSkip skip)
Sets the skip. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatchRecognizeSpec()
Method Detail |
---|
public MatchRecognizeInterval getInterval()
public void setInterval(MatchRecognizeInterval interval)
interval
- to setpublic boolean isAllMatches()
public void setAllMatches(boolean allMatches)
allMatches
- indicator all-matchespublic java.util.List<ExprNode> getPartitionByExpressions()
public void setPartitionByExpressions(java.util.List<ExprNode> partitionByExpressions)
partitionByExpressions
- partition expressionspublic void addMeasureItem(MatchRecognizeMeasureItem item)
item
- to addpublic java.util.List<MatchRecognizeDefineItem> getDefines()
public void setPattern(RowRegexExprNode pattern)
pattern
- to setpublic void addDefine(MatchRecognizeDefineItem define)
define
- to addpublic java.util.List<MatchRecognizeMeasureItem> getMeasures()
public RowRegexExprNode getPattern()
public MatchRecognizeSkip getSkip()
public void setSkip(MatchRecognizeSkip skip)
skip
- to setpublic void setMeasures(java.util.List<MatchRecognizeMeasureItem> measures)
measures
- to setpublic void setDefines(java.util.List<MatchRecognizeDefineItem> defines)
defines
- to set
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |