com.espertech.esper.client.soda
Class MatchRecognizeDefine

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

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

Define-clause in match-recognize expression.

See Also:
Serialized Form

Constructor Summary
MatchRecognizeDefine()
          Ctor.
MatchRecognizeDefine(java.lang.String name, Expression expression)
          Ctor.
 
Method Summary
 Expression getExpression()
          Returns the expression.
 java.lang.String getName()
          Returns the variable name.
 void setExpression(Expression expression)
          Sets the expression.
 void setName(java.lang.String name)
          Sets the variable name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchRecognizeDefine

public MatchRecognizeDefine()
Ctor.


MatchRecognizeDefine

public MatchRecognizeDefine(java.lang.String name,
                            Expression expression)
Ctor.

Parameters:
name - variable name
expression - expression
Method Detail

getName

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

Returns:
variable name

setName

public void setName(java.lang.String name)
Sets the variable name.

Parameters:
name - variable name

getExpression

public Expression getExpression()
Returns the expression.

Returns:
expression

setExpression

public void setExpression(Expression expression)
Sets the expression.

Parameters:
expression - to set

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