Class MVELAccumulateBuilder

java.lang.Object
org.drools.mvel.builder.MVELAccumulateBuilder
All Implemented Interfaces:
AccumulateBuilder, EngineElementBuilder, RuleConditionBuilder

public class MVELAccumulateBuilder extends Object implements AccumulateBuilder
A builder for the java dialect accumulate version
  • Constructor Details

    • MVELAccumulateBuilder

      public MVELAccumulateBuilder()
  • Method Details

    • build

      public org.drools.base.rule.RuleConditionElement build(RuleBuildContext context, org.drools.drl.ast.descr.BaseDescr descr)
      Specified by:
      build in interface RuleConditionBuilder
    • build

      public org.drools.base.rule.RuleConditionElement build(RuleBuildContext context, org.drools.drl.ast.descr.BaseDescr descr, org.drools.base.rule.Pattern prefixPattern)
      Specified by:
      build in interface RuleConditionBuilder