public interface RuleConditionBuilder<T extends BaseDescr> extends EngineElementBuilder
Modifier and Type | Method and Description |
---|---|
org.drools.core.rule.RuleConditionElement |
build(RuleBuildContext context,
T descr) |
org.drools.core.rule.RuleConditionElement |
build(RuleBuildContext context,
T descr,
org.drools.core.rule.Pattern prefixPattern) |
org.drools.core.rule.RuleConditionElement build(RuleBuildContext context, T descr)
org.drools.core.rule.RuleConditionElement build(RuleBuildContext context, T descr, org.drools.core.rule.Pattern prefixPattern)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.