org.biomage.Interface
Interface HasOntologyEntries

All Known Implementing Classes:
BioSequence

public interface HasOntologyEntries


Nested Class Summary
static class HasOntologyEntries.OntologyEntries_list
          Inner list class for holding multiple entries for attribute ontologyEntries.
 
Method Summary
 void addToOntologyEntries(int position, OntologyEntry ontologyEntry)
          Method to add OntologyEntry at position to OntologyEntries_list
 void addToOntologyEntries(OntologyEntry ontologyEntry)
          Method to add OntologyEntry to OntologyEntries_list
 OntologyEntry getFromOntologyEntries(int position)
          Method to get OntologyEntry from OntologyEntries_list
 HasOntologyEntries.OntologyEntries_list getOntologyEntries()
          Get method for ontologyEntries
 void removeElementAtFromOntologyEntries(int position)
          Method to remove by position from OntologyEntries_list
 void removeFromOntologyEntries(OntologyEntry ontologyEntry)
          Method to remove first OntologyEntry from OntologyEntries_list
 void setOntologyEntries(HasOntologyEntries.OntologyEntries_list ontologyEntries)
          Set method for ontologyEntries
 

Method Detail

setOntologyEntries

public void setOntologyEntries(HasOntologyEntries.OntologyEntries_list ontologyEntries)
Set method for ontologyEntries


getOntologyEntries

public HasOntologyEntries.OntologyEntries_list getOntologyEntries()
Get method for ontologyEntries

Returns:
value of the attribute

addToOntologyEntries

public void addToOntologyEntries(OntologyEntry ontologyEntry)
Method to add OntologyEntry to OntologyEntries_list


addToOntologyEntries

public void addToOntologyEntries(int position,
                                 OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to OntologyEntries_list


getFromOntologyEntries

public OntologyEntry getFromOntologyEntries(int position)
Method to get OntologyEntry from OntologyEntries_list


removeElementAtFromOntologyEntries

public void removeElementAtFromOntologyEntries(int position)
Method to remove by position from OntologyEntries_list


removeFromOntologyEntries

public void removeFromOntologyEntries(OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from OntologyEntries_list



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