org.drools.examples.conway.rules
Class ConwayConditionFactory

java.lang.Object
  extended by org.drools.examples.conway.rules.ConwayConditionFactory
All Implemented Interfaces:
ConditionFactory

public class ConwayConditionFactory
extends java.lang.Object
implements ConditionFactory

 

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

ConwayConditionFactory

public ConwayConditionFactory()
Method Detail

newCondition

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