org.drools.examples.house
Class HouseConsequenceFactory

java.lang.Object
  extended by org.drools.examples.house.HouseConsequenceFactory
All Implemented Interfaces:
ConsequenceFactory

public class HouseConsequenceFactory
extends java.lang.Object
implements ConsequenceFactory

 

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

HouseConsequenceFactory

public HouseConsequenceFactory()
Method Detail

newConsequence

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