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

- public interface HasSeqFeatures
| Nested Class Summary | |
static class |
HasSeqFeatures.SeqFeatures_list
Inner list class for holding multiple entries for attribute seqFeatures. |
| Method Summary | |
void |
addToSeqFeatures(int position,
org.biomage.BioSequence.SeqFeature seqFeature)
Method to add SeqFeature at position to SeqFeatures_list |
void |
addToSeqFeatures(org.biomage.BioSequence.SeqFeature seqFeature)
Method to add SeqFeature to SeqFeatures_list |
org.biomage.BioSequence.SeqFeature |
getFromSeqFeatures(int position)
Method to get SeqFeature from SeqFeatures_list |
HasSeqFeatures.SeqFeatures_list |
getSeqFeatures()
Get method for seqFeatures |
void |
removeElementAtFromSeqFeatures(int position)
Method to remove by position from SeqFeatures_list |
void |
removeFromSeqFeatures(org.biomage.BioSequence.SeqFeature seqFeature)
Method to remove first SeqFeature from SeqFeatures_list |
void |
setSeqFeatures(HasSeqFeatures.SeqFeatures_list seqFeatures)
Set method for seqFeatures |
| Method Detail |
setSeqFeatures
public void setSeqFeatures(HasSeqFeatures.SeqFeatures_list seqFeatures)
- Set method for seqFeatures
getSeqFeatures
public HasSeqFeatures.SeqFeatures_list getSeqFeatures()
- Get method for seqFeatures
addToSeqFeatures
public void addToSeqFeatures(org.biomage.BioSequence.SeqFeature seqFeature)
- Method to add SeqFeature to SeqFeatures_list
addToSeqFeatures
public void addToSeqFeatures(int position,
org.biomage.BioSequence.SeqFeature seqFeature)
- Method to add SeqFeature at position to SeqFeatures_list
getFromSeqFeatures
public org.biomage.BioSequence.SeqFeature getFromSeqFeatures(int position)
- Method to get SeqFeature from SeqFeatures_list
removeElementAtFromSeqFeatures
public void removeElementAtFromSeqFeatures(int position)
- Method to remove by position from SeqFeatures_list
removeFromSeqFeatures
public void removeFromSeqFeatures(org.biomage.BioSequence.SeqFeature seqFeature)
- Method to remove first SeqFeature from SeqFeatures_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC