Uses of Interface
gov.nih.nci.mageom.domain.BioAssay.BioAssayTreatment

Packages that use BioAssayTreatment
gov.nih.nci.mageom.domain.BioAssay   
gov.nih.nci.mageom.domain.BioAssay.impl   
 

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

Subinterfaces of BioAssayTreatment in gov.nih.nci.mageom.domain.BioAssay
 interface ImageAcquisition
          The process by which an image is generated (typically scanning).
 

Methods in gov.nih.nci.mageom.domain.BioAssay that return BioAssayTreatment
 BioAssayTreatment[] PhysicalBioAssay.getBioAssayTreatments()
          Returns the value of this PhysicalBioAssay object's bioAssayTreatments attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssay with parameters of type BioAssayTreatment
 void PhysicalBioAssay.setBioAssayTreatments(BioAssayTreatment[] p_bioAssayTreatments)
          Sets the bioAssayTreatments attribute.
 

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

Classes in gov.nih.nci.mageom.domain.BioAssay.impl that implement BioAssayTreatment
 class BioAssayTreatmentImpl
          The event which records the process by which PhysicalBioAssays are processed (typically washing, blocking, etc...).
 class ImageAcquisitionImpl
          The process by which an image is generated (typically scanning).
 

Fields in gov.nih.nci.mageom.domain.BioAssay.impl declared as BioAssayTreatment
protected  BioAssayTreatment[] PhysicalBioAssayImpl.bioAssayTreatments
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl that return BioAssayTreatment
 BioAssayTreatment[] PhysicalBioAssayImpl.getBioAssayTreatments()
           
 BioAssayTreatment[] BioAssayTreatmentImpl.searchBioAssayTreatments(BioAssayTreatmentSearchCriteria criteria)
          Returns an array of BioAssayTreatment objects that satisfy the given BioAssayTreatmentSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl with parameters of type BioAssayTreatment
 void PhysicalBioAssayImpl.setBioAssayTreatments(BioAssayTreatment[] p_bioAssayTreatments)
          Sets the bioAssayTreatments attribute.