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

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

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

Classes in org.biopax.paxtools.impl.level3 that implement SequenceRegionVocabulary
 class SequenceRegionVocabularyImpl
           
 

Methods in org.biopax.paxtools.impl.level3 that return SequenceRegionVocabulary
 SequenceRegionVocabulary EntityFeatureImpl.getFeatureLocationType()
           
 

Methods in org.biopax.paxtools.impl.level3 that return types with arguments of type SequenceRegionVocabulary
 java.lang.Class<? extends SequenceRegionVocabulary> SequenceRegionVocabularyImpl.getModelInterface()
           
 java.util.Set<SequenceRegionVocabulary> NucleicAcidRegionReferenceImpl.getRegionType()
           
 

Methods in org.biopax.paxtools.impl.level3 with parameters of type SequenceRegionVocabulary
 void NucleicAcidRegionReferenceImpl.addRegionType(SequenceRegionVocabulary regionType)
           
 void NucleicAcidRegionReferenceImpl.removeRegionType(SequenceRegionVocabulary regionType)
           
 void EntityFeatureImpl.setFeatureLocationType(SequenceRegionVocabulary regionVocabulary)
           
 

Method parameters in org.biopax.paxtools.impl.level3 with type arguments of type SequenceRegionVocabulary
protected  void NucleicAcidRegionReferenceImpl.setRegionType(java.util.Set<SequenceRegionVocabulary> regionType)
           
 

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

Methods in org.biopax.paxtools.model.level3 that return SequenceRegionVocabulary
 SequenceRegionVocabulary EntityFeature.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 SequenceRegionVocabulary
 java.util.Set<SequenceRegionVocabulary> NucleicAcidRegionReference.getRegionType()
           
 

Methods in org.biopax.paxtools.model.level3 with parameters of type SequenceRegionVocabulary
 void NucleicAcidRegionReference.addRegionType(SequenceRegionVocabulary regionType)
           
 void NucleicAcidRegionReference.removeRegionType(SequenceRegionVocabulary regionType)
           
 void EntityFeature.setFeatureLocationType(SequenceRegionVocabulary regionVocabulary)
          A controlled vocabulary term describing the type of the sequence location such as C-Terminal or SH2 Domain.
 



Copyright © 2011 BioPAX. All Rights Reserved.