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

All Superinterfaces:
BioDataValues, Extendable
All Known Implementing Classes:
BioDataCubeImpl

public interface BioDataCube
extends BioDataValues

A three-dimensional cube representation of the data.

Version:
%I%, %G%

Method Summary
 java.lang.Object[][][] getCube()
          Returns the value of this BioDataCube object's cube attribute.
 java.lang.String getOrder()
          Returns the value of this BioDataCube object's order attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

getCube

java.lang.Object[][][] getCube()
Returns the value of this BioDataCube object's cube attribute. Description of cube: Three dimension array, indexed by the three dimensions to provide the data for the BioAssayData.

Returns:
any[][][] The value of cube.

getOrder

java.lang.String getOrder()
Returns the value of this BioDataCube object's order attribute. Description of order: The order to expect the dimension. The enumeration uses the first letter of the three dimensions to represent the six possible orderings.

Returns:
enum {BDQ,BQD,DBQ,DQB,QBD,QDB} The value of order.