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 ObjectStoreObjectStoreWrapper. storeConstructors in org.drools.core.common with parameters of type ObjectStore Constructor Description ObjectStoreWrapper(ObjectStore store, org.kie.api.runtime.ObjectFilter filter, int type)
-