org.drools.smf
Interface SemanticCondition

All Superinterfaces:
SemanticComponent, SemanticInvokeable, SemanticRule
All Known Implementing Classes:
GroovyCondition, JavaCondition

public interface SemanticCondition
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()