org.drools.ide.common.server.util
Class CEPWindowOperatorParameterDRLBuilder

java.lang.Object
  extended by org.drools.ide.common.server.util.CEPWindowOperatorParameterDRLBuilder
All Implemented Interfaces:
OperatorParameterDRLBuilder

public class CEPWindowOperatorParameterDRLBuilder
extends Object
implements OperatorParameterDRLBuilder

Utility class to build DRL for CEP 'window' operators


Constructor Summary
CEPWindowOperatorParameterDRLBuilder()
           
 
Method Summary
 StringBuilder buildDRL(Map<String,String> parameters)
          Generate Operator DRL for the given parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CEPWindowOperatorParameterDRLBuilder

public CEPWindowOperatorParameterDRLBuilder()
Method Detail

buildDRL

public StringBuilder buildDRL(Map<String,String> parameters)
Description copied from interface: OperatorParameterDRLBuilder
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.

Specified by:
buildDRL in interface OperatorParameterDRLBuilder
Returns:


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.