Class EPDataFlowOperatorParameterProviderContext
java.lang.Object
com.espertech.esper.common.client.dataflow.core.EPDataFlowOperatorParameterProviderContext
Context for use with
EPDataFlowOperatorParameterProvider
describes the operator and parameters to provide.-
Constructor Summary
ConstructorDescriptionEPDataFlowOperatorParameterProviderContext
(DataFlowOpInitializeContext initializeContext, String parameterName) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the data flow name.Returns the operator instance.Returns the operator name.int
Returns the operator numberReturns the parameter name.
-
Constructor Details
-
EPDataFlowOperatorParameterProviderContext
public EPDataFlowOperatorParameterProviderContext(DataFlowOpInitializeContext initializeContext, String parameterName) Ctor.- Parameters:
initializeContext
- contextparameterName
- parameter name
-
-
Method Details
-
getOperatorName
Returns the operator name.- Returns:
- operator name
-
getParameterName
Returns the parameter name.- Returns:
- parameter name
-
getFactory
Returns the operator instance.- Returns:
- operator instance
-
getOperatorNum
public int getOperatorNum()Returns the operator number- Returns:
- operator num
-
getDataFlowName
Returns the data flow name.- Returns:
- data flow name
-