public class MVELEvalBuilder extends Object implements org.drools.compiler.rule.builder.RuleConditionBuilder
| Constructor and Description |
|---|
MVELEvalBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.drools.core.rule.RuleConditionElement |
build(org.drools.compiler.rule.builder.RuleBuildContext context,
org.drools.compiler.lang.descr.BaseDescr descr) |
org.drools.core.rule.RuleConditionElement |
build(org.drools.compiler.rule.builder.RuleBuildContext context,
org.drools.compiler.lang.descr.BaseDescr descr,
org.drools.core.rule.Pattern prefixPattern)
Builds and returns an Eval Conditional Element
|
public org.drools.core.rule.RuleConditionElement build(org.drools.compiler.rule.builder.RuleBuildContext context,
org.drools.compiler.lang.descr.BaseDescr descr)
build in interface org.drools.compiler.rule.builder.RuleConditionBuilderpublic org.drools.core.rule.RuleConditionElement build(org.drools.compiler.rule.builder.RuleBuildContext context,
org.drools.compiler.lang.descr.BaseDescr descr,
org.drools.core.rule.Pattern prefixPattern)
build in interface org.drools.compiler.rule.builder.RuleConditionBuildercontext - The current build contextdescr - The Eval Descriptor to build the eval conditional element fromCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.