gov.nih.nci.caarray.services.fileparse
Class CubeCreator

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse.CubeCreator

public class CubeCreator
extends java.lang.Object

Author:
scott A class used to create cubes from data matixs'

Field Summary
protected static org.apache.log4j.Logger logger_
          Logger used by an instance of this class.
 
Constructor Summary
CubeCreator(ParsingQuantitationType[] types, ParsingDesignElement[] elements, int numberOfBioAssays)
          Constructor to initialize the cube to it's needed values
 
Method Summary
 void addMatrix(ParsingDataMatrix matrix)
          Adds a data matrix to the cube
 java.lang.Object[][][] getCube()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger_

protected static org.apache.log4j.Logger logger_
Logger used by an instance of this class.

Constructor Detail

CubeCreator

public CubeCreator(ParsingQuantitationType[] types,
                   ParsingDesignElement[] elements,
                   int numberOfBioAssays)
Constructor to initialize the cube to it's needed values

Parameters:
types -
elements -
numberOfBioAssays -
Method Detail

addMatrix

public void addMatrix(ParsingDataMatrix matrix)
Adds a data matrix to the cube

Parameters:
matrix -

getCube

public java.lang.Object[][][] getCube()
Returns:
Returns the cube.