org.drools.semantics.java
Class JavaConditionFactory

java.lang.Object
  extended by org.drools.semantics.java.JavaConditionFactory
All Implemented Interfaces:
ConditionFactory

public class JavaConditionFactory
extends java.lang.Object
implements ConditionFactory


Constructor Summary
JavaConditionFactory()
           
 
Method Summary
 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

JavaConditionFactory

public JavaConditionFactory()
Method Detail

newCondition

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