org.biomage.Interface
Interface HasCompoundIndices

All Known Implementing Classes:
Compound

public interface HasCompoundIndices


Nested Class Summary
static class HasCompoundIndices.CompoundIndices_list
          Inner list class for holding multiple entries for attribute compoundIndices.
 
Method Summary
 void addToCompoundIndices(int position, OntologyEntry ontologyEntry)
          Method to add OntologyEntry at position to CompoundIndices_list
 void addToCompoundIndices(OntologyEntry ontologyEntry)
          Method to add OntologyEntry to CompoundIndices_list
 HasCompoundIndices.CompoundIndices_list getCompoundIndices()
          Get method for compoundIndices
 OntologyEntry getFromCompoundIndices(int position)
          Method to get OntologyEntry from CompoundIndices_list
 void removeElementAtFromCompoundIndices(int position)
          Method to remove by position from CompoundIndices_list
 void removeFromCompoundIndices(OntologyEntry ontologyEntry)
          Method to remove first OntologyEntry from CompoundIndices_list
 void setCompoundIndices(HasCompoundIndices.CompoundIndices_list compoundIndices)
          Set method for compoundIndices
 

Method Detail

setCompoundIndices

void setCompoundIndices(HasCompoundIndices.CompoundIndices_list compoundIndices)
Set method for compoundIndices

Parameters:
value - to set

getCompoundIndices

HasCompoundIndices.CompoundIndices_list getCompoundIndices()
Get method for compoundIndices

Returns:
value of the attribute

addToCompoundIndices

void addToCompoundIndices(OntologyEntry ontologyEntry)
Method to add OntologyEntry to CompoundIndices_list


addToCompoundIndices

void addToCompoundIndices(int position,
                          OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to CompoundIndices_list


getFromCompoundIndices

OntologyEntry getFromCompoundIndices(int position)
Method to get OntologyEntry from CompoundIndices_list


removeElementAtFromCompoundIndices

void removeElementAtFromCompoundIndices(int position)
Method to remove by position from CompoundIndices_list


removeFromCompoundIndices

void removeFromCompoundIndices(OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from CompoundIndices_list