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.common -
-
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.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. objectStoreObjectStoreObjectStoreWrapper. storeMethods in org.drools.core.common that return ObjectStore Modifier and Type Method Description ObjectStoreDisconnectedWorkingMemoryEntryPoint. getObjectStore()ObjectStoreNamedEntryPoint. getObjectStore()Constructors in org.drools.core.common with parameters of type ObjectStore Constructor Description ObjectStoreWrapper(ObjectStore store, org.kie.api.runtime.ObjectFilter filter, int type)
-