|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.MatchRecognizeIntervalClause
public class MatchRecognizeIntervalClause
Interval used within match recognize.
Constructor Summary | |
---|---|
MatchRecognizeIntervalClause()
Ctor. |
|
MatchRecognizeIntervalClause(TimePeriodExpression expression,
boolean orTerminated)
Ctor. |
Method Summary | |
---|---|
Expression |
getExpression()
Returns the interval expression. |
boolean |
isOrTerminated()
Returns indicator whether or-terminated is set |
void |
setExpression(Expression expression)
Sets the interval expression. |
void |
setOrTerminated(boolean orTerminated)
Sets indicator whether or-terminated is set |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatchRecognizeIntervalClause()
public MatchRecognizeIntervalClause(TimePeriodExpression expression, boolean orTerminated)
expression
- interval expressionorTerminated
- indicator whether or-terminatedMethod Detail |
---|
public Expression getExpression()
public void setExpression(Expression expression)
expression
- to setpublic boolean isOrTerminated()
public void setOrTerminated(boolean orTerminated)
orTerminated
- indicator
|
© 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 |