|
|||||||||
| 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 HasSubregions

- public interface HasSubregions
| Nested Class Summary | |
static class |
HasSubregions.Subregions_list
Inner list class for holding multiple entries for attribute subregions. |
| Method Summary | |
void |
addToSubregions(int position,
org.biomage.BioSequence.SeqFeatureLocation seqFeatureLocation)
Method to add SeqFeatureLocation at position to Subregions_list |
void |
addToSubregions(org.biomage.BioSequence.SeqFeatureLocation seqFeatureLocation)
Method to add SeqFeatureLocation to Subregions_list |
org.biomage.BioSequence.SeqFeatureLocation |
getFromSubregions(int position)
Method to get SeqFeatureLocation from Subregions_list |
HasSubregions.Subregions_list |
getSubregions()
Get method for subregions |
void |
removeElementAtFromSubregions(int position)
Method to remove by position from Subregions_list |
void |
removeFromSubregions(org.biomage.BioSequence.SeqFeatureLocation seqFeatureLocation)
Method to remove first SeqFeatureLocation from Subregions_list |
void |
setSubregions(HasSubregions.Subregions_list subregions)
Set method for subregions |
| Method Detail |
setSubregions
public void setSubregions(HasSubregions.Subregions_list subregions)
- Set method for subregions
getSubregions
public HasSubregions.Subregions_list getSubregions()
- Get method for subregions
addToSubregions
public void addToSubregions(org.biomage.BioSequence.SeqFeatureLocation seqFeatureLocation)
- Method to add SeqFeatureLocation to Subregions_list
addToSubregions
public void addToSubregions(int position,
org.biomage.BioSequence.SeqFeatureLocation seqFeatureLocation)
- Method to add SeqFeatureLocation at position to Subregions_list
getFromSubregions
public org.biomage.BioSequence.SeqFeatureLocation getFromSubregions(int position)
- Method to get SeqFeatureLocation from Subregions_list
removeElementAtFromSubregions
public void removeElementAtFromSubregions(int position)
- Method to remove by position from Subregions_list
removeFromSubregions
public void removeFromSubregions(org.biomage.BioSequence.SeqFeatureLocation seqFeatureLocation)
- Method to remove first SeqFeatureLocation from Subregions_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC