|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.StatementSpecMapper
public class StatementSpecMapper
Helper for mapping internal representations of a statement to the SODA object model for statements.
Constructor Summary | |
---|---|
StatementSpecMapper()
|
Method Summary | |
---|---|
static StatementSpecRaw |
map(EPStatementObjectModel sodaStatement,
EngineImportService engineImportService,
VariableService variableService,
ConfigurationInformation configuration,
SchedulingService schedulingService,
java.lang.String engineURI,
PatternNodeFactory patternNodeFactory,
NamedWindowService namedWindowService,
ContextManagementService contextManagementService,
ExprDeclaredService exprDeclaredService,
TableService tableService)
Maps the SODA object model to a statement specification. |
static java.util.List<AnnotationDesc> |
mapAnnotations(java.util.List<AnnotationPart> annotations)
|
static AnnotationPart |
unmap(AnnotationDesc node)
Unmap annotation. |
static PatternExpr |
unmap(EvalFactoryNode node)
Unmap pattern. |
static Expression |
unmap(ExprNode expression)
Unmap expresission. |
static MatchRecognizeRegEx |
unmap(RowRegexExprNode pattern)
Unmap match recognize pattern. |
static StatementSpecUnMapResult |
unmap(StatementSpecRaw statementSpec)
Maps the internal representation of a statement to the SODA object model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementSpecMapper()
Method Detail |
---|
public static Expression unmap(ExprNode expression)
expression
- to unmap
public static PatternExpr unmap(EvalFactoryNode node)
node
- to unmap
public static AnnotationPart unmap(AnnotationDesc node)
node
- to unmap
public static MatchRecognizeRegEx unmap(RowRegexExprNode pattern)
pattern
- recognize pattern to unmap
public static StatementSpecRaw map(EPStatementObjectModel sodaStatement, EngineImportService engineImportService, VariableService variableService, ConfigurationInformation configuration, SchedulingService schedulingService, java.lang.String engineURI, PatternNodeFactory patternNodeFactory, NamedWindowService namedWindowService, ContextManagementService contextManagementService, ExprDeclaredService exprDeclaredService, TableService tableService)
sodaStatement
- is the object model to mapengineImportService
- for resolving imports such as plug-in aggregationsvariableService
- provides variable valuesconfiguration
- supplies config values
public static StatementSpecUnMapResult unmap(StatementSpecRaw statementSpec)
statementSpec
- is the internal representation
public static java.util.List<AnnotationDesc> mapAnnotations(java.util.List<AnnotationPart> annotations)
|
© 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 |