Uses of Class
org.biomage.BioMaterial.Compound

Packages that use Compound
org.biomage.BioAssay   
org.biomage.BioMaterial   
org.biomage.Interface   
 

Uses of Compound in org.biomage.BioAssay
 

Methods in org.biomage.BioAssay that return Compound
 Compound Channel.getFromLabels(int position)
          Method to get Compound from Labels_list
 

Methods in org.biomage.BioAssay with parameters of type Compound
 void Channel.addToLabels(Compound compound)
          Method to add Compound to Labels_list
 void Channel.addToLabels(int position, Compound compound)
          Method to add Compound at position to Labels_list
 void Channel.removeFromLabels(Compound compound)
          Method to remove first Compound from Labels_list
 

Uses of Compound in org.biomage.BioMaterial
 

Fields in org.biomage.BioMaterial declared as Compound
protected  Compound CompoundMeasurement.compound
          A Compound to be used to create another Compound.
 

Methods in org.biomage.BioMaterial that return Compound
 Compound CompoundMeasurement.getCompound()
          Get method for compound
 Compound BioMaterial_package.getFromCompound_list(int position)
          Method to get Compound from Compound_list
 Compound LabeledExtract.getFromLabels(int position)
          Method to get Compound from Labels_list
 

Methods in org.biomage.BioMaterial with parameters of type Compound
 void BioMaterial_package.addToCompound_list(Compound compound)
          Method to add Compound to Compound_list
 void BioMaterial_package.addToCompound_list(int position, Compound compound)
          Method to add Compound at position to Compound_list
 void LabeledExtract.addToLabels(Compound compound)
          Method to add Compound to Labels_list
 void LabeledExtract.addToLabels(int position, Compound compound)
          Method to add Compound at position to Labels_list
 void BioMaterial_package.removeFromCompound_list(Compound compound)
          Method to remove first Compound from Compound_list
 void LabeledExtract.removeFromLabels(Compound compound)
          Method to remove first Compound from Labels_list
 void CompoundMeasurement.setCompound(Compound compound)
          Set method for compound
 

Uses of Compound in org.biomage.Interface
 

Methods in org.biomage.Interface that return Compound
 Compound HasCompound.getCompound()
          Get method for compound
 Compound HasLabels.getFromLabels(int position)
          Method to get Compound from Labels_list
 

Methods in org.biomage.Interface with parameters of type Compound
 void HasLabels.addToLabels(Compound compound)
          Method to add Compound to Labels_list
 void HasLabels.addToLabels(int position, Compound compound)
          Method to add Compound at position to Labels_list
 void HasLabels.removeFromLabels(Compound compound)
          Method to remove first Compound from Labels_list
 void HasCompound.setCompound(Compound compound)
          Set method for compound