|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectTypeConf | |
---|---|
org.drools.common | |
org.drools.jsr94.rules | Provides the core client APIs for using a rule engine. |
org.drools.reteoo | |
org.drools.spi |
Uses of ObjectTypeConf in org.drools.common |
---|
Methods in org.drools.common that return ObjectTypeConf | |
---|---|
ObjectTypeConf |
ObjectTypeConfigurationRegistry.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 |
Methods in org.drools.common that return types with arguments of type ObjectTypeConf | |
---|---|
Collection<ObjectTypeConf> |
ObjectTypeConfigurationRegistry.values()
|
Methods in org.drools.common with parameters of type ObjectTypeConf | |
---|---|
void |
AbstractWorkingMemory.insert(InternalFactHandle handle,
Object object,
Rule rule,
Activation activation,
ObjectTypeConf typeConf)
|
void |
InternalWorkingMemory.insert(InternalFactHandle handle,
Object object,
Rule rule,
Activation activation,
ObjectTypeConf typeConf)
|
void |
NamedEntryPoint.insert(InternalFactHandle handle,
Object object,
Rule rule,
Activation activation,
ObjectTypeConf typeConf)
|
protected abstract InternalFactHandle |
AbstractFactHandleFactory.newFactHandle(int id,
Object object,
long recency,
ObjectTypeConf conf,
InternalWorkingMemory workingMemory,
org.drools.runtime.rule.WorkingMemoryEntryPoint wmEntryPoint)
|
protected InternalFactHandle |
AbstractFactHandleFactory.newFactHandle(int id,
Object object,
ObjectTypeConf conf,
InternalWorkingMemory workingMemory,
org.drools.runtime.rule.WorkingMemoryEntryPoint wmEntryPoint)
|
InternalFactHandle |
AbstractFactHandleFactory.newFactHandle(Object object,
ObjectTypeConf conf,
InternalWorkingMemory workingMemory,
org.drools.runtime.rule.WorkingMemoryEntryPoint wmEntryPoint)
|
Uses of ObjectTypeConf in org.drools.jsr94.rules |
---|
Methods in org.drools.jsr94.rules with parameters of type ObjectTypeConf | |
---|---|
protected InternalFactHandle |
Jsr94FactHandleFactory.newFactHandle(int id,
Object object,
long recency,
ObjectTypeConf conf,
InternalWorkingMemory workingMemory,
org.drools.runtime.rule.WorkingMemoryEntryPoint entryPoint)
|
Uses of ObjectTypeConf in org.drools.reteoo |
---|
Classes in org.drools.reteoo that implement ObjectTypeConf | |
---|---|
class |
ClassObjectTypeConf
|
class |
FactTemplateTypeConf
|
Methods in org.drools.reteoo with parameters of type ObjectTypeConf | |
---|---|
void |
EntryPointNode.assertObject(InternalFactHandle handle,
PropagationContext context,
ObjectTypeConf objectTypeConf,
InternalWorkingMemory workingMemory)
|
void |
EntryPointNode.modifyObject(InternalFactHandle handle,
PropagationContext context,
ObjectTypeConf objectTypeConf,
InternalWorkingMemory workingMemory)
|
protected InternalFactHandle |
ReteooFactHandleFactory.newFactHandle(int id,
Object object,
long recency,
ObjectTypeConf conf,
InternalWorkingMemory workingMemory,
org.drools.runtime.rule.WorkingMemoryEntryPoint wmEntryPoint)
|
void |
EntryPointNode.retractObject(InternalFactHandle handle,
PropagationContext context,
ObjectTypeConf objectTypeConf,
InternalWorkingMemory workingMemory)
Retract a fact object from this RuleBase and the specified
WorkingMemory . |
Uses of ObjectTypeConf in org.drools.spi |
---|
Methods in org.drools.spi with parameters of type ObjectTypeConf | |
---|---|
InternalFactHandle |
FactHandleFactory.newFactHandle(Object object,
ObjectTypeConf conf,
InternalWorkingMemory workingMemory,
org.drools.runtime.rule.WorkingMemoryEntryPoint wmEntryPoint)
Construct a handle with a new id. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |