org.drools.semantics.base
Class ClassFieldObjectTypeFactory

java.lang.Object
  extended byorg.drools.semantics.base.ClassFieldObjectTypeFactory
All Implemented Interfaces:
ObjectTypeFactory

public class ClassFieldObjectTypeFactory
extends java.lang.Object
implements ObjectTypeFactory

 

Constructor Summary
ClassFieldObjectTypeFactory()
           
 
Method Summary
static ClassFieldObjectTypeFactory getInstance()
           
 ObjectType newObjectType(RuleBaseContext context, Configuration config, java.util.Set imports)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFieldObjectTypeFactory

public ClassFieldObjectTypeFactory()
Method Detail

getInstance

public static ClassFieldObjectTypeFactory getInstance()

newObjectType

public ObjectType newObjectType(RuleBaseContext context,
                                Configuration config,
                                java.util.Set imports)
                         throws FactoryException
Specified by:
newObjectType in interface ObjectTypeFactory
Throws:
FactoryException