org.drools.examples.conway.rules
Class ConwayConsequenceFactory

java.lang.Object
  extended by org.drools.examples.conway.rules.ConwayConsequenceFactory
All Implemented Interfaces:
ConsequenceFactory

public class ConwayConsequenceFactory
extends java.lang.Object
implements ConsequenceFactory

 

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

ConwayConsequenceFactory

public ConwayConsequenceFactory()
Method Detail

newConsequence

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