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

- public interface HasBiologicalCharacteristics
| Nested Class Summary | |
static class |
HasBiologicalCharacteristics.BiologicalCharacteristics_list
Inner list class for holding multiple entries for attribute biologicalCharacteristics. |
| Method Summary | |
void |
addToBiologicalCharacteristics(org.biomage.BioSequence.BioSequence bioSequence)
Method to add BioSequence to BiologicalCharacteristics_list |
void |
addToBiologicalCharacteristics(int position,
org.biomage.BioSequence.BioSequence bioSequence)
Method to add BioSequence at position to BiologicalCharacteristics_list |
HasBiologicalCharacteristics.BiologicalCharacteristics_list |
getBiologicalCharacteristics()
Get method for biologicalCharacteristics |
org.biomage.BioSequence.BioSequence |
getFromBiologicalCharacteristics(int position)
Method to get BioSequence from BiologicalCharacteristics_list |
void |
removeElementAtFromBiologicalCharacteristics(int position)
Method to remove by position from BiologicalCharacteristics_list |
void |
removeFromBiologicalCharacteristics(org.biomage.BioSequence.BioSequence bioSequence)
Method to remove first BioSequence from BiologicalCharacteristics_list |
void |
setBiologicalCharacteristics(HasBiologicalCharacteristics.BiologicalCharacteristics_list biologicalCharacteristics)
Set method for biologicalCharacteristics |
| Method Detail |
setBiologicalCharacteristics
public void setBiologicalCharacteristics(HasBiologicalCharacteristics.BiologicalCharacteristics_list biologicalCharacteristics)
- Set method for biologicalCharacteristics
getBiologicalCharacteristics
public HasBiologicalCharacteristics.BiologicalCharacteristics_list getBiologicalCharacteristics()
- Get method for biologicalCharacteristics
addToBiologicalCharacteristics
public void addToBiologicalCharacteristics(org.biomage.BioSequence.BioSequence bioSequence)
- Method to add BioSequence to BiologicalCharacteristics_list
addToBiologicalCharacteristics
public void addToBiologicalCharacteristics(int position,
org.biomage.BioSequence.BioSequence bioSequence)
- Method to add BioSequence at position to
BiologicalCharacteristics_list
getFromBiologicalCharacteristics
public org.biomage.BioSequence.BioSequence getFromBiologicalCharacteristics(int position)
- Method to get BioSequence from BiologicalCharacteristics_list
removeElementAtFromBiologicalCharacteristics
public void removeElementAtFromBiologicalCharacteristics(int position)
- Method to remove by position from BiologicalCharacteristics_list
removeFromBiologicalCharacteristics
public void removeFromBiologicalCharacteristics(org.biomage.BioSequence.BioSequence bioSequence)
- Method to remove first BioSequence from
BiologicalCharacteristics_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC