Uses of Interface
org.drools.core.common.ObjectStore
-
Packages that use ObjectStore Package Description org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactoryorg.drools.core.base org.drools.core.common org.drools.core.impl -
-
Uses of ObjectStore in org.drools.core
Methods in org.drools.core that return ObjectStore Modifier and Type Method Description ObjectStoreWorkingMemoryEntryPoint. getObjectStore() -
Uses of ObjectStore in org.drools.core.base
Methods in org.drools.core.base that return ObjectStore Modifier and Type Method Description ObjectStoreWrappedStatefulKnowledgeSessionForRHS. getObjectStore() -
Uses of ObjectStore in org.drools.core.common
Classes in org.drools.core.common that implement ObjectStore Modifier and Type Class Description classClassAwareObjectStoreclassIdentityObjectStoreFields in org.drools.core.common declared as ObjectStore Modifier and Type Field Description protected ObjectStoreNamedEntryPoint. objectStoreMethods in org.drools.core.common that return ObjectStore Modifier and Type Method Description ObjectStoreDisconnectedWorkingMemoryEntryPoint. getObjectStore()ObjectStoreInternalWorkingMemory. getObjectStore()ObjectStoreNamedEntryPoint. getObjectStore() -
Uses of ObjectStore in org.drools.core.impl
Fields in org.drools.core.impl declared as ObjectStore Modifier and Type Field Description ObjectStoreStatefulKnowledgeSessionImpl.ObjectStoreWrapper. storeMethods in org.drools.core.impl that return ObjectStore Modifier and Type Method Description ObjectStoreStatefulKnowledgeSessionImpl. getObjectStore()Constructors in org.drools.core.impl with parameters of type ObjectStore Constructor Description ObjectStoreWrapper(ObjectStore store, org.kie.api.runtime.ObjectFilter filter, int type)
-