Uses of Class
org.biomage.BioMaterial.CompoundMeasurement

Packages that use CompoundMeasurement
org.biomage.BioMaterial   
org.biomage.Interface   
 

Uses of CompoundMeasurement in org.biomage.BioMaterial
 

Methods in org.biomage.BioMaterial that return CompoundMeasurement
 CompoundMeasurement Compound.getFromComponentCompounds(int position)
          Method to get CompoundMeasurement from ComponentCompounds_list
 CompoundMeasurement Treatment.getFromCompoundMeasurements(int position)
          Method to get CompoundMeasurement from CompoundMeasurements_list
 

Methods in org.biomage.BioMaterial with parameters of type CompoundMeasurement
 void Compound.addToComponentCompounds(CompoundMeasurement compoundMeasurement)
          Method to add CompoundMeasurement to ComponentCompounds_list
 void Compound.addToComponentCompounds(int position, CompoundMeasurement compoundMeasurement)
          Method to add CompoundMeasurement at position to ComponentCompounds_list
 void Treatment.addToCompoundMeasurements(CompoundMeasurement compoundMeasurement)
          Method to add CompoundMeasurement to CompoundMeasurements_list
 void Treatment.addToCompoundMeasurements(int position, CompoundMeasurement compoundMeasurement)
          Method to add CompoundMeasurement at position to CompoundMeasurements_list
 void Compound.removeFromComponentCompounds(CompoundMeasurement compoundMeasurement)
          Method to remove first CompoundMeasurement from ComponentCompounds_list
 void Treatment.removeFromCompoundMeasurements(CompoundMeasurement compoundMeasurement)
          Method to remove first CompoundMeasurement from CompoundMeasurements_list
 

Uses of CompoundMeasurement in org.biomage.Interface
 

Methods in org.biomage.Interface that return CompoundMeasurement
 CompoundMeasurement HasComponentCompounds.getFromComponentCompounds(int position)
          Method to get CompoundMeasurement from ComponentCompounds_list
 CompoundMeasurement HasCompoundMeasurements.getFromCompoundMeasurements(int position)
          Method to get CompoundMeasurement from CompoundMeasurements_list
 

Methods in org.biomage.Interface with parameters of type CompoundMeasurement
 void HasComponentCompounds.addToComponentCompounds(CompoundMeasurement compoundMeasurement)
          Method to add CompoundMeasurement to ComponentCompounds_list
 void HasComponentCompounds.addToComponentCompounds(int position, CompoundMeasurement compoundMeasurement)
          Method to add CompoundMeasurement at position to ComponentCompounds_list
 void HasCompoundMeasurements.addToCompoundMeasurements(CompoundMeasurement compoundMeasurement)
          Method to add CompoundMeasurement to CompoundMeasurements_list
 void HasCompoundMeasurements.addToCompoundMeasurements(int position, CompoundMeasurement compoundMeasurement)
          Method to add CompoundMeasurement at position to CompoundMeasurements_list
 void HasComponentCompounds.removeFromComponentCompounds(CompoundMeasurement compoundMeasurement)
          Method to remove first CompoundMeasurement from ComponentCompounds_list
 void HasCompoundMeasurements.removeFromCompoundMeasurements(CompoundMeasurement compoundMeasurement)
          Method to remove first CompoundMeasurement from CompoundMeasurements_list