org.drools.rule.constraint
Class MvelConditionEvaluator

java.lang.Object
  extended by org.drools.rule.constraint.MvelConditionEvaluator
All Implemented Interfaces:
ConditionEvaluator

public class MvelConditionEvaluator
extends Object
implements ConditionEvaluator


Method Summary
 boolean evaluate(Object object)
           
 boolean evaluate(Object object, Map<String,Object> vars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

evaluate

public boolean evaluate(Object object)
Specified by:
evaluate in interface ConditionEvaluator

evaluate

public boolean evaluate(Object object,
                        Map<String,Object> vars)
Specified by:
evaluate in interface ConditionEvaluator


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.