public interface FrequencyConverter
| Modifier and Type | Method and Description |
|---|---|
List<org.protempa.PropositionDefinition> |
convert(E entity)
Converts a Eureka database entity into an equivalent list of Protempa
proposition definitions.
|
P |
getPrimaryPropositionDefinition()
Retrieves the primary proposition created by a call to
#convert(edu.emory.cci.aiw.cvrg.eureka.common.entity.PhenotypeEntity). |
String |
getPrimaryPropositionId() |
List<org.protempa.PropositionDefinition> convert(E entity)
entity - The database entity to convertPropositionDefinitionsP 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.String getPrimaryPropositionId()
Copyright © 2012–2021 Emory University. All rights reserved.