Uses of Interface
org.biopax.paxtools.model.level3.EvidenceCodeVocabulary
Packages that use EvidenceCodeVocabulary
Package
Description
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of EvidenceCodeVocabulary in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement EvidenceCodeVocabularyMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type EvidenceCodeVocabularyModifier and TypeMethodDescriptionEvidenceImpl.getEvidenceCode()A pointer to a term in an external controlled vocabulary, such as the GO, PSI-MI or BioCyc evidence codes, that describes the nature of the support, such as 'traceable author statement' or 'yeast two-hybrid'.Class<? extends EvidenceCodeVocabulary> EvidenceCodeVocabularyImpl.getModelInterface()Methods in org.biopax.paxtools.impl.level3 with parameters of type EvidenceCodeVocabularyModifier and TypeMethodDescriptionvoidEvidenceImpl.addEvidenceCode(EvidenceCodeVocabulary evidenceCode) A pointer to a term in an external controlled vocabulary, such as the GO, PSI-MI or BioCyc evidence codes, that describes the nature of the support, such as 'traceable author statement' or 'yeast two-hybrid'.voidEvidenceImpl.removeEvidenceCode(EvidenceCodeVocabulary evidenceCode) A pointer to a term in an external controlled vocabulary, such as the GO, PSI-MI or BioCyc evidence codes, that describes the nature of the support, such as 'traceable author statement' or 'yeast two-hybrid'. -
Uses of EvidenceCodeVocabulary in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return types with arguments of type EvidenceCodeVocabularyModifier and TypeMethodDescriptionEvidence.getEvidenceCode()A pointer to a term in an external controlled vocabulary, such as the GO, PSI-MI or BioCyc evidence codes, that describes the nature of the support, such as 'traceable author statement' or 'yeast two-hybrid'.Methods in org.biopax.paxtools.model.level3 with parameters of type EvidenceCodeVocabularyModifier and TypeMethodDescriptionvoidEvidence.addEvidenceCode(EvidenceCodeVocabulary evidenceCode) A pointer to a term in an external controlled vocabulary, such as the GO, PSI-MI or BioCyc evidence codes, that describes the nature of the support, such as 'traceable author statement' or 'yeast two-hybrid'.voidEvidence.removeEvidenceCode(EvidenceCodeVocabulary evidenceCode) A pointer to a term in an external controlled vocabulary, such as the GO, PSI-MI or BioCyc evidence codes, that describes the nature of the support, such as 'traceable author statement' or 'yeast two-hybrid'.