org.drools.rule.builder
Class ForallBuilder

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

public class ForallBuilder
extends Object
implements RuleConditionBuilder


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

ForallBuilder

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