org.drools.rule.builder.dialect.mvel
Class MVELAccumulateBuilder

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

public class MVELAccumulateBuilder
extends Object
implements AccumulateBuilder

A builder for the java dialect accumulate version


Constructor Summary
MVELAccumulateBuilder()
           
 
Method Summary
 RuleConditionElement build(RuleBuildContext context, BaseDescr descr)
           
 RuleConditionElement build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVELAccumulateBuilder

public MVELAccumulateBuilder()
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


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.