Package org.drools.core.common
Class ObjectTypeConfigurationRegistry
- java.lang.Object
-
- org.drools.core.common.ObjectTypeConfigurationRegistry
-
- All Implemented Interfaces:
Serializable
public class ObjectTypeConfigurationRegistry extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectTypeConfigurationRegistry(InternalKnowledgeBase kBase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectTypeConfgetObjectTypeConf(Object object)ObjectTypeConfgetObjectTypeConfByClass(Class<?> cls)ObjectTypeConfgetOrCreateObjectTypeConf(EntryPointId entrypoint, Object object)Returns the ObjectTypeConfiguration object for the given object or creates a new one if none is found in the cacheCollection<ObjectTypeConf>values()
-
-
-
Constructor Detail
-
ObjectTypeConfigurationRegistry
public ObjectTypeConfigurationRegistry(InternalKnowledgeBase kBase)
-
-
Method Detail
-
getObjectTypeConf
public ObjectTypeConf getObjectTypeConf(Object object)
-
getOrCreateObjectTypeConf
public ObjectTypeConf getOrCreateObjectTypeConf(EntryPointId entrypoint, Object object)
Returns the ObjectTypeConfiguration object for the given object or creates a new one if none is found in the cache
-
getObjectTypeConfByClass
public ObjectTypeConf getObjectTypeConfByClass(Class<?> cls)
-
values
public Collection<ObjectTypeConf> values()
-
-