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

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

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

Methods in gov.nih.nci.mageom.domain.BioAssay that return PhysicalBioAssay
 PhysicalBioAssay BioAssayTreatment.getPhysicalBioAssay()
          Returns the value of this BioAssayTreatment object's physicalBioAssay attribute.
 PhysicalBioAssay FeatureExtraction.getPhysicalBioAssaySource()
          Returns the value of this FeatureExtraction object's physicalBioAssaySource attribute.
 PhysicalBioAssay BioAssayCreation.getPhysicalBioAssayTarget()
          Returns the value of this BioAssayCreation object's physicalBioAssayTarget attribute.
 PhysicalBioAssay BioAssayTreatment.getTarget()
          Returns the value of this BioAssayTreatment object's target attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssay with parameters of type PhysicalBioAssay
 void BioAssayTreatment.setPhysicalBioAssay(PhysicalBioAssay p_physicalBioAssay)
          Sets the physicalBioAssay attribute.
 void FeatureExtraction.setPhysicalBioAssaySource(PhysicalBioAssay p_physicalBioAssaySource)
          Sets the physicalBioAssaySource attribute.
 void BioAssayCreation.setPhysicalBioAssayTarget(PhysicalBioAssay p_physicalBioAssayTarget)
          Sets the physicalBioAssayTarget attribute.
 void BioAssayTreatment.setTarget(PhysicalBioAssay p_target)
          Sets the target attribute.
 

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

Classes in gov.nih.nci.mageom.domain.BioAssay.impl that implement PhysicalBioAssay
 class PhysicalBioAssayImpl
          A bioAssay created by the bioAssayCreation event (e.g.
 

Fields in gov.nih.nci.mageom.domain.BioAssay.impl declared as PhysicalBioAssay
protected  PhysicalBioAssay BioAssayTreatmentImpl.physicalBioAssay
          DOCUMENT ME
protected  PhysicalBioAssay FeatureExtractionImpl.physicalBioAssaySource
          DOCUMENT ME
protected  PhysicalBioAssay BioAssayCreationImpl.physicalBioAssayTarget
          DOCUMENT ME
protected  PhysicalBioAssay BioAssayTreatmentImpl.target
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl that return PhysicalBioAssay
 PhysicalBioAssay BioAssayTreatmentImpl.getPhysicalBioAssay()
           
 PhysicalBioAssay FeatureExtractionImpl.getPhysicalBioAssaySource()
           
 PhysicalBioAssay BioAssayCreationImpl.getPhysicalBioAssayTarget()
           
 PhysicalBioAssay BioAssayTreatmentImpl.getTarget()
           
 PhysicalBioAssay[] PhysicalBioAssayImpl.searchPhysicalBioAssays(PhysicalBioAssaySearchCriteria criteria)
          Returns an array of PhysicalBioAssay objects that satisfy the given PhysicalBioAssaySearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl with parameters of type PhysicalBioAssay
 void BioAssayTreatmentImpl.setPhysicalBioAssay(PhysicalBioAssay p_physicalBioAssay)
          Sets the physicalBioAssay attribute.
 void FeatureExtractionImpl.setPhysicalBioAssaySource(PhysicalBioAssay p_physicalBioAssaySource)
          Sets the physicalBioAssaySource attribute.
 void BioAssayCreationImpl.setPhysicalBioAssayTarget(PhysicalBioAssay p_physicalBioAssayTarget)
          Sets the physicalBioAssayTarget attribute.
 void BioAssayTreatmentImpl.setTarget(PhysicalBioAssay p_target)
          Sets the target attribute.