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

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

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

Classes in gov.nih.nci.mageom.domain.BioAssayData.impl that implement BioDataCube
 class BioDataCubeImpl
          A three-dimensional cube representation of the data.
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl that return BioDataCube
 BioDataCube[] BioDataCubeImpl.searchBioDataCubes(BioDataCubeSearchCriteria criteria)
          Returns an array of BioDataCube objects that satisfy the given BioDataCubeSearchCriteria.