org.drools.smf
Interface SemanticComponent

All Known Subinterfaces:
SemanticCondition, SemanticConsequence, SemanticFunctions, SemanticInvokeable, SemanticRule
All Known Implementing Classes:
GroovyBlockConsequence, GroovyCondition, GroovyFunctions, JavaBlockConsequence, JavaCondition, JavaFunctions, PythonBlockConsequence, PythonCondition, PythonFunctions

public interface SemanticComponent


Method Summary
 java.lang.String getName()
          Returns the name of the component
 java.lang.String getSemanticType()
           
 

Method Detail

getName

java.lang.String getName()
Returns the name of the component


getSemanticType

java.lang.String getSemanticType()