Class MatchRecognizeIntervalClause
java.lang.Object
com.espertech.esper.common.client.soda.MatchRecognizeIntervalClause
- All Implemented Interfaces:
Serializable
Interval used within match recognize.
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor.MatchRecognizeIntervalClause
(TimePeriodExpression expression, boolean orTerminated) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the interval expression.boolean
Returns indicator whether or-terminated is setvoid
setExpression
(Expression expression) Sets the interval expression.void
setOrTerminated
(boolean orTerminated) Sets indicator whether or-terminated is set
-
Constructor Details
-
MatchRecognizeIntervalClause
public MatchRecognizeIntervalClause()Ctor. -
MatchRecognizeIntervalClause
Ctor.- Parameters:
expression
- interval expressionorTerminated
- indicator whether or-terminated
-
-
Method Details
-
getExpression
Returns the interval expression.- Returns:
- expression
-
setExpression
Sets the interval expression.- Parameters:
expression
- to set
-
isOrTerminated
public boolean isOrTerminated()Returns indicator whether or-terminated is set- Returns:
- indicator
-
setOrTerminated
public void setOrTerminated(boolean orTerminated) Sets indicator whether or-terminated is set- Parameters:
orTerminated
- indicator
-