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

Packages that use Experiment
gov.nih.nci.mageom.domain.Experiment.impl   
gov.nih.nci.mageom.search.Experiment.enhanced   
gov.nih.nci.mageom.search.Experiment.enhanced.impl   
 

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

Classes in gov.nih.nci.mageom.domain.Experiment.impl that implement Experiment
 class ExperimentImpl
          The Experiment is the collection of all the BioAssays that are related by the ExperimentDesign.
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl that return Experiment
 Experiment[] ExperimentImpl.searchExperiments(ExperimentSearchCriteria criteria)
          Returns an array of Experiment objects that satisfy the given ExperimentSearchCriteria.
 

Uses of Experiment in gov.nih.nci.mageom.search.Experiment.enhanced
 

Methods in gov.nih.nci.mageom.search.Experiment.enhanced that return Experiment
 Experiment[] ExperimentSearchCriteria.performSearch()
          Performs the search.
 

Uses of Experiment in gov.nih.nci.mageom.search.Experiment.enhanced.impl
 

Methods in gov.nih.nci.mageom.search.Experiment.enhanced.impl that return Experiment
 Experiment[] ExperimentSearchCriteriaImpl.performSearch()