org.drools.semantics.python
Class PythonBlockConsequenceFactory

java.lang.Object
  extended by org.drools.semantics.python.PythonBlockConsequenceFactory
All Implemented Interfaces:
ConsequenceFactory

public class PythonBlockConsequenceFactory
extends java.lang.Object
implements ConsequenceFactory


Constructor Summary
PythonBlockConsequenceFactory()
           
 
Method Summary
 Consequence newConsequence(Rule rule, RuleBaseContext context, Configuration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonBlockConsequenceFactory

public PythonBlockConsequenceFactory()
Method Detail

newConsequence

public Consequence newConsequence(Rule rule,
                                  RuleBaseContext context,
                                  Configuration config)
                           throws FactoryException
Specified by:
newConsequence in interface ConsequenceFactory
Throws:
FactoryException