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 RuleConditionBuilderpublic org.drools.core.rule.RuleConditionElement build(RuleBuildContext context, BaseDescr descr, org.drools.core.rule.Pattern prefixPattern)
build in interface RuleConditionBuildercontext - The current build contextdescr - The Eval Descriptor to build the eval conditional element fromCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.