org.drools.rule.constraint
Interface ConditionEvaluator

All Known Implementing Classes:
MvelConditionEvaluator

public interface ConditionEvaluator


Method Summary
 boolean evaluate(Object object)
           
 boolean evaluate(Object object, Map<String,Object> vars)
           
 

Method Detail

evaluate

boolean evaluate(Object object)

evaluate

boolean evaluate(Object object,
                 Map<String,Object> vars)


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