org.drools.spi
Interface EvalExpression

All Superinterfaces:
Invoker, RuleComponent, java.io.Serializable

public interface EvalExpression
extends Invoker

 

Method Summary
 boolean evaluate(Tuple tuple, Declaration[] requiredDeclarations, WorkingMemory workingMemory)
           
 

Method Detail

evaluate

public boolean evaluate(Tuple tuple,
                        Declaration[] requiredDeclarations,
                        WorkingMemory workingMemory)
                 throws java.lang.Exception
Throws:
java.lang.Exception