org.drools.semantics.base
Class BaseImportEntryFactory

java.lang.Object
  extended by org.drools.semantics.base.BaseImportEntryFactory
All Implemented Interfaces:
ImportEntryFactory

public class BaseImportEntryFactory
extends java.lang.Object
implements ImportEntryFactory


Constructor Summary
BaseImportEntryFactory()
           
 
Method Summary
 ImportEntry newImportEntry(RuleSet ruleSet, RuleBaseContext context, Configuration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseImportEntryFactory

public BaseImportEntryFactory()
Method Detail

newImportEntry

public ImportEntry newImportEntry(RuleSet ruleSet,
                                  RuleBaseContext context,
                                  Configuration config)
                           throws FactoryException
Specified by:
newImportEntry in interface ImportEntryFactory
Throws:
FactoryException