Class CEPOperatorParameterDRLBuilder
- java.lang.Object
-
- org.drools.workbench.models.commons.backend.rule.CEPOperatorParameterDRLBuilder
-
- All Implemented Interfaces:
OperatorParameterDRLBuilder
public class CEPOperatorParameterDRLBuilder extends Object implements OperatorParameterDRLBuilder
Utility class to build DRL for CEP operators
-
-
Constructor Summary
Constructors Constructor Description CEPOperatorParameterDRLBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderbuildDRL(Map<String,String> parameters)Generate Operator DRL for the given parameters.
-
-
-
Method Detail
-
buildDRL
public StringBuilder buildDRL(Map<String,String> parameters)
Description copied from interface:OperatorParameterDRLBuilderGenerate 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.- Specified by:
buildDRLin interfaceOperatorParameterDRLBuilder- Returns:
-
-