Uses of Interface
org.biopax.paxtools.model.level2.openControlledVocabulary

Packages that use openControlledVocabulary
org.biopax.paxtools.model.level2   
 

Uses of openControlledVocabulary in org.biopax.paxtools.model.level2
 

Methods in org.biopax.paxtools.model.level2 that return openControlledVocabulary
 openControlledVocabulary bioSource.getCELLTYPE()
           
 openControlledVocabulary physicalEntityParticipant.getCELLULAR_LOCATION()
           
 openControlledVocabulary sequenceFeature.getFEATURE_TYPE()
           
 openControlledVocabulary bioSource.getTISSUE()
           
 

Methods in org.biopax.paxtools.model.level2 that return types with arguments of type openControlledVocabulary
 java.util.Set<openControlledVocabulary> evidence.getEVIDENCE_CODE()
           
 java.util.Set<openControlledVocabulary> experimentalForm.getEXPERIMENTAL_FORM_TYPE()
           
 java.util.Set<openControlledVocabulary> physicalInteraction.getINTERACTION_TYPE()
           
 

Methods in org.biopax.paxtools.model.level2 with parameters of type openControlledVocabulary
 void evidence.addEVIDENCE_CODE(openControlledVocabulary EVIDENCE_CODE)
           
 void experimentalForm.addEXPERIMENTAL_FORM_TYPE(openControlledVocabulary EXPERIMENTAL_FORM_TYPE)
           
 void physicalInteraction.addINTERACTION_TYPE(openControlledVocabulary INTERACTION_TYPE)
           
 void evidence.removeEVIDENCE_CODE(openControlledVocabulary EVIDENCE_CODE)
           
 void experimentalForm.removeEXPERIMENTAL_FORM_TYPE(openControlledVocabulary EXPERIMENTAL_FORM_TYPE)
           
 void physicalInteraction.removeINTERACTION_TYPE(openControlledVocabulary INTERACTION_TYPE)
           
 void bioSource.setCELLTYPE(openControlledVocabulary CELLTYPE)
           
 void physicalEntityParticipant.setCELLULAR_LOCATION(openControlledVocabulary CELLULAR_LOCATION)
           
 void sequenceFeature.setFEATURE_TYPE(openControlledVocabulary FEATURE_TYPE)
           
 void bioSource.setTISSUE(openControlledVocabulary TISSUE)
           
 

Method parameters in org.biopax.paxtools.model.level2 with type arguments of type openControlledVocabulary
 void evidence.setEVIDENCE_CODE(java.util.Set<openControlledVocabulary> EVIDENCE_CODE)
           
 void experimentalForm.setEXPERIMENTAL_FORM_TYPE(java.util.Set<openControlledVocabulary> EXPERIMENTAL_FORM_TYPE)
           
 void physicalInteraction.setINTERACTION_TYPE(java.util.Set<openControlledVocabulary> INTERACTION_TYPE)
           
 



Copyright © 2011 BioPAX. All Rights Reserved.