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

java.lang.Object
  extended by org.drools.rule.builder.dialect.mvel.MVELPredicateBuilder
All Implemented Interfaces:
PredicateBuilder
Direct Known Subclasses:
ClipsPredicateBuilder

public class MVELPredicateBuilder
extends Object
implements PredicateBuilder


Constructor Summary
MVELPredicateBuilder()
           
 
Method Summary
 void build(RuleBuildContext context, BoundIdentifiers usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, PredicateConstraint predicate, PredicateDescr predicateDescr, AnalysisResult analysis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVELPredicateBuilder

public MVELPredicateBuilder()
Method Detail

build

public void build(RuleBuildContext context,
                  BoundIdentifiers usedIdentifiers,
                  Declaration[] previousDeclarations,
                  Declaration[] localDeclarations,
                  PredicateConstraint predicate,
                  PredicateDescr predicateDescr,
                  AnalysisResult analysis)
Specified by:
build in interface PredicateBuilder


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