|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.MatchRecognizeMeasureItem
public class MatchRecognizeMeasureItem
Specification for measure definition item within match_recognize.
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 |
---|
public MatchRecognizeMeasureItem(ExprNode expr, java.lang.String name)
expr
- expressionname
- as nameMethod Detail |
---|
public ExprNode getExpr()
public java.lang.String getName()
public void setExpr(ExprNode validated)
validated
- expression
|
© 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 |