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

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

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

Subinterfaces of BioAssayCreation in gov.nih.nci.mageom.domain.BioAssay
 interface Hybridization
          The archetypal bioAssayCreation event, whereby biomaterials are hybridized to an array.
 

Methods in gov.nih.nci.mageom.domain.BioAssay that return BioAssayCreation
 BioAssayCreation PhysicalBioAssay.getBioAssayCreation()
          Returns the value of this PhysicalBioAssay object's bioAssayCreation attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssay with parameters of type BioAssayCreation
 void PhysicalBioAssay.setBioAssayCreation(BioAssayCreation p_bioAssayCreation)
          Sets the bioAssayCreation attribute.
 

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

Classes in gov.nih.nci.mageom.domain.BioAssay.impl that implement BioAssayCreation
 class BioAssayCreationImpl
          The process by which an array and one or more biomaterials are combined to create a bioAssayCreation.
 class HybridizationImpl
          The archetypal bioAssayCreation event, whereby biomaterials are hybridized to an array.
 

Fields in gov.nih.nci.mageom.domain.BioAssay.impl declared as BioAssayCreation
protected  BioAssayCreation PhysicalBioAssayImpl.bioAssayCreation
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl that return BioAssayCreation
 BioAssayCreation PhysicalBioAssayImpl.getBioAssayCreation()
           
 BioAssayCreation[] BioAssayCreationImpl.searchBioAssayCreations(BioAssayCreationSearchCriteria criteria)
          Returns an array of BioAssayCreation objects that satisfy the given BioAssayCreationSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl with parameters of type BioAssayCreation
 void PhysicalBioAssayImpl.setBioAssayCreation(BioAssayCreation p_bioAssayCreation)
          Sets the bioAssayCreation attribute.