|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.MatchRecognizeDefineItem
public class MatchRecognizeDefineItem
Specification for a "define" construct within a match_recognize.
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 |
---|
public MatchRecognizeDefineItem(java.lang.String identifier, ExprNode expression)
identifier
- variable nameexpression
- expressionMethod Detail |
---|
public java.lang.String getIdentifier()
public ExprNode getExpression()
public void setExpression(ExprNode validated)
validated
- 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 |