org.drools.rule.builder.dialect.mvel
Class MVELFromBuilder

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

public class MVELFromBuilder
extends Object
implements FromBuilder

A builder for "from" conditional element


Constructor Summary
MVELFromBuilder()
           
 
Method Summary
 RuleConditionElement build(RuleBuildContext context, BaseDescr descr)
           
 RuleConditionElement build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVELFromBuilder

public MVELFromBuilder()
Method Detail

build

public RuleConditionElement build(RuleBuildContext context,
                                  BaseDescr descr)
Specified by:
build in interface RuleConditionBuilder

build

public RuleConditionElement build(RuleBuildContext context,
                                  BaseDescr descr,
                                  Pattern prefixPattern)
Specified by:
build in interface RuleConditionBuilder


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.