com.espertech.esper.client.soda
Class MatchRecognizeIntervalClause

java.lang.Object
  extended by com.espertech.esper.client.soda.MatchRecognizeIntervalClause
All Implemented Interfaces:
java.io.Serializable

public class MatchRecognizeIntervalClause
extends java.lang.Object
implements java.io.Serializable

Interval used within match recognize.

See Also:
Serialized Form

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

MatchRecognizeIntervalClause

public MatchRecognizeIntervalClause()
Ctor.


MatchRecognizeIntervalClause

public MatchRecognizeIntervalClause(TimePeriodExpression expression,
                                    boolean orTerminated)
Ctor.

Parameters:
expression - interval expression
orTerminated - indicator whether or-terminated
Method Detail

getExpression

public Expression getExpression()
Returns the interval expression.

Returns:
expression

setExpression

public void setExpression(Expression expression)
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

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com