org.drools.semantics.base
Class BaseRuleFactory

java.lang.Object
  |
  +--org.drools.semantics.base.BaseRuleFactory
All Implemented Interfaces:
RuleFactory

public class BaseRuleFactory
extends java.lang.Object
implements RuleFactory


Constructor Summary
BaseRuleFactory()
           
 
Method Summary
 Rule newRule(Configuration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseRuleFactory

public BaseRuleFactory()
Method Detail

newRule

public Rule newRule(Configuration config)
             throws FactoryException
Specified by:
newRule in interface RuleFactory
FactoryException