org.drools.semantics.python
Class PythonConditionFactory

java.lang.Object
  extended byorg.drools.semantics.python.PythonConditionFactory
All Implemented Interfaces:
ConditionFactory

public class PythonConditionFactory
extends java.lang.Object
implements ConditionFactory

 

Constructor Summary
PythonConditionFactory()
           
 
Method Summary
static PythonConditionFactory getInstance()
           
 Condition newCondition(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

PythonConditionFactory

public PythonConditionFactory()
Method Detail

getInstance

public static PythonConditionFactory getInstance()

newCondition

public Condition newCondition(Rule rule,
                              RuleBaseContext context,
                              Configuration config)
                       throws FactoryException
Specified by:
newCondition in interface ConditionFactory
Throws:
FactoryException