| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.services.conversion |
This package implements conversion of Eureka! derived phenotypes to
Protempa proposition definitions.
|
| edu.emory.cci.aiw.cvrg.eureka.services.entity | |
| edu.emory.cci.aiw.cvrg.eureka.services.translation |
| Modifier and Type | Method and Description |
|---|---|
protected org.protempa.proposition.value.NominalValue |
AbstractConverter.asValue(PhenotypeEntity phenotype) |
org.protempa.proposition.value.NominalValue |
PhenotypeConversionSupport.asValue(PhenotypeEntity phenotype) |
protected String |
AbstractConverter.asValueCompString(PhenotypeEntity phenotype) |
String |
PhenotypeConversionSupport.asValueCompString(PhenotypeEntity phenotype) |
protected String |
AbstractConverter.asValueString(PhenotypeEntity phenotype) |
String |
PhenotypeConversionSupport.asValueString(PhenotypeEntity phenotype) |
protected org.protempa.SourceId |
AbstractConverter.sourceId(PhenotypeEntity phenotype) |
protected String |
AbstractConverter.toPropositionId(PhenotypeEntity phenotype) |
String |
ConversionSupport.toPropositionId(PhenotypeEntity phenotype) |
String |
PhenotypeConversionSupport.toPropositionId(PhenotypeEntity phenotype) |
protected String |
AbstractConverter.toPropositionIdWrapped(PhenotypeEntity phenotype) |
String |
ConversionSupport.toPropositionIdWrapped(PhenotypeEntity phenotype) |
String |
PhenotypeConversionSupport.toPropositionIdWrapped(PhenotypeEntity phenotype) |
| Modifier and Type | Method and Description |
|---|---|
static PropositionDefinitionCollector |
PropositionDefinitionCollector.getInstance(PropositionDefinitionConverterVisitor converterVisitor,
List<PhenotypeEntity> phenotypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryEntity |
class |
FrequencyEntity
Contains attributes which describe a Protempa slice abstraction in the
context of the Eureka! UI.
|
class |
SequenceEntity
Contains attributes which describe a Protempa high level abstraction.
|
class |
SystemProposition |
class |
ValueThresholdGroupEntity
Contains attributes which describe a Protempa low-level abstraction in the
context of the Eureka! UI.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<ValueThresholdEntity,PhenotypeEntity> |
ValueThresholdEntity_.abstractedFrom |
static javax.persistence.metamodel.SingularAttribute<PhenotypeEntity,CategoryEntity.CategoryType> |
PhenotypeEntity_.categoryType |
static javax.persistence.metamodel.SingularAttribute<PhenotypeEntity,Date> |
PhenotypeEntity_.created |
static javax.persistence.metamodel.SingularAttribute<PhenotypeEntity,String> |
PhenotypeEntity_.displayName |
static javax.persistence.metamodel.SingularAttribute<PhenotypeEntity,Long> |
PhenotypeEntity_.id |
static javax.persistence.metamodel.SingularAttribute<PhenotypeEntity,Boolean> |
PhenotypeEntity_.inSystem |
static javax.persistence.metamodel.SingularAttribute<PhenotypeEntity,String> |
PhenotypeEntity_.key |
static javax.persistence.metamodel.SingularAttribute<PhenotypeEntity,Date> |
PhenotypeEntity_.lastModified |
static javax.persistence.metamodel.ListAttribute<CategoryEntity,PhenotypeEntity> |
CategoryEntity_.members |
static javax.persistence.metamodel.SingularAttribute<ExtendedPhenotype,PhenotypeEntity> |
ExtendedPhenotype_.phenotypeEntity |
static javax.persistence.metamodel.SingularAttribute<PhenotypeEntity,Long> |
PhenotypeEntity_.userId |
static javax.persistence.metamodel.SingularAttribute<PhenotypeEntity,String> |
PhenotypeEntity_.zDescription |
| Modifier and Type | Method and Description |
|---|---|
PhenotypeEntity |
FrequencyEntity.getAbstractedFrom() |
PhenotypeEntity |
ValueThresholdEntity.getAbstractedFrom() |
PhenotypeEntity |
ExtendedPhenotype.getPhenotypeEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<PhenotypeEntity> |
SequenceEntity.getAbstractedFrom()
Gets the list of propositions the current proposition is abstracted from.
|
List<? extends PhenotypeEntity> |
PropositionChildrenVisitor.getChildren() |
List<PhenotypeEntity> |
CategoryEntity.getMembers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueThresholdEntity.setAbstractedFrom(PhenotypeEntity abstractedFrom) |
void |
ExtendedPhenotype.setPhenotypeEntity(PhenotypeEntity inPhenotypeEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryEntity.setMembers(List<PhenotypeEntity> members) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropositionTranslator<P extends org.eurekaclinical.eureka.client.comm.Phenotype,PE extends PhenotypeEntity>
Translates a UI phenotype into a proposition as understood by the service
layer data model.
|
Copyright © 2012–2021 Emory University. All rights reserved.