gov.nih.nci.mageom.util.cubereader
Interface CubeReader


public interface CubeReader

Interface to the data table based cube data reader subsystem.

Author:
ETavela

Method Summary
 java.lang.Object[][][] read(BioDataCubeImpl bioDataCube)
          Returns the cube data associated with a BioDataCube.
 

Method Detail

read

java.lang.Object[][][] read(BioDataCubeImpl bioDataCube)
Returns the cube data associated with a BioDataCube.

Parameters:
bioDataCube - the BioDataCube to be read
Returns: