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

Packages that use BioAssayData
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   
gov.nih.nci.mageom.domain.HigherLevelAnalysis   
gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl   
 

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

Subinterfaces of BioAssayData in gov.nih.nci.mageom.domain.BioAssayData
 interface DerivedBioAssayData
          The output of a transformation event.
 interface MeasuredBioAssayData
          The data associated with the MeasuredBioAssay produced by FeatureExtraction.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData that return BioAssayData
 BioAssayData[] Transformation.getBioAssayDataSources()
          Returns the value of this Transformation object's bioAssayDataSources attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData with parameters of type BioAssayData
 void Transformation.setBioAssayDataSources(BioAssayData[] p_bioAssayDataSources)
          Sets the bioAssayDataSources attribute.
 

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

Classes in gov.nih.nci.mageom.domain.BioAssayData.impl that implement BioAssayData
 class BioAssayDataImpl
          Represents the dataset created when the BioAssays are created.
 class DerivedBioAssayDataImpl
          The output of a transformation event.
 class MeasuredBioAssayDataImpl
          The data associated with the MeasuredBioAssay produced by FeatureExtraction.
 

Fields in gov.nih.nci.mageom.domain.BioAssayData.impl declared as BioAssayData
protected  BioAssayData[] TransformationImpl.bioAssayDataSources
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return BioAssayData
 BioAssayData[] TransformationImpl.getBioAssayDataSources()
           
 BioAssayData[] BioAssayDataImpl.searchBioAssayDatas(BioAssayDataSearchCriteria criteria)
          Returns an array of BioAssayData objects that satisfy the given BioAssayDataSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type BioAssayData
 void TransformationImpl.setBioAssayDataSources(BioAssayData[] p_bioAssayDataSources)
          Sets the bioAssayDataSources attribute.
 

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

Methods in gov.nih.nci.mageom.domain.Experiment that return BioAssayData
 BioAssayData[] Experiment.getBioAssayData()
          Returns the value of this Experiment object's bioAssayData attribute.
 

Methods in gov.nih.nci.mageom.domain.Experiment with parameters of type BioAssayData
 void Experiment.setBioAssayData(BioAssayData[] p_bioAssayData)
          Sets the bioAssayData attribute.
 

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

Fields in gov.nih.nci.mageom.domain.Experiment.impl declared as BioAssayData
protected  BioAssayData[] ExperimentImpl.bioAssayData
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl that return BioAssayData
 BioAssayData[] ExperimentImpl.getBioAssayData()
           
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl with parameters of type BioAssayData
 void ExperimentImpl.setBioAssayData(BioAssayData[] p_bioAssayData)
          Sets the bioAssayData attribute.
 

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

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis that return BioAssayData
 BioAssayData BioAssayDataCluster.getClusterBioAssayData()
          Returns the value of this BioAssayDataCluster object's clusterBioAssayData attribute.
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis with parameters of type BioAssayData
 void BioAssayDataCluster.setClusterBioAssayData(BioAssayData p_clusterBioAssayData)
          Sets the clusterBioAssayData attribute.
 

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

Fields in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl declared as BioAssayData
protected  BioAssayData BioAssayDataClusterImpl.clusterBioAssayData
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl that return BioAssayData
 BioAssayData BioAssayDataClusterImpl.getClusterBioAssayData()
           
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl with parameters of type BioAssayData
 void BioAssayDataClusterImpl.setClusterBioAssayData(BioAssayData p_clusterBioAssayData)
          Sets the clusterBioAssayData attribute.