com.espertech.esper.epl.spec
Class MatchRecognizeDefineItem

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

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

Specification for a "define" construct within a match_recognize.

See Also:
Serialized Form

Constructor Summary
MatchRecognizeDefineItem(java.lang.String identifier, ExprNode expression)
          Ctor.
 
Method Summary
 ExprNode getExpression()
          Returns the expression.
 java.lang.String getIdentifier()
          Returns the variable name.
 void setExpression(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

MatchRecognizeDefineItem

public MatchRecognizeDefineItem(java.lang.String identifier,
                                ExprNode expression)
Ctor.

Parameters:
identifier - variable name
expression - expression
Method Detail

getIdentifier

public java.lang.String getIdentifier()
Returns the variable name.

Returns:
name

getExpression

public ExprNode getExpression()
Returns the expression.

Returns:
expression

setExpression

public void setExpression(ExprNode validated)
Sets the validated expression

Parameters:
validated - to set

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