Uses of Class
org.biomage.BioSequence.SeqFeature

Packages that use SeqFeature
org.biomage.BioSequence   
org.biomage.Interface   
 

Uses of SeqFeature in org.biomage.BioSequence
 

Methods in org.biomage.BioSequence that return SeqFeature
 SeqFeature BioSequence.getFromSeqFeatures(int position)
          Method to get SeqFeature from SeqFeatures_list
 

Methods in org.biomage.BioSequence with parameters of type SeqFeature
 void BioSequence.addToSeqFeatures(int position, SeqFeature seqFeature)
          Method to add SeqFeature at position to SeqFeatures_list
 void BioSequence.addToSeqFeatures(SeqFeature seqFeature)
          Method to add SeqFeature to SeqFeatures_list
 void BioSequence.removeFromSeqFeatures(SeqFeature seqFeature)
          Method to remove first SeqFeature from SeqFeatures_list
 

Uses of SeqFeature in org.biomage.Interface
 

Methods in org.biomage.Interface that return SeqFeature
 SeqFeature HasSeqFeatures.getFromSeqFeatures(int position)
          Method to get SeqFeature from SeqFeatures_list
 

Methods in org.biomage.Interface with parameters of type SeqFeature
 void HasSeqFeatures.addToSeqFeatures(int position, SeqFeature seqFeature)
          Method to add SeqFeature at position to SeqFeatures_list
 void HasSeqFeatures.addToSeqFeatures(SeqFeature seqFeature)
          Method to add SeqFeature to SeqFeatures_list
 void HasSeqFeatures.removeFromSeqFeatures(SeqFeature seqFeature)
          Method to remove first SeqFeature from SeqFeatures_list