org.drools.semantics.python
Class ClassObjectTypeFactory

java.lang.Object
  |
  +--org.drools.semantics.python.ClassObjectTypeFactory
All Implemented Interfaces:
ObjectTypeFactory

public class ClassObjectTypeFactory
extends java.lang.Object
implements ObjectTypeFactory


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

Constructor Detail

ClassObjectTypeFactory

public ClassObjectTypeFactory()
Method Detail

getInstance

public static ClassObjectTypeFactory getInstance()

newObjectType

public ObjectType newObjectType(Configuration config)
                         throws FactoryException
Specified by:
newObjectType in interface ObjectTypeFactory
FactoryException