org.biomage.Interface
Interface HasCharacteristics

All Known Implementing Classes:
BioMaterial

public interface HasCharacteristics


Nested Class Summary
static class HasCharacteristics.Characteristics_list
          Inner list class for holding multiple entries for attribute characteristics.
 
Method Summary
 void addToCharacteristics(int position, OntologyEntry ontologyEntry)
          Method to add OntologyEntry at position to Characteristics_list
 void addToCharacteristics(OntologyEntry ontologyEntry)
          Method to add OntologyEntry to Characteristics_list
 HasCharacteristics.Characteristics_list getCharacteristics()
          Get method for characteristics
 OntologyEntry getFromCharacteristics(int position)
          Method to get OntologyEntry from Characteristics_list
 void removeElementAtFromCharacteristics(int position)
          Method to remove by position from Characteristics_list
 void removeFromCharacteristics(OntologyEntry ontologyEntry)
          Method to remove first OntologyEntry from Characteristics_list
 void setCharacteristics(HasCharacteristics.Characteristics_list characteristics)
          Set method for characteristics
 

Method Detail

setCharacteristics

public void setCharacteristics(HasCharacteristics.Characteristics_list characteristics)
Set method for characteristics


getCharacteristics

public HasCharacteristics.Characteristics_list getCharacteristics()
Get method for characteristics

Returns:
value of the attribute

addToCharacteristics

public void addToCharacteristics(OntologyEntry ontologyEntry)
Method to add OntologyEntry to Characteristics_list


addToCharacteristics

public void addToCharacteristics(int position,
                                 OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to Characteristics_list


getFromCharacteristics

public OntologyEntry getFromCharacteristics(int position)
Method to get OntologyEntry from Characteristics_list


removeElementAtFromCharacteristics

public void removeElementAtFromCharacteristics(int position)
Method to remove by position from Characteristics_list


removeFromCharacteristics

public void removeFromCharacteristics(OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from Characteristics_list



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