org.drools.semantics.java
Interface Expr.ConditionScript

Enclosing interface:
Expr

public static interface Expr.ConditionScript


Method Summary
 boolean invoke(Tuple tuple, Declaration[] decls, KnowledgeHelper drools, Map applicationData)
           
 

Method Detail

invoke

public boolean invoke(Tuple tuple,
                      Declaration[] decls,
                      KnowledgeHelper drools,
                      Map applicationData)
               throws Exception
Throws:
Exception


Copyright © 2001-2004 The Codehaus. All Rights Reserved.