Uses of Interface
org.biopax.paxtools.model.level3.InteractionVocabulary
Packages that use InteractionVocabulary
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 InteractionVocabulary in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement InteractionVocabularyMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type InteractionVocabularyModifier and TypeMethodDescriptionInteractionImpl.getInteractionType()Class<? extends InteractionVocabulary>InteractionVocabularyImpl.getModelInterface()Methods in org.biopax.paxtools.impl.level3 with parameters of type InteractionVocabularyModifier and TypeMethodDescriptionvoidInteractionImpl.addInteractionType(InteractionVocabulary newinteractionType) voidInteractionImpl.removeInteractionType(InteractionVocabulary oldinteractionType) -
Uses of InteractionVocabulary in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return types with arguments of type InteractionVocabularyModifier and TypeMethodDescriptionInteraction.getInteractionType()Controlled vocabulary term annotating the interaction type for example, "phosphorylation reaction".Methods in org.biopax.paxtools.model.level3 with parameters of type InteractionVocabularyModifier and TypeMethodDescriptionvoidInteraction.addInteractionType(InteractionVocabulary newinteractionType) Controlled vocabulary term annotating the interaction type for example, "phosphorylation reaction".voidInteraction.removeInteractionType(InteractionVocabulary oldinteractionType) Controlled vocabulary term annotating the interaction type for example, "phosphorylation reaction".