|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.biomage.Interface
Interface HasRegions

- 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,
org.biomage.BioSequence.SeqFeatureLocation seqFeatureLocation)
Method to add SeqFeatureLocation at position to Regions_list |
void |
addToRegions(org.biomage.BioSequence.SeqFeatureLocation seqFeatureLocation)
Method to add SeqFeatureLocation to Regions_list |
org.biomage.BioSequence.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(org.biomage.BioSequence.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
addToRegions
public void addToRegions(org.biomage.BioSequence.SeqFeatureLocation seqFeatureLocation)
- Method to add SeqFeatureLocation to Regions_list
addToRegions
public void addToRegions(int position,
org.biomage.BioSequence.SeqFeatureLocation seqFeatureLocation)
- Method to add SeqFeatureLocation at position to Regions_list
getFromRegions
public org.biomage.BioSequence.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(org.biomage.BioSequence.SeqFeatureLocation seqFeatureLocation)
- Method to remove first SeqFeatureLocation from Regions_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC