Uses of Interface
org.biopax.paxtools.model.level2.openControlledVocabulary
Packages that use openControlledVocabulary
Package
Description
This package contains the interfaces that maps to the BioPAX level 2 specification.
-
Uses of openControlledVocabulary in org.biopax.paxtools.model.level2
Methods in org.biopax.paxtools.model.level2 that return openControlledVocabularyModifier and TypeMethodDescriptionbioSource.getCELLTYPE()physicalEntityParticipant.getCELLULAR_LOCATION()sequenceFeature.getFEATURE_TYPE()bioSource.getTISSUE()Methods in org.biopax.paxtools.model.level2 that return types with arguments of type openControlledVocabularyModifier and TypeMethodDescriptionevidence.getEVIDENCE_CODE()experimentalForm.getEXPERIMENTAL_FORM_TYPE()physicalInteraction.getINTERACTION_TYPE()Methods in org.biopax.paxtools.model.level2 with parameters of type openControlledVocabularyModifier and TypeMethodDescriptionvoidevidence.addEVIDENCE_CODE(openControlledVocabulary EVIDENCE_CODE) voidexperimentalForm.addEXPERIMENTAL_FORM_TYPE(openControlledVocabulary EXPERIMENTAL_FORM_TYPE) voidphysicalInteraction.addINTERACTION_TYPE(openControlledVocabulary INTERACTION_TYPE) voidevidence.removeEVIDENCE_CODE(openControlledVocabulary EVIDENCE_CODE) voidexperimentalForm.removeEXPERIMENTAL_FORM_TYPE(openControlledVocabulary EXPERIMENTAL_FORM_TYPE) voidphysicalInteraction.removeINTERACTION_TYPE(openControlledVocabulary INTERACTION_TYPE) voidbioSource.setCELLTYPE(openControlledVocabulary CELLTYPE) voidphysicalEntityParticipant.setCELLULAR_LOCATION(openControlledVocabulary CELLULAR_LOCATION) voidsequenceFeature.setFEATURE_TYPE(openControlledVocabulary FEATURE_TYPE) voidbioSource.setTISSUE(openControlledVocabulary TISSUE) Method parameters in org.biopax.paxtools.model.level2 with type arguments of type openControlledVocabularyModifier and TypeMethodDescriptionvoidevidence.setEVIDENCE_CODE(Set<openControlledVocabulary> EVIDENCE_CODE) voidexperimentalForm.setEXPERIMENTAL_FORM_TYPE(Set<openControlledVocabulary> EXPERIMENTAL_FORM_TYPE) voidphysicalInteraction.setINTERACTION_TYPE(Set<openControlledVocabulary> INTERACTION_TYPE)