org.drools.semantics.python
Class PythonBlockConsequenceFactory

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

public class PythonBlockConsequenceFactory
extends 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


Copyright © 2001-2005 The Codehaus. All Rights Reserved.