Uses of Class
gov.nih.nci.caarray.services.fileparse2.parsers.DataSetMapper

Packages that use DataSetMapper
gov.nih.nci.caarray.services.fileparse2   
gov.nih.nci.caarray.services.fileparse2.arraydesign   
gov.nih.nci.caarray.services.fileparse2.hybridization   
gov.nih.nci.caarray.services.fileparse2.parsers   
gov.nih.nci.caarray.services.fileparse2.util   
 

Uses of DataSetMapper in gov.nih.nci.caarray.services.fileparse2
 

Methods in gov.nih.nci.caarray.services.fileparse2 that return DataSetMapper
static DataSetMapper BeanProvider.getDataSetMapper(java.lang.String fileTypeId)
           
 

Uses of DataSetMapper in gov.nih.nci.caarray.services.fileparse2.arraydesign
 

Constructors in gov.nih.nci.caarray.services.fileparse2.arraydesign with parameters of type DataSetMapper
ArrayDesignFileHeaderParser(DataSetMapper dataSetMapper)
           
ArrayDesignTextFileHeaderParser(DataSetMapper dataSetMapper)
           
ArrayDesignTextFileHeaderParser(DataSetMapper dataSetMapper, java.lang.String headerEndMarkerPattern)
           
GenePixGALFileHeaderParser(DataSetMapper dataSetMapper)
           
GenePixGALFileHeaderParser(DataSetMapper dataSetMapper, java.lang.String headerEndMarkerPattern)
           
UCSFSpotFileHeaderParser(DataSetMapper dataSetMapper)
           
 

Uses of DataSetMapper in gov.nih.nci.caarray.services.fileparse2.hybridization
 

Constructors in gov.nih.nci.caarray.services.fileparse2.hybridization with parameters of type DataSetMapper
AffyCelFileParser(DataSetMapper dataSetMapper)
           
AffyChpFileParser(DataSetMapper dataSetMapper)
           
 

Uses of DataSetMapper in gov.nih.nci.caarray.services.fileparse2.parsers
 

Subclasses of DataSetMapper in gov.nih.nci.caarray.services.fileparse2.parsers
 class ArrayDesignDataSetMapper
           
 

Fields in gov.nih.nci.caarray.services.fileparse2.parsers declared as DataSetMapper
protected  DataSetMapper BaseMicroarrayFileParser.dataSetMapper_
           
protected  DataSetMapper BaseMicroarrayFileHeaderParser.dataSetMapper_
           
 

Methods in gov.nih.nci.caarray.services.fileparse2.parsers that return DataSetMapper
 DataSetMapper BaseMicroarrayFileParser.getDataSetMapper()
           
protected  DataSetMapper BaseMicroarrayFileHeaderParser.getDataSetMapper()
           
 

Constructors in gov.nih.nci.caarray.services.fileparse2.parsers with parameters of type DataSetMapper
ArrayDesignDelimitedFileParser(DataSetMapper dataSetMapper)
           
BaseMicroarrayFileHeaderParser(DataSetMapper dataHeaderMap)
           
BaseMicroarrayFileParser(DataSetMapper dataSetMapper)
           
HybridizationDelimitedFileParser(DataSetMapper dataSetMapper)
           
MicroarrayDelimitedFileParser(DataSetMapper dataSetMapper)
           
MicroarrayTextFileHeaderParser(DataSetMapper dataSetMapper)
          Constructs a parser to parse a text file's header section.
MicroarrayTextFileHeaderParser(DataSetMapper dataSetMapper, java.lang.String headerEndMarkerPattern)
          Constructs a parser to parse a text file's header section.
 

Uses of DataSetMapper in gov.nih.nci.caarray.services.fileparse2.util
 

Methods in gov.nih.nci.caarray.services.fileparse2.util that return DataSetMapper
 DataSetMapper DataSetMapperMap.getDataSetMapper(java.lang.String fileTypeId)
           
 

Methods in gov.nih.nci.caarray.services.fileparse2.util with parameters of type DataSetMapper
 void DataSetMapperMap.registerDataSetMapper(java.lang.String fileTypeId, DataSetMapper dataSetMapper)