| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.services.finder | |
| edu.emory.cci.aiw.cvrg.eureka.services.util |
| Modifier and Type | Method and Description |
|---|---|
org.protempa.PropositionDefinition |
AbstractPropositionFinder.find(String sourceConfigId,
K inKey)
Retrieves a proposition definition from the
PropositionRetriever
specified in this object's constructor. |
org.protempa.PropositionDefinition |
PropositionFinder.find(String sourceConfigId,
K inKey)
Finds the proposition definition for the given user and key.
|
List<org.protempa.PropositionDefinition> |
SystemPropositionFinder.findAll(String sourceConfigId,
List<String> inKeys,
Boolean withChildren)
Finds all of the system elements given by the keys for the given user
|
org.protempa.PropositionDefinition |
PropositionRetriever.retrieve(String sourceConfigId,
K inKey)
Retrieves a proposition definition with the specified id and for the
specified user.
|
org.protempa.PropositionDefinition |
SystemPropositionRetriever.retrieve(String sourceConfigId,
String inKey) |
List<org.protempa.PropositionDefinition> |
SystemPropositionRetriever.retrieveAll(String sourceConfigId,
List<String> inKeys,
Boolean withChildren)
Retrieves all of the system elements given by the keys for the given user
|
| Modifier and Type | Method and Description |
|---|---|
static org.eurekaclinical.eureka.client.comm.SystemPhenotype |
PropositionUtil.toSystemPhenotype(String sourceConfigId,
org.protempa.PropositionDefinition inDefinition,
boolean summarize,
SystemPropositionFinder inPropositionFinder)
Wraps a proposition definition into a proposition wrapper.
|
Copyright © 2012–2020 Emory University. All rights reserved.