org.drools.semantics.python
Class PythonBlockConsequenceFactory

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

public class PythonBlockConsequenceFactory
extends java.lang.Object
implements ConsequenceFactory

 

Constructor Summary
PythonBlockConsequenceFactory()
           
 
Method Summary
static PythonBlockConsequenceFactory getInstance()
           
 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

getInstance

public static PythonBlockConsequenceFactory getInstance()

newConsequence

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