| 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,DataElementEntity> |
ValueThresholdEntity_.abstractedFrom |
static javax.persistence.metamodel.SingularAttribute<DataElementEntity,CategoryEntity.CategoryType> |
DataElementEntity_.categoryType |
static javax.persistence.metamodel.SingularAttribute<DataElementEntity,Date> |
DataElementEntity_.created |
static javax.persistence.metamodel.SingularAttribute<ExtendedDataElement,DataElementEntity> |
ExtendedDataElement_.dataElementEntity |
static javax.persistence.metamodel.SingularAttribute<DataElementEntity,String> |
DataElementEntity_.displayName |
static javax.persistence.metamodel.SingularAttribute<DataElementEntity,Long> |
DataElementEntity_.id |
static javax.persistence.metamodel.SingularAttribute<DataElementEntity,Boolean> |
DataElementEntity_.inSystem |
static javax.persistence.metamodel.SingularAttribute<DataElementEntity,String> |
DataElementEntity_.key |
static javax.persistence.metamodel.SingularAttribute<DataElementEntity,Date> |
DataElementEntity_.lastModified |
static javax.persistence.metamodel.ListAttribute<CategoryEntity,DataElementEntity> |
CategoryEntity_.members |
static javax.persistence.metamodel.SingularAttribute<DataElementEntity,Long> |
DataElementEntity_.userId |
static javax.persistence.metamodel.SingularAttribute<DataElementEntity,String> |
DataElementEntity_.zDescription |
| Modifier and Type | Method and Description |
|---|---|
DataElementEntity |
ValueThresholdEntity.getAbstractedFrom() |
DataElementEntity |
FrequencyEntity.getAbstractedFrom() |
DataElementEntity |
ExtendedDataElement.getDataElementEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<DataElementEntity> |
SequenceEntity.getAbstractedFrom()
Gets the list of propositions the current proposition is abstracted from.
|
List<? extends DataElementEntity> |
PropositionChildrenVisitor.getChildren() |
List<DataElementEntity> |
CategoryEntity.getMembers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueThresholdEntity.setAbstractedFrom(DataElementEntity abstractedFrom) |
void |
ExtendedDataElement.setDataElementEntity(DataElementEntity inDataElementEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryEntity.setMembers(List<DataElementEntity> members) |
Copyright © 2012–2016 Emory University. All rights reserved.