Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.biomage.BioSequence.SeqFeature

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(SeqFeature seqFeature)
          Method to add SeqFeature to SeqFeatures_list
 void BioSequence.addToSeqFeatures(int position, SeqFeature seqFeature)
          Method to add SeqFeature at position to SeqFeatures_list
 void BioSequence.removeFromSeqFeatures(SeqFeature seqFeature)
          Method to remove first SeqFeature from SeqFeatures_list