Uses of Interface
gov.nih.nci.caarray.services.fileparse.ParsingQuantitationType

Packages that use ParsingQuantitationType
gov.nih.nci.caarray.services.fileparse   
gov.nih.nci.caarray.services.fileparse.gpr   
 

Uses of ParsingQuantitationType in gov.nih.nci.caarray.services.fileparse
 

Methods in gov.nih.nci.caarray.services.fileparse that return ParsingQuantitationType
 ParsingQuantitationType[] QuantitationTypeService.getParsingQuatitationTypes(UploadFileTypes.MICROARRAY_FILE_TYPE type)
           
 

Methods in gov.nih.nci.caarray.services.fileparse with parameters of type ParsingQuantitationType
static QuantitationType[] CaArrayToMageConversion.getMageTypesForParsingTypes(ParsingQuantitationType[] inArray)
           
 java.lang.Object ParsingDataMatrix.getValue(ParsingDesignElement element, ParsingQuantitationType type)
           
 java.lang.Object DataRow.getValue(ParsingQuantitationType type)
           
 

Constructors in gov.nih.nci.caarray.services.fileparse with parameters of type ParsingQuantitationType
CubeCreator(ParsingQuantitationType[] types, ParsingDesignElement[] elements, int numberOfBioAssays)
          Constructor to initialize the cube to it's needed values
 

Uses of ParsingQuantitationType in gov.nih.nci.caarray.services.fileparse.gpr
 

Classes in gov.nih.nci.caarray.services.fileparse.gpr that implement ParsingQuantitationType
 class GenePixQuantitationType
           
 

Methods in gov.nih.nci.caarray.services.fileparse.gpr that return ParsingQuantitationType
 ParsingQuantitationType[] GenePixQuantificationService.getParsingQuatitationTypes(UploadFileTypes.MICROARRAY_FILE_TYPE type)
          Gets the quatitations based on a type
 

Methods in gov.nih.nci.caarray.services.fileparse.gpr with parameters of type ParsingQuantitationType
 java.lang.Object GenePixDataMatrix.getValue(ParsingDesignElement pElement, ParsingQuantitationType type)
          Gets a value
 java.lang.Object GprDataRow.getValue(ParsingQuantitationType type)
          Gets the value for a given quantitation type