| Modifier and Type | Method and Description |
|---|---|
UniqueId |
UniqueIdPair.getProposition() |
UniqueId |
UniqueIdPair.getReference() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractParameter |
AbstractParameterFactory.getFromAbstraction(String propId,
UniqueId uniqueId,
Segment<? extends TemporalProposition> segment,
List<? extends TemporalProposition> tps,
Value value,
TemporalPatternOffset temporalOffset,
TemporalExtendedPropositionDefinition[] epds,
String contextId) |
| Constructor and Description |
|---|
UniqueIdPair(String referenceName,
UniqueId proposition,
UniqueId reference) |
| Modifier and Type | Method and Description |
|---|---|
UniqueId |
UniqueIdUniqueIdStoreCreator.Reference.getUniqueId() |
| Modifier and Type | Method and Description |
|---|---|
org.eurekaclinical.datastore.DataStore<UniqueId,List<UniqueIdUniqueIdStoreCreator.Reference>> |
UniqueIdUniqueIdStoreCreator.getPersistentStore() |
| Constructor and Description |
|---|
Reference(String name,
UniqueId uniqueId) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResultsHandler.handleQueryResult(String keyId,
List<Proposition> propositions,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references)
Handles a single query result, which is the list of propositions
associated with the given key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeidentifiedQueryResultsHandler.handleQueryResult(String keyId,
List<Proposition> propositions,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyLoaderQueryResultsHandler.handleQueryResult(String keyId,
List<Proposition> propositions,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapQueryResultsHandler.handleQueryResult(String keyId,
List<Proposition> propositions,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references)
Puts handled keys and propositions into the map returned by
MapQueryResultsHandler.getResultMap(). |
| Modifier and Type | Method and Description |
|---|---|
void |
PropositionListQueryResultsHandler.handleQueryResult(String key,
List<Proposition> propositions,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references)
Writes a keys worth of data in tab delimited format optionally
sorted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache knowledgeSourceCache,
TabularWriter writer)
Gets the values of the specified propositions or properties for
one row of data.
|
void |
PropositionValueColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache,
TabularWriter writer) |
void |
PropositionColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache propDefCache,
TabularWriter writer) |
void |
DistanceBetweenColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache,
TabularWriter writer) |
void |
CountColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache,
TabularWriter writer) |
void |
ConstantColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache knowledgeSourceCache,
TabularWriter writer) |
void |
AtLeastNColumnSpec.columnValues(String key,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache,
TabularWriter writer) |
List<Proposition> |
LinkTraverser.traverseLinks(Link[] links,
Proposition proposition,
Map<Proposition,List<Proposition>> forwardDerivations,
Map<Proposition,List<Proposition>> backwardDerivations,
Map<UniqueId,Proposition> references,
KnowledgeSourceCache ksCache)
Traverses links from a proposition to a list of propositions.
|
| Modifier and Type | Method and Description |
|---|---|
UniqueId |
UniqueIdFactory.getInstance() |
UniqueId |
ProviderBasedUniqueIdFactory.getInstance() |
UniqueId |
DefaultUniqueIdFactory.getInstance() |
UniqueId |
Proposition.getUniqueId()
Gets this proposition's global unique identifier.
|
UniqueId |
AbstractProposition.getUniqueId() |
| Modifier and Type | Method and Description |
|---|---|
List<UniqueId> |
Proposition.getReferences(String name)
Gets the global unique identifiers for the propositions that have the
specified 1:N relationship with this proposition.
|
List<UniqueId> |
AbstractProposition.getReferences(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProposition.addReference(String name,
UniqueId ref) |
protected void |
AbstractProposition.initializeAbstractProposition(String id,
UniqueId uniqueId)
Assigns fields specified in the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProposition.setReferences(String name,
List<UniqueId> refs) |
| Constructor and Description |
|---|
AbstractParameter(String id,
UniqueId uniqueId)
Creates an abstract parameter with an id.
|
Constant(String id,
UniqueId uniqueId)
Creates a constant with an identifier
String. |
Context(String id,
UniqueId uniqueId) |
Event(String id,
UniqueId uniqueId)
Creates an event with an id and no attribute id.
|
PrimitiveParameter(String id,
UniqueId uniqueId)
Creates a parameter with an identification string.
|
UniqueId(UniqueId other)
Copy constructor.
|
Copyright © 2012–2017 Emory University. All rights reserved.