Interface OperatorParameterDRLBuilder
-
- All Known Implementing Classes:
CEPOperatorParameterDRLBuilder,CEPWindowOperatorParameterDRLBuilder
public interface OperatorParameterDRLBuilderUtility interface to define an operation to build DRL for a given set of parameters. The only existing use-case at present is to supplement CEP operators with additional meta-information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringBuilderbuildDRL(Map<String,String> parameters)Generate Operator DRL for the given parameters.
-
-
-
Method Detail
-
buildDRL
StringBuilder buildDRL(Map<String,String> parameters)
Generate Operator DRL for the given parameters. The parameter Map is not pruned and contains all entries made by the Widget corresponding to the type of operator for which DRL is being built.- Parameters:
parameters-- Returns:
-
-