Uses of Interface
gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster

Packages that use BioAssayDataCluster
gov.nih.nci.mageom.domain.Experiment   
gov.nih.nci.mageom.domain.Experiment.impl   
gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl   
 

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

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

Methods in gov.nih.nci.mageom.domain.Experiment with parameters of type BioAssayDataCluster
 void Experiment.setAnalysisResults(BioAssayDataCluster[] p_analysisResults)
          Sets the analysisResults attribute.
 

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

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

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

Methods in gov.nih.nci.mageom.domain.Experiment.impl with parameters of type BioAssayDataCluster
 void ExperimentImpl.setAnalysisResults(BioAssayDataCluster[] p_analysisResults)
          Sets the analysisResults attribute.
 

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

Classes in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl that implement BioAssayDataCluster
 class BioAssayDataClusterImpl
          A mathematical method of higher level analysis whereby BioAssayData are grouped together into nodes.
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl that return BioAssayDataCluster
 BioAssayDataCluster[] BioAssayDataClusterImpl.searchBioAssayDataClusters(BioAssayDataClusterSearchCriteria criteria)
          Returns an array of BioAssayDataCluster objects that satisfy the given BioAssayDataClusterSearchCriteria.