|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.MatchRecognizeDefine
public class MatchRecognizeDefine
Define-clause in match-recognize expression.
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 |
---|
public MatchRecognizeDefine()
public MatchRecognizeDefine(java.lang.String name, Expression expression)
name
- variable nameexpression
- expressionMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- variable namepublic Expression getExpression()
public void setExpression(Expression expression)
expression
- to set
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |