public final class ValueThresholdsLowLevelAbstractionConverter extends AbstractValueThresholdGroupEntityConverter
| Constructor and Description |
|---|
ValueThresholdsLowLevelAbstractionConverter() |
| Modifier and Type | Method and Description |
|---|---|
List<org.protempa.PropositionDefinition> |
convert(ValueThresholdGroupEntity entity)
Converts a Eureka database entity into an equivalent list of Protempa
proposition definitions.
|
org.protempa.LowLevelAbstractionDefinition |
getPrimaryPropositionDefinition()
Retrieves the primary proposition created by a call to
#convert(edu.emory.cci.aiw.cvrg.eureka.common.entity.PhenotypeEntity). |
String |
getPrimaryPropositionId() |
void |
setConverterVisitor(PropositionDefinitionConverterVisitor inVisitor) |
asValue, asValueCompString, asValueString, sourceId, toPropositionId, toPropositionIdWrappedpublic ValueThresholdsLowLevelAbstractionConverter()
public org.protempa.LowLevelAbstractionDefinition getPrimaryPropositionDefinition()
#convert(edu.emory.cci.aiw.cvrg.eureka.common.entity.PhenotypeEntity).
This is mostly for converters invoking each other and needing only
the final highest level (ie, primary) proposition that was created.PropositionDefinition.public String getPrimaryPropositionId()
public void setConverterVisitor(PropositionDefinitionConverterVisitor inVisitor)
public List<org.protempa.PropositionDefinition> convert(ValueThresholdGroupEntity entity)
entity - The database entity to convertPropositionDefinitionsCopyright © 2012–2020 Emory University. All rights reserved.