org.protempa.datastore contains classes for
accessing external temporary and permanent stores.See: Description
| Interface | Description |
|---|---|
| DataStores |
An interface for defining classes that create and return data stores.
|
| Class | Description |
|---|---|
| WorkingMemoryDataStores |
A class to generate permanent stores mapping key IDs to Drools working memory
objects.
|
| Exception | Description |
|---|---|
| DataStoreExistsException |
org.protempa.datastore contains classes for
accessing external temporary and permanent stores. This is the only type-safe
way of getting handles to the org.arp.javautil.DataStore interface, via
the org.arp.javautil.datastore.DataStoreFactory class. If a new type
of store is needed, an appropriate class should be created and should
implement org.eurekaclinical.datastore.DataStoreCreator, which
defines a method for building stores.
getPermanentStore returns a named store that will not be removed
once execution is finished. If a store with that name already exists, it may
be returned. Otherwise, a new store will be created.
Copyright © 2012–2018 Emory University. All rights reserved.