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

Packages that use BioAssay
gov.nih.nci.mageom.domain.BioAssay   
gov.nih.nci.mageom.domain.BioAssay.impl   
gov.nih.nci.mageom.domain.BioAssayData   
gov.nih.nci.mageom.domain.BioAssayData.impl   
gov.nih.nci.mageom.domain.Experiment   
gov.nih.nci.mageom.domain.Experiment.impl   
 

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

Subinterfaces of BioAssay in gov.nih.nci.mageom.domain.BioAssay
 interface DerivedBioAssay
          A BioAssay that is created by the Transformation BioEvent from one or more MeasuredBioAssays or DerivedBioAssays.
 interface MeasuredBioAssay
          A measured bioAssay is the direct processing of information in a physical bioAssay by the featureExtraction event.
 interface PhysicalBioAssay
          A bioAssay created by the bioAssayCreation event (e.g.
 

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

Classes in gov.nih.nci.mageom.domain.BioAssay.impl that implement BioAssay
 class BioAssayImpl
          An abstract class which represents both physical and computational groupings of arrays and biomaterials.
 class DerivedBioAssayImpl
          A BioAssay that is created by the Transformation BioEvent from one or more MeasuredBioAssays or DerivedBioAssays.
 class MeasuredBioAssayImpl
          A measured bioAssay is the direct processing of information in a physical bioAssay by the featureExtraction event.
 class PhysicalBioAssayImpl
          A bioAssay created by the bioAssayCreation event (e.g.
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl that return BioAssay
 BioAssay[] BioAssayImpl.searchBioAssays(BioAssaySearchCriteria criteria)
          Returns an array of BioAssay objects that satisfy the given BioAssaySearchCriteria.
 

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

Methods in gov.nih.nci.mageom.domain.BioAssayData that return BioAssay
 BioAssay BioAssayDatum.getBioAssay()
          Returns the value of this BioAssayDatum object's bioAssay attribute.
 BioAssay[] BioAssayDimension.getBioAssays()
          Returns the value of this BioAssayDimension object's bioAssays attribute.
 BioAssay[] BioAssayMap.getSourceBioAssays()
          Returns the value of this BioAssayMap object's sourceBioAssays attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData with parameters of type BioAssay
 void BioAssayDatum.setBioAssay(BioAssay p_bioAssay)
          Sets the bioAssay attribute.
 void BioAssayDimension.setBioAssays(BioAssay[] p_bioAssays)
          Sets the bioAssays attribute.
 void BioAssayMap.setSourceBioAssays(BioAssay[] p_sourceBioAssays)
          Sets the sourceBioAssays attribute.
 

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

Fields in gov.nih.nci.mageom.domain.BioAssayData.impl declared as BioAssay
protected  BioAssay BioAssayDatumImpl.bioAssay
          DOCUMENT ME
protected  BioAssay[] BioAssayDimensionImpl.bioAssays
          DOCUMENT ME
protected  BioAssay[] BioAssayMapImpl.sourceBioAssays
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return BioAssay
 BioAssay BioAssayDatumImpl.getBioAssay()
           
 BioAssay[] BioAssayDimensionImpl.getBioAssays()
           
 BioAssay[] BioAssayMapImpl.getSourceBioAssays()
           
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type BioAssay
 void BioAssayDatumImpl.setBioAssay(BioAssay p_bioAssay)
          Sets the bioAssay attribute.
 void BioAssayDimensionImpl.setBioAssays(BioAssay[] p_bioAssays)
          Sets the bioAssays attribute.
 void BioAssayMapImpl.setSourceBioAssays(BioAssay[] p_sourceBioAssays)
          Sets the sourceBioAssays attribute.
 

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

Methods in gov.nih.nci.mageom.domain.Experiment that return BioAssay
 BioAssay[] Experiment.getBioAssays()
          Returns the value of this Experiment object's bioAssays attribute.
 BioAssay[] ExperimentDesign.getTopLevelBioAssays()
          Returns the value of this ExperimentDesign object's topLevelBioAssays attribute.
 

Methods in gov.nih.nci.mageom.domain.Experiment with parameters of type BioAssay
 void Experiment.setBioAssays(BioAssay[] p_bioAssays)
          Sets the bioAssays attribute.
 void ExperimentDesign.setTopLevelBioAssays(BioAssay[] p_topLevelBioAssays)
          Sets the topLevelBioAssays attribute.
 

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

Fields in gov.nih.nci.mageom.domain.Experiment.impl declared as BioAssay
protected  BioAssay[] ExperimentImpl.bioAssays
          DOCUMENT ME
protected  BioAssay[] ExperimentDesignImpl.topLevelBioAssays
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl that return BioAssay
 BioAssay[] ExperimentImpl.getBioAssays()
           
 BioAssay[] ExperimentDesignImpl.getTopLevelBioAssays()
           
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl with parameters of type BioAssay
 void ExperimentImpl.setBioAssays(BioAssay[] p_bioAssays)
          Sets the bioAssays attribute.
 void ExperimentDesignImpl.setTopLevelBioAssays(BioAssay[] p_topLevelBioAssays)
          Sets the topLevelBioAssays attribute.