org.biomage.Interface
Interface HasAssociations

All Known Implementing Classes:
Age, Biometrics, ChromosomalAberration, MGEDOntologyClassEntry, MGEDOntologyEntry, MGEDOntologyPropertyEntry, OntologyEntry

public interface HasAssociations


Nested Class Summary
static class HasAssociations.Associations_list
          Inner list class for holding multiple entries for attribute associations.
 
Method Summary
 void addToAssociations(int position, OntologyEntry ontologyEntry)
          Method to add OntologyEntry at position to Associations_list
 void addToAssociations(OntologyEntry ontologyEntry)
          Method to add OntologyEntry to Associations_list
 HasAssociations.Associations_list getAssociations()
          Get method for associations
 OntologyEntry getFromAssociations(int position)
          Method to get OntologyEntry from Associations_list
 void removeElementAtFromAssociations(int position)
          Method to remove by position from Associations_list
 void removeFromAssociations(OntologyEntry ontologyEntry)
          Method to remove first OntologyEntry from Associations_list
 void setAssociations(HasAssociations.Associations_list associations)
          Set method for associations
 

Method Detail

setAssociations

void setAssociations(HasAssociations.Associations_list associations)
Set method for associations

Parameters:
value - to set

getAssociations

HasAssociations.Associations_list getAssociations()
Get method for associations

Returns:
value of the attribute

addToAssociations

void addToAssociations(OntologyEntry ontologyEntry)
Method to add OntologyEntry to Associations_list


addToAssociations

void addToAssociations(int position,
                       OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to Associations_list


getFromAssociations

OntologyEntry getFromAssociations(int position)
Method to get OntologyEntry from Associations_list


removeElementAtFromAssociations

void removeElementAtFromAssociations(int position)
Method to remove by position from Associations_list


removeFromAssociations

void removeFromAssociations(OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from Associations_list