org.biomage.Interface
Interface HasAnnotations

All Known Implementing Classes:
Description, ExperimentalFactor

public interface HasAnnotations


Nested Class Summary
static class HasAnnotations.Annotations_list
          Inner list class for holding multiple entries for attribute annotations.
 
Method Summary
 void addToAnnotations(int position, OntologyEntry ontologyEntry)
          Method to add OntologyEntry at position to Annotations_list
 void addToAnnotations(OntologyEntry ontologyEntry)
          Method to add OntologyEntry to Annotations_list
 HasAnnotations.Annotations_list getAnnotations()
          Get method for annotations
 OntologyEntry getFromAnnotations(int position)
          Method to get OntologyEntry from Annotations_list
 void removeElementAtFromAnnotations(int position)
          Method to remove by position from Annotations_list
 void removeFromAnnotations(OntologyEntry ontologyEntry)
          Method to remove first OntologyEntry from Annotations_list
 void setAnnotations(HasAnnotations.Annotations_list annotations)
          Set method for annotations
 

Method Detail

setAnnotations

void setAnnotations(HasAnnotations.Annotations_list annotations)
Set method for annotations

Parameters:
value - to set

getAnnotations

HasAnnotations.Annotations_list getAnnotations()
Get method for annotations

Returns:
value of the attribute

addToAnnotations

void addToAnnotations(OntologyEntry ontologyEntry)
Method to add OntologyEntry to Annotations_list


addToAnnotations

void addToAnnotations(int position,
                      OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to Annotations_list


getFromAnnotations

OntologyEntry getFromAnnotations(int position)
Method to get OntologyEntry from Annotations_list


removeElementAtFromAnnotations

void removeElementAtFromAnnotations(int position)
Method to remove by position from Annotations_list


removeFromAnnotations

void removeFromAnnotations(OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from Annotations_list