|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void setRegions(HasRegions.Regions_list regions)
value
- to setHasRegions.Regions_list getRegions()
void addToRegions(SeqFeatureLocation seqFeatureLocation)
void addToRegions(int position, SeqFeatureLocation seqFeatureLocation)
SeqFeatureLocation getFromRegions(int position)
void removeElementAtFromRegions(int position)
void removeFromRegions(SeqFeatureLocation seqFeatureLocation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |