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

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


getRegions

public HasRegions.Regions_list getRegions()
Get method for regions

Returns:
value of the attribute

addToRegions

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


addToRegions

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


getFromRegions

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


removeElementAtFromRegions

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


removeFromRegions

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



Copyright (C) 2002 The MicroArray Gene Expression Database group (MGED) All rights reserved.