org.biomage.Interface
Interface HasBiologicalCharacteristics

All Known Implementing Classes:
CompositeSequence

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(BioSequence bioSequence)
          Method to add BioSequence to BiologicalCharacteristics_list
 void addToBiologicalCharacteristics(int position, BioSequence bioSequence)
          Method to add BioSequence at position to BiologicalCharacteristics_list
 HasBiologicalCharacteristics.BiologicalCharacteristics_list getBiologicalCharacteristics()
          Get method for biologicalCharacteristics
 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(BioSequence bioSequence)
          Method to remove first BioSequence from BiologicalCharacteristics_list
 void setBiologicalCharacteristics(HasBiologicalCharacteristics.BiologicalCharacteristics_list biologicalCharacteristics)
          Set method for biologicalCharacteristics
 

Method Detail

setBiologicalCharacteristics

void setBiologicalCharacteristics(HasBiologicalCharacteristics.BiologicalCharacteristics_list biologicalCharacteristics)
Set method for biologicalCharacteristics

Parameters:
value - to set

getBiologicalCharacteristics

HasBiologicalCharacteristics.BiologicalCharacteristics_list getBiologicalCharacteristics()
Get method for biologicalCharacteristics

Returns:
value of the attribute

addToBiologicalCharacteristics

void addToBiologicalCharacteristics(BioSequence bioSequence)
Method to add BioSequence to BiologicalCharacteristics_list


addToBiologicalCharacteristics

void addToBiologicalCharacteristics(int position,
                                    BioSequence bioSequence)
Method to add BioSequence at position to BiologicalCharacteristics_list


getFromBiologicalCharacteristics

BioSequence getFromBiologicalCharacteristics(int position)
Method to get BioSequence from BiologicalCharacteristics_list


removeElementAtFromBiologicalCharacteristics

void removeElementAtFromBiologicalCharacteristics(int position)
Method to remove by position from BiologicalCharacteristics_list


removeFromBiologicalCharacteristics

void removeFromBiologicalCharacteristics(BioSequence bioSequence)
Method to remove first BioSequence from BiologicalCharacteristics_list