gov.nih.nci.caarray.services.fileparse
Interface ParsingDataMatrix

All Known Implementing Classes:
GenePixDataMatrix

public interface ParsingDataMatrix

Author:
gustafsons Interface for a data matrix created by a parsing engine, allows you to get a value for a given design element for a given quantitation type

Method Summary
 java.lang.Object getValue(ParsingDesignElement element, ParsingQuantitationType type)
           
 

Method Detail

getValue

java.lang.Object getValue(ParsingDesignElement element,
                          ParsingQuantitationType type)
Parameters:
element -
type -
Returns:
Object value for that element and type