Class MatchRecognizeDefine
java.lang.Object
com.espertech.esper.common.client.soda.MatchRecognizeDefine
- All Implemented Interfaces:
Serializable
Define-clause in match-recognize expression.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the expression.getName()
Returns the variable name.void
setExpression
(Expression expression) Sets the expression.void
Sets the variable name.
-
Constructor Details
-
MatchRecognizeDefine
public MatchRecognizeDefine()Ctor. -
MatchRecognizeDefine
Ctor.- Parameters:
name
- variable nameexpression
- expression
-
-
Method Details
-
getName
Returns the variable name.- Returns:
- variable name
-
setName
Sets the variable name.- Parameters:
name
- variable name
-
getExpression
Returns the expression.- Returns:
- expression
-
setExpression
Sets the expression.- Parameters:
expression
- to set
-