Uses of Interface
gov.nih.nci.mageom.domain.BioMaterial.CompoundMeasurement

Packages that use CompoundMeasurement
gov.nih.nci.mageom.domain.BioMaterial   
gov.nih.nci.mageom.domain.BioMaterial.impl   
 

Uses of CompoundMeasurement in gov.nih.nci.mageom.domain.BioMaterial
 

Methods in gov.nih.nci.mageom.domain.BioMaterial that return CompoundMeasurement
 CompoundMeasurement[] Compound.getComponentCompounds()
          Returns the value of this Compound object's componentCompounds attribute.
 CompoundMeasurement[] Treatment.getCompoundMeasurements()
          Returns the value of this Treatment object's compoundMeasurements attribute.
 

Methods in gov.nih.nci.mageom.domain.BioMaterial with parameters of type CompoundMeasurement
 void Compound.setComponentCompounds(CompoundMeasurement[] p_componentCompounds)
          Sets the componentCompounds attribute.
 void Treatment.setCompoundMeasurements(CompoundMeasurement[] p_compoundMeasurements)
          Sets the compoundMeasurements attribute.
 

Uses of CompoundMeasurement in gov.nih.nci.mageom.domain.BioMaterial.impl
 

Classes in gov.nih.nci.mageom.domain.BioMaterial.impl that implement CompoundMeasurement
 class CompoundMeasurementImpl
          A CompoundMeasurement is a pairing of a source Compound and an amount (Measurement) of that Compound.
 

Fields in gov.nih.nci.mageom.domain.BioMaterial.impl declared as CompoundMeasurement
protected  CompoundMeasurement[] CompoundImpl.componentCompounds
          DOCUMENT ME
protected  CompoundMeasurement[] TreatmentImpl.compoundMeasurements
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl that return CompoundMeasurement
 CompoundMeasurement[] CompoundImpl.getComponentCompounds()
           
 CompoundMeasurement[] TreatmentImpl.getCompoundMeasurements()
           
 CompoundMeasurement[] CompoundMeasurementImpl.searchCompoundMeasurements(CompoundMeasurementSearchCriteria criteria)
          Returns an array of CompoundMeasurement objects that satisfy the given CompoundMeasurementSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl with parameters of type CompoundMeasurement
 void CompoundImpl.setComponentCompounds(CompoundMeasurement[] p_componentCompounds)
          Sets the componentCompounds attribute.
 void TreatmentImpl.setCompoundMeasurements(CompoundMeasurement[] p_compoundMeasurements)
          Sets the compoundMeasurements attribute.