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

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

public class GenePixQuantificationService
extends java.lang.Object
implements QuantitationTypeService

Author:
gustafsons Service for getting genepix quantification types

Field Summary
protected static org.apache.log4j.Logger logger_
          Logger used by this class.
 
Constructor Summary
GenePixQuantificationService()
           
 
Method Summary
 ParsingQuantitationType[] getParsingQuatitationTypes(UploadFileTypes.MICROARRAY_FILE_TYPE type)
          Gets the quatitations based on a type
static void main(java.lang.String[] args)
           
 
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 this class.

Constructor Detail

GenePixQuantificationService

public GenePixQuantificationService()
Method Detail

getParsingQuatitationTypes

public ParsingQuantitationType[] getParsingQuatitationTypes(UploadFileTypes.MICROARRAY_FILE_TYPE type)
                                                     throws GeneralException
Gets the quatitations based on a type

Specified by:
getParsingQuatitationTypes in interface QuantitationTypeService
Parameters:
type -
Returns:
Array of quantitations
Throws:
GeneralException

main

public static void main(java.lang.String[] args)