public final class PropositionStoreCreator<P extends Proposition> extends AbstractDataStoreCreator<String,List<P>>
| Modifier and Type | Field and Description |
|---|---|
static String |
DATABASE_NAME |
| Constructor and Description |
|---|
PropositionStoreCreator() |
PropositionStoreCreator(String environmentName) |
| Modifier and Type | Method and Description |
|---|---|
org.eurekaclinical.datastore.DataStore<String,List<P>> |
getPersistentStore()
Returns a permanent store with the given name.
|
protected String |
nextDatabaseName() |
getEnvironmentName, newCacheStorepublic static final String DATABASE_NAME
public PropositionStoreCreator()
public PropositionStoreCreator(String environmentName)
public org.eurekaclinical.datastore.DataStore<String,List<P>> getPersistentStore()
DataStoreCreatorDataStore backed by a permanent store implementationprotected String nextDatabaseName()
nextDatabaseName in class AbstractDataStoreCreator<String,List<P extends Proposition>>Copyright © 2012–2016 Emory University. All rights reserved.