org.drools.smf
Interface SemanticInvokeable

All Superinterfaces:
SemanticComponent, SemanticRule
All Known Subinterfaces:
SemanticCondition, SemanticConsequence
All Known Implementing Classes:
GroovyBlockConsequence, GroovyCondition, JavaBlockConsequence, JavaCondition

public interface SemanticInvokeable
extends SemanticRule


Method Summary
 java.lang.String getThrownException()
           
 boolean isExceptionThrown()
           
 void setInvoker(Invoker invoker)
           
 
Methods inherited from interface org.drools.smf.SemanticRule
getSemanticRuleCompiler
 
Methods inherited from interface org.drools.smf.SemanticComponent
getName, getSemanticType
 

Method Detail

setInvoker

void setInvoker(Invoker invoker)

isExceptionThrown

boolean isExceptionThrown()

getThrownException

java.lang.String getThrownException()