| Package | Description |
|---|---|
| umich.ms.datatypes.lcmsrun | |
| umich.ms.datatypes.scan | |
| umich.ms.datatypes.scan.props |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Instrument> |
LCMSRunInfo.instruments |
| Modifier and Type | Method and Description |
|---|---|
Instrument |
LCMSRunInfo.getDefaultInstrument() |
Instrument |
LCMSRunInfo.getInstrument(String id)
Get instrument by ID.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Instrument> |
LCMSRunInfo.getInstruments() |
| Modifier and Type | Method and Description |
|---|---|
void |
LCMSRunInfo.addInstrument(Instrument instrument,
String id)
If only one instrument is added, it will be set as the default instrument, all the scans, that you add
to the ScanCollection will implicitly refer to this one instrument.
|
void |
LCMSRunInfo.removeInstrument(Instrument instrument) |
| Modifier and Type | Field and Description |
|---|---|
protected Instrument |
AbstractScan.instrument
Should be a reference to one of the instruments listed in the ScanCollection
|
| Modifier and Type | Method and Description |
|---|---|
Instrument |
IScan.getInstrument() |
Instrument |
AbstractScan.getInstrument() |
| Modifier and Type | Method and Description |
|---|---|
void |
IScan.setInstrument(Instrument instrument) |
void |
AbstractScan.setInstrument(Instrument instrument) |
| Modifier and Type | Method and Description |
|---|---|
static Instrument |
Instrument.getDummy()
Only to be used, when you need to construct a ScanCollection without any knowledge about the real run,
so you have no idea about the instrument.
|
Copyright © 2017. All rights reserved.