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

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

Parameters:
value - to set

getOntologyEntries

HasOntologyEntries.OntologyEntries_list getOntologyEntries()
Get method for ontologyEntries

Returns:
value of the attribute

addToOntologyEntries

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


addToOntologyEntries

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


getFromOntologyEntries

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


removeElementAtFromOntologyEntries

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


removeFromOntologyEntries

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