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

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


getBiologicalCharacteristics

public HasBiologicalCharacteristics.BiologicalCharacteristics_list getBiologicalCharacteristics()
Get method for biologicalCharacteristics

Returns:
value of the attribute

addToBiologicalCharacteristics

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


addToBiologicalCharacteristics

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


getFromBiologicalCharacteristics

public 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(BioSequence bioSequence)
Method to remove first BioSequence from BiologicalCharacteristics_list



Copyright (C) 2002 The MicroArray Gene Expression Database group (MGED) All rights reserved.