Uses of Class
ubic.gemma.model.association.GOEvidenceCode
-
Packages that use GOEvidenceCode Package Description ubic.gemma.model.association ubic.gemma.model.association.phenotype ubic.gemma.model.common.description -
-
Uses of GOEvidenceCode in ubic.gemma.model.association
Methods in ubic.gemma.model.association that return GOEvidenceCode Modifier and Type Method Description GOEvidenceCode
Gene2GOAssociation. getEvidenceCode()
static GOEvidenceCode
GOEvidenceCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GOEvidenceCode[]
GOEvidenceCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.model.association with parameters of type GOEvidenceCode Modifier and Type Method Description static Gene2GOAssociation
Gene2GOAssociation.Factory. newInstance(Gene gene, Characteristic ontologyEntry, GOEvidenceCode evidenceCode)
-
Uses of GOEvidenceCode in ubic.gemma.model.association.phenotype
Methods in ubic.gemma.model.association.phenotype that return GOEvidenceCode Modifier and Type Method Description GOEvidenceCode
PhenotypeAssociation. getEvidenceCode()
Deprecated.Methods in ubic.gemma.model.association.phenotype with parameters of type GOEvidenceCode Modifier and Type Method Description void
PhenotypeAssociation. setEvidenceCode(GOEvidenceCode evidenceCode)
Deprecated. -
Uses of GOEvidenceCode in ubic.gemma.model.common.description
Methods in ubic.gemma.model.common.description that return GOEvidenceCode Modifier and Type Method Description GOEvidenceCode
Characteristic. getEvidenceCode()
Methods in ubic.gemma.model.common.description with parameters of type GOEvidenceCode Modifier and Type Method Description static Characteristic
Characteristic.Factory. newInstance(String name, String description, String value, String valueUri, String category, String categoryUri, GOEvidenceCode evidenceCode)
void
Characteristic. setEvidenceCode(GOEvidenceCode evidenceCode)
-