Uses of Interface
org.biopax.paxtools.model.level3.SequenceRegionVocabulary
Packages that use SequenceRegionVocabulary
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 SequenceRegionVocabulary in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement SequenceRegionVocabularyMethods in org.biopax.paxtools.impl.level3 that return SequenceRegionVocabularyMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type SequenceRegionVocabularyModifier and TypeMethodDescriptionClass<? extends SequenceRegionVocabulary> SequenceRegionVocabularyImpl.getModelInterface()NucleicAcidRegionReferenceImpl.getRegionType()Methods in org.biopax.paxtools.impl.level3 with parameters of type SequenceRegionVocabularyModifier and TypeMethodDescriptionvoidNucleicAcidRegionReferenceImpl.addRegionType(SequenceRegionVocabulary regionType) voidNucleicAcidRegionReferenceImpl.removeRegionType(SequenceRegionVocabulary regionType) voidEntityFeatureImpl.setFeatureLocationType(SequenceRegionVocabulary regionVocabulary) -
Uses of SequenceRegionVocabulary in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return SequenceRegionVocabularyModifier and TypeMethodDescriptionEntityFeature.getFeatureLocationType()A controlled vocabulary term describing the type of the sequence location such as C-Terminal or SH2 Domain.Methods in org.biopax.paxtools.model.level3 that return types with arguments of type SequenceRegionVocabularyMethods in org.biopax.paxtools.model.level3 with parameters of type SequenceRegionVocabularyModifier and TypeMethodDescriptionvoidNucleicAcidRegionReference.addRegionType(SequenceRegionVocabulary regionType) voidNucleicAcidRegionReference.removeRegionType(SequenceRegionVocabulary regionType) voidEntityFeature.setFeatureLocationType(SequenceRegionVocabulary regionVocabulary) A controlled vocabulary term describing the type of the sequence location such as C-Terminal or SH2 Domain.