|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BioDataCube
A three-dimensional cube representation of the data.
| 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 |
|---|
java.lang.Object[][][] getCube()
BioDataCube object's cube attribute.
Description of cube:
Three dimension array, indexed by the three dimensions to provide the data for the BioAssayData.
any[][][] The value of cube.java.lang.String getOrder()
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.
enum {BDQ,BQD,DBQ,DQB,QBD,QDB} The value of order.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||