public interface RawDataFile
MsScan
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Remove all data associated with this file from the disk.
|
List<Chromatogram> |
getChromatograms()
Returns an immutable list of all chromatograms.
|
List<String> |
getMsFunctions()
Returns all MS functions found in this raw data file.
|
String |
getName()
Returns the name of this raw data file.
|
Optional<File> |
getOriginalFile()
Returns the original file (i.e.
|
default String |
getOriginalFilename()
Returns the filename of the original filename.
|
FileType |
getRawDataFileType()
Returns the file type of this raw data file.
|
List<MsScan> |
getScans()
Returns an immutable list of all scans.
|
@Nonnull String getName()
@Nonnull Optional<File> getOriginalFile()
@Nonnull default String getOriginalFilename()
@Nonnull FileType getRawDataFileType()
@Nonnull List<String> getMsFunctions()
@Nonnull List<MsScan> getScans()
@Nonnull List<Chromatogram> getChromatograms()
void dispose()
Copyright © 2019. All rights reserved.