Class CEPWindowOperatorParameterDRLBuilder
- java.lang.Object
-
- org.drools.workbench.models.commons.backend.rule.CEPWindowOperatorParameterDRLBuilder
-
- All Implemented Interfaces:
OperatorParameterDRLBuilder
public class CEPWindowOperatorParameterDRLBuilder extends Object implements OperatorParameterDRLBuilder
Utility class to build DRL for CEP 'window' operators
-
-
Constructor Summary
Constructors Constructor Description CEPWindowOperatorParameterDRLBuilder()
-
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:
-
-