Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.biomage.BioMaterial.Compound

Uses of Compound in org.biomage.BioMaterial
 

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

Methods in org.biomage.BioMaterial that return Compound
 Compound BioMaterial_package.getFromCompound_list(int position)
          Method to get Compound from Compound_list
 Compound CompoundMeasurement.getCompound()
          Get method for compound
 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 BioMaterial_package.removeFromCompound_list(Compound compound)
          Method to remove first Compound from Compound_list
 void CompoundMeasurement.setCompound(Compound compound)
          Set method for compound
 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 LabeledExtract.removeFromLabels(Compound compound)
          Method to remove first Compound from Labels_list