org.drools.smf
Interface RuleFactory

All Known Implementing Classes:
BaseRuleFactory

public interface RuleFactory


Method Summary
 Rule newRule(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 

Method Detail

newRule

Rule newRule(RuleSet ruleSet,
             RuleBaseContext context,
             Configuration config)
             throws FactoryException
Throws:
FactoryException