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

Packages that use ExperimentDesign
gov.nih.nci.mageom.domain.Experiment   
gov.nih.nci.mageom.domain.Experiment.impl   
 

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

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

Methods in gov.nih.nci.mageom.domain.Experiment with parameters of type ExperimentDesign
 void Experiment.setExperimentDesigns(ExperimentDesign[] p_experimentDesigns)
          Sets the experimentDesigns attribute.
 

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

Classes in gov.nih.nci.mageom.domain.Experiment.impl that implement ExperimentDesign
 class ExperimentDesignImpl
          The ExperimentDesign is the description and collection of ExperimentalFactors and the hierarchy of BioAssays to which they pertain.
 

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

Methods in gov.nih.nci.mageom.domain.Experiment.impl that return ExperimentDesign
 ExperimentDesign[] ExperimentImpl.getExperimentDesigns()
           
 ExperimentDesign[] ExperimentDesignImpl.searchExperimentDesigns(ExperimentDesignSearchCriteria criteria)
          Returns an array of ExperimentDesign objects that satisfy the given ExperimentDesignSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl with parameters of type ExperimentDesign
 void ExperimentImpl.setExperimentDesigns(ExperimentDesign[] p_experimentDesigns)
          Sets the experimentDesigns attribute.