Drools :: Core 6.1.0.Final

org.drools.core.common
Class ObjectTypeConfigurationRegistry

java.lang.Object
  extended by org.drools.core.common.ObjectTypeConfigurationRegistry
All Implemented Interfaces:
Serializable

public class ObjectTypeConfigurationRegistry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ObjectTypeConfigurationRegistry(InternalKnowledgeBase kBase)
           
 
Method Summary
 ObjectTypeConf getObjectTypeConf(EntryPointId entrypoint, Object object)
          Returns the ObjectTypeConfiguration object for the given object or creates a new one if none is found in the cache
 Collection<ObjectTypeConf> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectTypeConfigurationRegistry

public ObjectTypeConfigurationRegistry(InternalKnowledgeBase kBase)
Method Detail

getObjectTypeConf

public ObjectTypeConf getObjectTypeConf(EntryPointId entrypoint,
                                        Object object)
Returns the ObjectTypeConfiguration object for the given object or creates a new one if none is found in the cache

Parameters:
object -
Returns:

values

public Collection<ObjectTypeConf> values()

Drools :: Core 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.