org.biomage.Interface
Interface HasRegions

All Known Implementing Classes:
SeqFeature

public interface HasRegions


Nested Class Summary
static class HasRegions.Regions_list
          Inner list class for holding multiple entries for attribute regions.
 
Method Summary
 void addToRegions(int position, SeqFeatureLocation seqFeatureLocation)
          Method to add SeqFeatureLocation at position to Regions_list
 void addToRegions(SeqFeatureLocation seqFeatureLocation)
          Method to add SeqFeatureLocation to Regions_list
 SeqFeatureLocation getFromRegions(int position)
          Method to get SeqFeatureLocation from Regions_list
 HasRegions.Regions_list getRegions()
          Get method for regions
 void removeElementAtFromRegions(int position)
          Method to remove by position from Regions_list
 void removeFromRegions(SeqFeatureLocation seqFeatureLocation)
          Method to remove first SeqFeatureLocation from Regions_list
 void setRegions(HasRegions.Regions_list regions)
          Set method for regions
 

Method Detail

setRegions

void setRegions(HasRegions.Regions_list regions)
Set method for regions

Parameters:
value - to set

getRegions

HasRegions.Regions_list getRegions()
Get method for regions

Returns:
value of the attribute

addToRegions

void addToRegions(SeqFeatureLocation seqFeatureLocation)
Method to add SeqFeatureLocation to Regions_list


addToRegions

void addToRegions(int position,
                  SeqFeatureLocation seqFeatureLocation)
Method to add SeqFeatureLocation at position to Regions_list


getFromRegions

SeqFeatureLocation getFromRegions(int position)
Method to get SeqFeatureLocation from Regions_list


removeElementAtFromRegions

void removeElementAtFromRegions(int position)
Method to remove by position from Regions_list


removeFromRegions

void removeFromRegions(SeqFeatureLocation seqFeatureLocation)
Method to remove first SeqFeatureLocation from Regions_list