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

Packages that use BioDataValues
gov.nih.nci.mageom.domain.BioAssayData   
gov.nih.nci.mageom.domain.BioAssayData.impl   
 

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

Subinterfaces of BioDataValues in gov.nih.nci.mageom.domain.BioAssayData
 interface BioDataCube
          A three-dimensional cube representation of the data.
 interface BioDataTuples
          A relational, tuple representation of the data.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData that return BioDataValues
 BioDataValues BioAssayData.getBioDataValues()
          Returns the value of this BioAssayData object's bioDataValues attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData with parameters of type BioDataValues
 void BioAssayData.setBioDataValues(BioDataValues p_bioDataValues)
          Sets the bioDataValues attribute.
 

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

Classes in gov.nih.nci.mageom.domain.BioAssayData.impl that implement BioDataValues
 class BioDataCubeImpl
          A three-dimensional cube representation of the data.
 class BioDataTuplesImpl
          A relational, tuple representation of the data.
 class BioDataValuesImpl
          The actual values for the BioAssayCube.
 

Fields in gov.nih.nci.mageom.domain.BioAssayData.impl declared as BioDataValues
protected  BioDataValues BioAssayDataImpl.bioDataValues
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return BioDataValues
 BioDataValues BioAssayDataImpl.getBioDataValues()
           
 BioDataValues[] BioDataValuesImpl.searchBioDataValueses(BioDataValuesSearchCriteria criteria)
          Returns an array of BioDataValues objects that satisfy the given BioDataValuesSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type BioDataValues
 void BioAssayDataImpl.setBioDataValues(BioDataValues p_bioDataValues)
          Sets the bioDataValues attribute.