| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.datastore |
The package
org.protempa.datastore contains classes for
accessing external temporary and permanent stores. |
| org.protempa.dest | |
| org.protempa.dest.deid | |
| org.protempa.dest.key |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeSourceCache |
KnowledgeSourceCacheFactory.getInstance(KnowledgeSource ks,
PropositionDefinitionCache cache,
boolean collectValueSets) |
void |
PropositionDefinitionCache.merge(PropositionDefinitionCache otherCache)
Merges the given cache into this one.
|
| Constructor and Description |
|---|
KnowledgeSourceCache(PropositionDefinitionCache propDefCache,
Map<String,ValueSet> valueSetCache) |
| Modifier and Type | Method and Description |
|---|---|
PropositionDefinitionCache |
WorkingMemoryDataStores.getPropositionDefinitionsInStores() |
| Constructor and Description |
|---|
WorkingMemoryDataStores(Path directory,
String name,
PropositionDefinitionCache cache)
Constructs a working memory creator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractQueryResultsHandler.start(PropositionDefinitionCache cache) |
void |
QueryResultsHandler.start(PropositionDefinitionCache cache)
Called by Protempa prior to the first invocation of
QueryResultsHandler.handleQueryResult(java.lang.String, java.util.List, java.util.Map, java.util.Map, java.util.Map). |
| Modifier and Type | Method and Description |
|---|---|
void |
DeidentifiedQueryResultsHandler.start(PropositionDefinitionCache cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyLoaderQueryResultsHandler.start(PropositionDefinitionCache cache) |
void |
KeySetQueryResultsHandler.start(PropositionDefinitionCache cache) |
Copyright © 2012–2018 Emory University. All rights reserved.