gov.nih.nci.caarray.services.bioassaydata
Interface BioAssayDataLoader
public interface BioAssayDataLoader
Interface to the BioAssayDataLoader subsystem, allows clients to parse BioDataCubes from
existing DataInternal or DataExternal sources.
- Author:
- ETavela
Method Summary |
void |
loadData(BioAssayDataInfo dataInfo)
Parses and saves the data referred to by the data information object. |
loadData
void loadData(BioAssayDataInfo dataInfo)
throws BioAssayDataLoaderException
- Parses and saves the data referred to by the data information object.
- Parameters:
dataInfo
- contains information about the data to be loaded.
- Throws:
DataHandlerDataSourceException
BioAssayDataLoaderException