org.drools.common
Class ObjectTypeConfigurationRegistry
java.lang.Object
org.drools.common.ObjectTypeConfigurationRegistry
- All Implemented Interfaces:
- Serializable
public class ObjectTypeConfigurationRegistry
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectTypeConfigurationRegistry
public ObjectTypeConfigurationRegistry(InternalRuleBase ruleBase)
getObjectTypeConf
public ObjectTypeConf getObjectTypeConf(EntryPoint 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()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.