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

Packages that use Compound
gov.nih.nci.mageom.domain.BioAssay   
gov.nih.nci.mageom.domain.BioAssay.impl   
gov.nih.nci.mageom.domain.BioMaterial   
gov.nih.nci.mageom.domain.BioMaterial.impl   
 

Uses of Compound in gov.nih.nci.mageom.domain.BioAssay
 

Methods in gov.nih.nci.mageom.domain.BioAssay that return Compound
 Compound[] Channel.getLabels()
          Returns the value of this Channel object's labels attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssay with parameters of type Compound
 void Channel.setLabels(Compound[] p_labels)
          Sets the labels attribute.
 

Uses of Compound in gov.nih.nci.mageom.domain.BioAssay.impl
 

Fields in gov.nih.nci.mageom.domain.BioAssay.impl declared as Compound
protected  Compound[] ChannelImpl.labels
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl that return Compound
 Compound[] ChannelImpl.getLabels()
           
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl with parameters of type Compound
 void ChannelImpl.setLabels(Compound[] p_labels)
          Sets the labels attribute.
 

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

Methods in gov.nih.nci.mageom.domain.BioMaterial that return Compound
 Compound CompoundMeasurement.getCompound()
          Returns the value of this CompoundMeasurement object's compound attribute.
 Compound[] LabeledExtract.getLabels()
          Returns the value of this LabeledExtract object's labels attribute.
 

Methods in gov.nih.nci.mageom.domain.BioMaterial with parameters of type Compound
 void CompoundMeasurement.setCompound(Compound p_compound)
          Sets the compound attribute.
 void LabeledExtract.setLabels(Compound[] p_labels)
          Sets the labels attribute.
 

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

Classes in gov.nih.nci.mageom.domain.BioMaterial.impl that implement Compound
 class CompoundImpl
          A Compound can be a simple compound such as SDS (sodium dodecyl sulfate).
 

Fields in gov.nih.nci.mageom.domain.BioMaterial.impl declared as Compound
protected  Compound CompoundMeasurementImpl.compound
          DOCUMENT ME
protected  Compound[] LabeledExtractImpl.labels
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl that return Compound
 Compound CompoundMeasurementImpl.getCompound()
           
 Compound[] LabeledExtractImpl.getLabels()
           
 Compound[] CompoundImpl.searchCompounds(CompoundSearchCriteria criteria)
          Returns an array of Compound objects that satisfy the given CompoundSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl with parameters of type Compound
 void CompoundMeasurementImpl.setCompound(Compound p_compound)
          Sets the compound attribute.
 void LabeledExtractImpl.setLabels(Compound[] p_labels)
          Sets the labels attribute.