Class MVELFromBuilder

java.lang.Object
org.drools.mvel.builder.MVELFromBuilder
All Implemented Interfaces:
EngineElementBuilder, FromBuilder, RuleConditionBuilder

public class MVELFromBuilder extends Object implements FromBuilder
A builder for "from" conditional element
  • Constructor Details

    • MVELFromBuilder

      public MVELFromBuilder()
  • Method Details

    • build

      public org.drools.base.rule.RuleConditionElement build(RuleBuildContext context, org.drools.drl.ast.descr.BaseDescr descr)
      Specified by:
      build in interface RuleConditionBuilder
    • build

      public org.drools.base.rule.RuleConditionElement build(RuleBuildContext context, org.drools.drl.ast.descr.BaseDescr descr, org.drools.base.rule.Pattern prefixPattern)
      Specified by:
      build in interface RuleConditionBuilder