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 GOEvidenceCodeGene2GOAssociation. getEvidenceCode()static GOEvidenceCodeGOEvidenceCode. 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 Gene2GOAssociationGene2GOAssociation.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 GOEvidenceCodePhenotypeAssociation. getEvidenceCode()Deprecated.Methods in ubic.gemma.model.association.phenotype with parameters of type GOEvidenceCode Modifier and Type Method Description voidPhenotypeAssociation. 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 GOEvidenceCodeCharacteristic. getEvidenceCode()Methods in ubic.gemma.model.common.description with parameters of type GOEvidenceCode Modifier and Type Method Description static CharacteristicCharacteristic.Factory. newInstance(String name, String description, String value, String valueUri, String category, String categoryUri, GOEvidenceCode evidenceCode)voidCharacteristic. setEvidenceCode(GOEvidenceCode evidenceCode)
-