public class QueryElementBuilder extends Object implements RuleConditionBuilder
Constructor and Description |
---|
QueryElementBuilder() |
Modifier and Type | Method and Description |
---|---|
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) |
org.drools.core.rule.RuleConditionElement |
build(RuleBuildContext context,
BaseDescr descr,
org.drools.core.rule.QueryImpl query) |
static QueryElementBuilder |
getInstance() |
public static QueryElementBuilder getInstance()
public org.drools.core.rule.RuleConditionElement build(RuleBuildContext context, BaseDescr descr)
build
in interface RuleConditionBuilder
public org.drools.core.rule.RuleConditionElement build(RuleBuildContext context, BaseDescr descr, org.drools.core.rule.Pattern prefixPattern)
build
in interface RuleConditionBuilder
public org.drools.core.rule.RuleConditionElement build(RuleBuildContext context, BaseDescr descr, org.drools.core.rule.QueryImpl query)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.