Uses of Class
org.biomage.BioSequence.SeqFeatureLocation

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

Uses of SeqFeatureLocation in org.biomage.BioSequence
 

Methods in org.biomage.BioSequence that return SeqFeatureLocation
 SeqFeatureLocation SeqFeature.getFromRegions(int position)
          Method to get SeqFeatureLocation from Regions_list
 SeqFeatureLocation SeqFeatureLocation.getFromSubregions(int position)
          Method to get SeqFeatureLocation from Subregions_list
 

Methods in org.biomage.BioSequence with parameters of type SeqFeatureLocation
 void SeqFeature.addToRegions(int position, SeqFeatureLocation seqFeatureLocation)
          Method to add SeqFeatureLocation at position to Regions_list
 void SeqFeature.addToRegions(SeqFeatureLocation seqFeatureLocation)
          Method to add SeqFeatureLocation to Regions_list
 void SeqFeatureLocation.addToSubregions(int position, SeqFeatureLocation seqFeatureLocation)
          Method to add SeqFeatureLocation at position to Subregions_list
 void SeqFeatureLocation.addToSubregions(SeqFeatureLocation seqFeatureLocation)
          Method to add SeqFeatureLocation to Subregions_list
 void SeqFeature.removeFromRegions(SeqFeatureLocation seqFeatureLocation)
          Method to remove first SeqFeatureLocation from Regions_list
 void SeqFeatureLocation.removeFromSubregions(SeqFeatureLocation seqFeatureLocation)
          Method to remove first SeqFeatureLocation from Subregions_list
 

Uses of SeqFeatureLocation in org.biomage.Interface
 

Methods in org.biomage.Interface that return SeqFeatureLocation
 SeqFeatureLocation HasRegions.getFromRegions(int position)
          Method to get SeqFeatureLocation from Regions_list
 SeqFeatureLocation HasSubregions.getFromSubregions(int position)
          Method to get SeqFeatureLocation from Subregions_list
 

Methods in org.biomage.Interface with parameters of type SeqFeatureLocation
 void HasRegions.addToRegions(int position, SeqFeatureLocation seqFeatureLocation)
          Method to add SeqFeatureLocation at position to Regions_list
 void HasRegions.addToRegions(SeqFeatureLocation seqFeatureLocation)
          Method to add SeqFeatureLocation to Regions_list
 void HasSubregions.addToSubregions(int position, SeqFeatureLocation seqFeatureLocation)
          Method to add SeqFeatureLocation at position to Subregions_list
 void HasSubregions.addToSubregions(SeqFeatureLocation seqFeatureLocation)
          Method to add SeqFeatureLocation to Subregions_list
 void HasRegions.removeFromRegions(SeqFeatureLocation seqFeatureLocation)
          Method to remove first SeqFeatureLocation from Regions_list
 void HasSubregions.removeFromSubregions(SeqFeatureLocation seqFeatureLocation)
          Method to remove first SeqFeatureLocation from Subregions_list