org.drools.smf
Interface SemanticConsequence

All Superinterfaces:
SemanticComponent, SemanticInvokeable, SemanticRule
All Known Implementing Classes:
GroovyBlockConsequence, JavaBlockConsequence

public interface SemanticConsequence
extends SemanticInvokeable


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

Method Detail

getText

java.lang.String getText()