Drools :: Core 6.0.0.Beta5

Uses of Interface
org.drools.core.reteoo.ObjectTypeConf

Packages that use ObjectTypeConf
org.drools.core.beliefsystem   
org.drools.core.beliefsystem.jtms   
org.drools.core.beliefsystem.simple   
org.drools.core.common   
org.drools.core.reteoo   
org.drools.core.spi   
 

Uses of ObjectTypeConf in org.drools.core.beliefsystem
 

Methods in org.drools.core.beliefsystem with parameters of type ObjectTypeConf
 void BeliefSystem.insert(LogicalDependency node, BeliefSet beliefSet, PropagationContext context, ObjectTypeConf typeConf)
          TypeConf is already available, so we pass it, to avoid additional lookups
 void BeliefSystem.read(LogicalDependency node, BeliefSet beliefSet, PropagationContext context, ObjectTypeConf typeConf)
           
 

Uses of ObjectTypeConf in org.drools.core.beliefsystem.jtms
 

Methods in org.drools.core.beliefsystem.jtms with parameters of type ObjectTypeConf
 void JTMSBeliefSystem.insert(LogicalDependency node, BeliefSet beliefSet, PropagationContext context, ObjectTypeConf typeConf)
           
 void JTMSBeliefSystem.read(LogicalDependency node, BeliefSet beliefSet, PropagationContext context, ObjectTypeConf typeConf)
           
 

Uses of ObjectTypeConf in org.drools.core.beliefsystem.simple
 

Methods in org.drools.core.beliefsystem.simple with parameters of type ObjectTypeConf
 void SimpleBeliefSystem.insert(LogicalDependency node, BeliefSet beliefSet, PropagationContext context, ObjectTypeConf typeConf)
           
 void SimpleBeliefSystem.read(LogicalDependency node, BeliefSet beliefSet, PropagationContext context, ObjectTypeConf typeConf)
           
 

Uses of ObjectTypeConf in org.drools.core.common
 

Methods in org.drools.core.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.core.common that return types with arguments of type ObjectTypeConf
 Collection<ObjectTypeConf> ObjectTypeConfigurationRegistry.values()
           
 

Methods in org.drools.core.common with parameters of type ObjectTypeConf
 void TruthMaintenanceSystem.addLogicalDependency(InternalFactHandle handle, Object object, Object value, Activation activation, PropagationContext context, Rule rule, ObjectTypeConf typeConf)
           
 void TruthMaintenanceSystem.addLogicalDependency(InternalFactHandle handle, Object object, Object value, Activation activation, PropagationContext context, Rule rule, ObjectTypeConf typeConf, boolean read)
           
 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, PropagationContext pctx)
           
abstract  InternalFactHandle AbstractFactHandleFactory.newFactHandle(int id, Object object, long recency, ObjectTypeConf conf, InternalWorkingMemory workingMemory, org.kie.api.runtime.rule.SessionEntryPoint wmEntryPoint)
           
 InternalFactHandle AbstractFactHandleFactory.newFactHandle(int id, Object object, ObjectTypeConf conf, InternalWorkingMemory workingMemory, org.kie.api.runtime.rule.SessionEntryPoint wmEntryPoint)
           
 InternalFactHandle AbstractFactHandleFactory.newFactHandle(Object object, ObjectTypeConf conf, InternalWorkingMemory workingMemory, org.kie.api.runtime.rule.SessionEntryPoint wmEntryPoint)
           
 void TruthMaintenanceSystem.readLogicalDependency(InternalFactHandle handle, Object object, Object value, Activation activation, PropagationContext context, Rule rule, ObjectTypeConf typeConf)
          Adds a justification for the FactHandle to the justifiedMap.
 

Uses of ObjectTypeConf in org.drools.core.reteoo
 

Classes in org.drools.core.reteoo that implement ObjectTypeConf
 class ClassObjectTypeConf
           
 class FactTemplateTypeConf
           
 

Methods in org.drools.core.reteoo with parameters of type ObjectTypeConf
 void EntryPointNode.assertObject(InternalFactHandle handle, PropagationContext context, ObjectTypeConf objectTypeConf, InternalWorkingMemory workingMemory)
           
 void DisposedReteooWorkingMemory.insert(InternalFactHandle handle, Object object, Rule rule, Activation activation, ObjectTypeConf typeConf)
           
 void EntryPointNode.modifyObject(InternalFactHandle handle, PropagationContext pctx, ObjectTypeConf objectTypeConf, InternalWorkingMemory wm)
           
 InternalFactHandle ReteooFactHandleFactory.newFactHandle(int id, Object object, long recency, ObjectTypeConf conf, InternalWorkingMemory workingMemory, org.kie.api.runtime.rule.SessionEntryPoint 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.core.spi
 

Methods in org.drools.core.spi with parameters of type ObjectTypeConf
 InternalFactHandle FactHandleFactory.newFactHandle(int id, Object object, long recency, ObjectTypeConf conf, InternalWorkingMemory workingMemory, org.kie.api.runtime.rule.SessionEntryPoint wmEntryPoint)
           
 InternalFactHandle FactHandleFactory.newFactHandle(Object object, ObjectTypeConf conf, InternalWorkingMemory workingMemory, org.kie.api.runtime.rule.SessionEntryPoint wmEntryPoint)
          Construct a handle with a new id.
 


Drools :: Core 6.0.0.Beta5

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