org.drools.smf
Interface ObjectTypeFactory

All Known Implementing Classes:
ClassFieldObjectTypeFactory, ClassObjectTypeFactory, SemaphoreFactory

public interface ObjectTypeFactory


Method Summary
 ObjectType newObjectType(Rule rule, RuleBaseContext context, Configuration config)
           
 

Method Detail

newObjectType

ObjectType newObjectType(Rule rule,
                         RuleBaseContext context,
                         Configuration config)
                         throws FactoryException
Throws:
FactoryException