All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
AnnotationPart |
compileAnnotationToSODA(String annotationExpression)
Compile annotation expressions.
|
StatementSpecRaw |
compileEPLToRaw(String epl) |
ExprNode |
compileExpression(String expression)
Compile expression.
|
Expression |
compileExpressionToSODA(String expression)
Compile expression.
|
MatchRecognizeRegEx |
compileMatchRecognizePatternToSODA(String matchRecogPatternExpression)
Compile match recognize pattern expression.
|
EvalFactoryNode |
compilePatternToNode(String expression)
Compile pattern.
|
PatternExpr |
compilePatternToSODA(String expression)
Compile pattern.
|
EPStatementObjectModel |
compilePatternToSODAModel(String expression)
Compile pattern.
|
EPStatement |
createEPLStatementId(String eplStatement,
String statementName,
Object userObject,
int statementId) |
EPStatement |
createModelStatementId(EPStatementObjectModel sodaStatement,
String statementName,
Object userObject,
int statementId) |
EPStatement |
createPatternStatementId(String pattern,
String statementName,
Object userObject,
int statementId) |
EPStatement |
createPreparedEPLStatementId(EPPreparedStatementImpl prepared,
String statementName,
Object userObject,
int statementId) |
void |
destroy()
Destroy the administrative interface.
|
String |
getStatementNameForId(int statementId) |
EPStatementObjectModel |
mapRawToSODA(StatementSpecRaw raw) |
StatementSpecRaw |
mapSODAToRaw(EPStatementObjectModel model) |