| Modifier and Type | Field and Description |
|---|---|
protected LCMSDataSource<?> |
LCMSData.source |
| Modifier and Type | Method and Description |
|---|---|
LCMSDataSource<?> |
LCMSData.getSource() |
| Constructor and Description |
|---|
LCMSData(LCMSDataSource<?> source)
Will create LCMSData backed up by
ScanCollectionDefault with
spectra auto-loading turned off. |
LCMSData(LCMSDataSource<?> source,
IScanCollection scans)
You can pass you IScanCollection implementation, but you likely won't
want to do that.
|
| Modifier and Type | Method and Description |
|---|---|
LCMSDataSource<?> |
IScanCollection.getDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
IScanCollection.setDataSource(LCMSDataSource<?> source)
Set the data source from which the collection will be filled.
|
| Modifier and Type | Field and Description |
|---|---|
protected LCMSDataSource<?> |
ScanCollectionDefault.source |
| Modifier and Type | Method and Description |
|---|---|
LCMSDataSource<?> |
ScanCollectionDefault.getDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScanCollectionDefault.setDataSource(LCMSDataSource<?> source) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLCMSDataSource<T extends Index<?>>
Provides some basic defaults for simple LCMSFile interface methods.
|
| Modifier and Type | Method and Description |
|---|---|
static LCMSDataSource<?> |
LCMSDataSourceFactory.create(Path path)
Try and create a data source from a given file path.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MZMLFile |
| Modifier and Type | Class and Description |
|---|---|
class |
MZXMLFile |
| Modifier and Type | Class and Description |
|---|---|
class |
ThermoRawFile
LC/MS data source for Thermo RAW files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXMLBasedDataSource<E extends XMLBasedIndexElement,I extends Index<E>> |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends LCMSDataSource<?>> |
MultiSpectraParser.getSource() |
Copyright © 2017. All rights reserved.