Drools :: Compiler 6.0.0.CR5

org.drools.compiler.rule.builder
Class GroupElementBuilder

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

public class GroupElementBuilder
extends Object
implements RuleConditionBuilder


Constructor Summary
GroupElementBuilder()
           
 
Method Summary
 org.drools.core.rule.RuleConditionElement build(RuleBuildContext context, BaseDescr descr)
           
 org.drools.core.rule.RuleConditionElement build(RuleBuildContext context, BaseDescr descr, org.drools.core.rule.Pattern prefixPattern)
           
protected  org.drools.core.rule.GroupElement newGroupElementFor(BaseDescr baseDescr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupElementBuilder

public GroupElementBuilder()
Method Detail

build

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

build

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

newGroupElementFor

protected org.drools.core.rule.GroupElement newGroupElementFor(BaseDescr baseDescr)

Drools :: Compiler 6.0.0.CR5

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