public class DateTimeMethodValidateContext extends Object
Constructor and Description |
---|
DateTimeMethodValidateContext(DotMethodFP footprintFound,
StreamTypeService streamTypeService,
DatetimeMethodDesc currentMethod,
List<ExprNode> currentParameters,
StatementRawInfo statementRawInfo)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
DatetimeMethodDesc |
getCurrentMethod()
Returns the date-time method information
|
List<ExprNode> |
getCurrentParameters()
Returns the parameters to the date-time method.
|
DotMethodFP |
getFootprintFound()
Returns the actual footprint chosen.
|
StatementRawInfo |
getStatementRawInfo()
Returns EPL statement information.
|
StreamTypeService |
getStreamTypeService()
Returns event type information.
|
public DateTimeMethodValidateContext(DotMethodFP footprintFound, StreamTypeService streamTypeService, DatetimeMethodDesc currentMethod, List<ExprNode> currentParameters, StatementRawInfo statementRawInfo)
footprintFound
- actual footprint chosenstreamTypeService
- event type informationcurrentMethod
- information on the current methodcurrentParameters
- parametersstatementRawInfo
- EPL statement informationpublic DotMethodFP getFootprintFound()
public StreamTypeService getStreamTypeService()
public DatetimeMethodDesc getCurrentMethod()
public List<ExprNode> getCurrentParameters()
public StatementRawInfo getStatementRawInfo()
Copyright © 2005–2021. All rights reserved.