站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 3.0.6 API 英文版文档

PredicateExpression - JBoss RULES 3.0.6 API 英文版文档


org.drools.spi
Interface PredicateExpression

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

public interface PredicateExpression
extends Invoker


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

Method Detail

evaluate

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