org.drools.smf
Interface ObjectTypeFactory

All Known Implementing Classes:
ClassFieldObjectTypeFactory, ClassObjectTypeFactory, SemaphoreFactory

public interface ObjectTypeFactory

 

Method Summary
 ObjectType newObjectType(RuleBaseContext context, Configuration config, java.util.Set imports)
           
 

Method Detail

newObjectType

public ObjectType newObjectType(RuleBaseContext context,
                                Configuration config,
                                java.util.Set imports)
                         throws FactoryException
Throws:
FactoryException