org.drools.examples.house
Class HouseConditionFactory

java.lang.Object
  extended by org.drools.examples.house.HouseConditionFactory
All Implemented Interfaces:
ConditionFactory

public class HouseConditionFactory
extends java.lang.Object
implements ConditionFactory

 

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

HouseConditionFactory

public HouseConditionFactory()
Method Detail

newCondition

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