org.drools.rule.builder.dialect.java
Class JavaAccumulateBuilder

java.lang.Object
  extended by org.drools.rule.builder.dialect.java.JavaAccumulateBuilder
All Implemented Interfaces:
AccumulateBuilder, EngineElementBuilder, RuleConditionBuilder

public class JavaAccumulateBuilder
extends Object
implements AccumulateBuilder

A builder for the java dialect accumulate version


Constructor Summary
JavaAccumulateBuilder()
           
 
Method Summary
 RuleConditionElement build(RuleBuildContext context, BaseDescr descr)
           
 RuleConditionElement build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
protected  String fixInitCode(JavaAnalysisResult analysis, String originalCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaAccumulateBuilder

public JavaAccumulateBuilder()
Method Detail

build

public RuleConditionElement build(RuleBuildContext context,
                                  BaseDescr descr)
Specified by:
build in interface RuleConditionBuilder

build

public RuleConditionElement build(RuleBuildContext context,
                                  BaseDescr descr,
                                  Pattern prefixPattern)
Specified by:
build in interface RuleConditionBuilder

fixInitCode

protected String fixInitCode(JavaAnalysisResult analysis,
                             String originalCode)


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