com.espertech.esper.epl.spec
Class MatchRecognizeMeasureItem

java.lang.Object
  extended by com.espertech.esper.epl.spec.MatchRecognizeMeasureItem
All Implemented Interfaces:
MetaDefItem, java.io.Serializable

public class MatchRecognizeMeasureItem
extends java.lang.Object
implements MetaDefItem, java.io.Serializable

Specification for measure definition item within match_recognize.

See Also:
Serialized Form

Constructor Summary
MatchRecognizeMeasureItem(ExprNode expr, java.lang.String name)
          Ctor.
 
Method Summary
 ExprNode getExpr()
          Returns the expression.
 java.lang.String getName()
          Returns the as-name.
 void setExpr(ExprNode validated)
          Sets the validated expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchRecognizeMeasureItem

public MatchRecognizeMeasureItem(ExprNode expr,
                                 java.lang.String name)
Ctor.

Parameters:
expr - expression
name - as name
Method Detail

getExpr

public ExprNode getExpr()
Returns the expression.

Returns:
expression

getName

public java.lang.String getName()
Returns the as-name.

Returns:
name

setExpr

public void setExpr(ExprNode validated)
Sets the validated expression.

Parameters:
validated - expression

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