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

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

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

Methods in gov.nih.nci.mageom.domain.BioAssay that return FactorValue
 FactorValue[] BioAssay.getBioAssayFactorValues()
          Returns the value of this BioAssay object's bioAssayFactorValues attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssay with parameters of type FactorValue
 void BioAssay.setBioAssayFactorValues(FactorValue[] p_bioAssayFactorValues)
          Sets the bioAssayFactorValues attribute.
 

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

Fields in gov.nih.nci.mageom.domain.BioAssay.impl declared as FactorValue
protected  FactorValue[] BioAssayImpl.bioAssayFactorValues
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl that return FactorValue
 FactorValue[] BioAssayImpl.getBioAssayFactorValues()
           
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl with parameters of type FactorValue
 void BioAssayImpl.setBioAssayFactorValues(FactorValue[] p_bioAssayFactorValues)
          Sets the bioAssayFactorValues attribute.
 

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

Methods in gov.nih.nci.mageom.domain.Experiment that return FactorValue
 FactorValue[] ExperimentalFactor.getFactorValues()
          Returns the value of this ExperimentalFactor object's factorValues attribute.
 

Methods in gov.nih.nci.mageom.domain.Experiment with parameters of type FactorValue
 void ExperimentalFactor.setFactorValues(FactorValue[] p_factorValues)
          Sets the factorValues attribute.
 

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

Classes in gov.nih.nci.mageom.domain.Experiment.impl that implement FactorValue
 class FactorValueImpl
          The value for a ExperimentalFactor
 

Fields in gov.nih.nci.mageom.domain.Experiment.impl declared as FactorValue
protected  FactorValue[] ExperimentalFactorImpl.factorValues
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl that return FactorValue
 FactorValue[] ExperimentalFactorImpl.getFactorValues()
           
 FactorValue[] FactorValueImpl.searchFactorValues(FactorValueSearchCriteria criteria)
          Returns an array of FactorValue objects that satisfy the given FactorValueSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.Experiment.impl with parameters of type FactorValue
 void ExperimentalFactorImpl.setFactorValues(FactorValue[] p_factorValues)
          Sets the factorValues attribute.