org.drools.smf
Interface ConsequenceFactory

All Known Implementing Classes:
GroovyBlockConsequenceFactory, JavaBlockConsequenceFactory, PythonBlockConsequenceFactory

public interface ConsequenceFactory

 

Method Summary
 Consequence newConsequence(Rule rule, RuleBaseContext context, Configuration config)
           
 

Method Detail

newConsequence

public Consequence newConsequence(Rule rule,
                                  RuleBaseContext context,
                                  Configuration config)
                           throws FactoryException
Throws:
FactoryException