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

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

public class CEPOperatorParameterDRLBuilder
extends Object
implements OperatorParameterDRLBuilder

Utility class to build DRL for CEP operators


Constructor Summary
CEPOperatorParameterDRLBuilder()
           
 
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

CEPOperatorParameterDRLBuilder

public CEPOperatorParameterDRLBuilder()
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.