Uses of Enum
ubic.gemma.model.association.GOEvidenceCode
Packages that use GOEvidenceCode
-
Uses of GOEvidenceCode in ubic.gemma.model.association
Methods in ubic.gemma.model.association that return GOEvidenceCodeModifier and TypeMethodDescriptionGene2GOAssociation.getEvidenceCode()static GOEvidenceCodeReturns 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 GOEvidenceCodeModifier and TypeMethodDescriptionstatic Gene2GOAssociationGene2GOAssociation.Factory.newInstance(Gene gene, Characteristic ontologyEntry, GOEvidenceCode evidenceCode) -
Uses of GOEvidenceCode in ubic.gemma.model.common.description
Methods in ubic.gemma.model.common.description that return GOEvidenceCodeMethods in ubic.gemma.model.common.description with parameters of type GOEvidenceCodeModifier and TypeMethodDescriptionstatic CharacteristicCharacteristic.Factory.newInstance(String name, String description, String value, String valueUri, String category, String categoryUri, GOEvidenceCode evidenceCode) voidCharacteristic.setEvidenceCode(GOEvidenceCode evidenceCode)