public class MVELEvalBuilder extends Object implements RuleConditionBuilder
Constructor and Description |
---|
MVELEvalBuilder() |
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)
Builds and returns an Eval Conditional Element
|
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
context
- The current build contextdescr
- The Eval Descriptor to build the eval conditional element fromCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.