Uses of Interface
org.drools.common.ObjectStore

Packages that use ObjectStore
org.drools.common   
org.drools.impl   
org.drools.marshalling.impl   
org.drools.reteoo   
 

Uses of ObjectStore in org.drools.common
 

Classes in org.drools.common that implement ObjectStore
 class SingleThreadedObjectStore
           
 

Fields in org.drools.common declared as ObjectStore
protected  ObjectStore NamedEntryPoint.objectStore
           
 

Methods in org.drools.common that return ObjectStore
 ObjectStore InternalWorkingMemory.getObjectStore()
           
 ObjectStore InternalWorkingMemoryEntryPoint.getObjectStore()
           
 ObjectStore AbstractWorkingMemory.getObjectStore()
           
 ObjectStore NamedEntryPoint.getObjectStore()
           
 

Uses of ObjectStore in org.drools.impl
 

Fields in org.drools.impl declared as ObjectStore
 ObjectStore StatefulKnowledgeSessionImpl.ObjectStoreWrapper.store
           
 

Methods in org.drools.impl that return ObjectStore
 ObjectStore StatefulKnowledgeSessionImpl.getObjectStore()
           
 

Constructors in org.drools.impl with parameters of type ObjectStore
StatefulKnowledgeSessionImpl.ObjectStoreWrapper(ObjectStore store, org.drools.runtime.ObjectFilter filter, int type)
           
 

Uses of ObjectStore in org.drools.marshalling.impl
 

Methods in org.drools.marshalling.impl with parameters of type ObjectStore
static InternalFactHandle[] ProtobufOutputMarshaller.orderFacts(ObjectStore objectStore)
           
static InternalFactHandle[] OutputMarshaller.orderFacts(ObjectStore objectStore)
           
static void InputMarshaller.readFactHandles(MarshallerReaderContext context, ObjectStore objectStore)
           
static void ProtobufInputMarshaller.readFactHandles(MarshallerReaderContext context, ProtobufMessages.EntryPoint _ep, ObjectStore objectStore)
           
static void OutputMarshaller.writeFactHandles(MarshallerWriteContext context, ObjectStore objectStore)
           
 

Uses of ObjectStore in org.drools.reteoo
 

Methods in org.drools.reteoo that return ObjectStore
 ObjectStore DisposedReteooWorkingMemory.getObjectStore()
           
 



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