public class DataFlowStmtDesc
extends java.lang.Object
Constructor and Description |
---|
DataFlowStmtDesc(CreateDataFlowDesc graphDesc,
StatementContext statementContext,
EPServicesContext servicesContext,
AgentInstanceContext agentInstanceContext,
java.util.Map<GraphOperatorSpec,java.lang.annotation.Annotation[]> operatorAnnotations) |
Modifier and Type | Method and Description |
---|---|
AgentInstanceContext |
getAgentInstanceContext() |
CreateDataFlowDesc |
getGraphDesc() |
java.util.Map<GraphOperatorSpec,java.lang.annotation.Annotation[]> |
getOperatorAnnotations() |
EPServicesContext |
getServicesContext() |
StatementContext |
getStatementContext() |
public DataFlowStmtDesc(CreateDataFlowDesc graphDesc, StatementContext statementContext, EPServicesContext servicesContext, AgentInstanceContext agentInstanceContext, java.util.Map<GraphOperatorSpec,java.lang.annotation.Annotation[]> operatorAnnotations)
public CreateDataFlowDesc getGraphDesc()
public StatementContext getStatementContext()
public EPServicesContext getServicesContext()
public AgentInstanceContext getAgentInstanceContext()
public java.util.Map<GraphOperatorSpec,java.lang.annotation.Annotation[]> getOperatorAnnotations()