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

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

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

Classes in org.biopax.paxtools.impl.level3 that implement InteractionVocabulary
 class InteractionVocabularyImpl
           
 

Methods in org.biopax.paxtools.impl.level3 that return types with arguments of type InteractionVocabulary
 java.util.Set<InteractionVocabulary> InteractionImpl.getInteractionType()
           
 java.lang.Class<? extends InteractionVocabulary> InteractionVocabularyImpl.getModelInterface()
           
 

Methods in org.biopax.paxtools.impl.level3 with parameters of type InteractionVocabulary
 void InteractionImpl.addInteractionType(InteractionVocabulary newinteractionType)
           
 void InteractionImpl.removeInteractionType(InteractionVocabulary oldinteractionType)
           
 

Method parameters in org.biopax.paxtools.impl.level3 with type arguments of type InteractionVocabulary
 void InteractionImpl.setInteractionType(java.util.Set<InteractionVocabulary> interactionType)
           
 

Uses of InteractionVocabulary in org.biopax.paxtools.model.level3
 

Methods in org.biopax.paxtools.model.level3 that return types with arguments of type InteractionVocabulary
 java.util.Set<InteractionVocabulary> Interaction.getInteractionType()
          Controlled vocabulary term annotating the interaction type for example, "phosphorylation reaction".
 

Methods in org.biopax.paxtools.model.level3 with parameters of type InteractionVocabulary
 void Interaction.addInteractionType(InteractionVocabulary newinteractionType)
          Controlled vocabulary term annotating the interaction type for example, "phosphorylation reaction".
 void Interaction.removeInteractionType(InteractionVocabulary oldinteractionType)
          Controlled vocabulary term annotating the interaction type for example, "phosphorylation reaction".
 



Copyright © 2011 BioPAX. All Rights Reserved.