| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.common.entity |
| 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 |
ValueThresholdEntity.getAbstractedFrom() |
PhenotypeEntity |
FrequencyEntity.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) |
Copyright © 2012–2017 Emory University. All rights reserved.