gov.nih.nci.caarray.services.fileparse.gpr
Class GenePixDataMatrix

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse.gpr.GenePixDataMatrix
All Implemented Interfaces:
ParsingDataMatrix

public class GenePixDataMatrix
extends java.lang.Object
implements ParsingDataMatrix

Author:
gustafsons The data matrix implementation for genepix

Constructor Summary
GenePixDataMatrix()
           
 
Method Summary
 void addDataRow(GprDataRow row)
          Adds a data row
 java.lang.Object getValue(ParsingDesignElement pElement, ParsingQuantitationType type)
          Gets a value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenePixDataMatrix

public GenePixDataMatrix()
Method Detail

getValue

public java.lang.Object getValue(ParsingDesignElement pElement,
                                 ParsingQuantitationType type)
Gets a value

Specified by:
getValue in interface ParsingDataMatrix
Parameters:
pElement -
type -
Returns:
the value for that element and type

addDataRow

public void addDataRow(GprDataRow row)
Adds a data row

Parameters:
row -