Uses of Interface
org.biopax.paxtools.model.level3.EvidenceCodeVocabulary

Packages that use EvidenceCodeVocabulary
org.biopax.paxtools.impl.level3   
org.biopax.paxtools.model.level3   
 

Uses of EvidenceCodeVocabulary in org.biopax.paxtools.impl.level3
 

Classes in org.biopax.paxtools.impl.level3 that implement EvidenceCodeVocabulary
 class EvidenceCodeVocabularyImpl
           
 

Methods in org.biopax.paxtools.impl.level3 that return types with arguments of type EvidenceCodeVocabulary
 java.util.Set<EvidenceCodeVocabulary> EvidenceImpl.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'.
 java.lang.Class<? extends EvidenceCodeVocabulary> EvidenceCodeVocabularyImpl.getModelInterface()
           
 

Methods in org.biopax.paxtools.impl.level3 with parameters of type EvidenceCodeVocabulary
 void EvidenceImpl.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'.
 void EvidenceImpl.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'.
 

Method parameters in org.biopax.paxtools.impl.level3 with type arguments of type EvidenceCodeVocabulary
 void EvidenceImpl.setEvidenceCode(java.util.Set<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 EvidenceCodeVocabulary
 java.util.Set<EvidenceCodeVocabulary> Evidence.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 EvidenceCodeVocabulary
 void Evidence.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'.
 void Evidence.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'.
 



Copyright © 2011 BioPAX. All Rights Reserved.