public class RunSliceHeaderReader extends AbstractRunSliceHeaderReader
Constructor and Description |
---|
RunSliceHeaderReader(MzDbReader mzDbReader)
Instantiates a new run slice header reader.
|
Modifier and Type | Method and Description |
---|---|
MzDbReader |
getMzDbReader()
specialized getter
|
RunSliceHeader |
getRunSliceForMz(double mz,
int msLevel)
Gets the run slice for mz.
|
RunSliceHeader |
getRunSliceHeader(int id)
Gets the run slice header.
|
Map<Integer,RunSliceHeader> |
getRunSliceHeaderById()
Gets the run slice header by id.
|
HashMap<Integer,RunSliceHeader> |
getRunSliceHeaderById(int msLevel)
Gets the run slice by id.
|
RunSliceHeader[] |
getRunSliceHeaders()
Gets the run slices.
|
RunSliceHeader[] |
getRunSliceHeaders(int msLevel)
Gets the run slices.
|
int[] |
getRunSliceIdsForMzRange(double minMz,
double maxMz,
int msLevel)
Gets the run slice ids for mz range.
|
getRunSliceForMz, getRunSliceHeader, getRunSliceHeaderById, getRunSliceHeaderById, getRunSliceHeaders, getRunSliceHeaders, getRunSliceIdsForMzRange
getEntityCache
public RunSliceHeaderReader(MzDbReader mzDbReader)
mzDbReader
- the mz db readerpublic MzDbReader getMzDbReader()
getMzDbReader
in class MzDbEntityCacheContainer
public RunSliceHeader[] getRunSliceHeaders() throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
- the SQLite exceptionpublic RunSliceHeader[] getRunSliceHeaders(int msLevel) throws com.almworks.sqlite4java.SQLiteException
msLevel
- the ms levelcom.almworks.sqlite4java.SQLiteException
- the SQLite exceptionpublic HashMap<Integer,RunSliceHeader> getRunSliceHeaderById(int msLevel) throws com.almworks.sqlite4java.SQLiteException
msLevel
- the ms levelcom.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic Map<Integer,RunSliceHeader> getRunSliceHeaderById() throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic RunSliceHeader getRunSliceHeader(int id) throws com.almworks.sqlite4java.SQLiteException
id
- the idcom.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic RunSliceHeader getRunSliceForMz(double mz, int msLevel) throws com.almworks.sqlite4java.SQLiteException
mz
- the mzmsLevel
- the ms levelcom.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionpublic int[] getRunSliceIdsForMzRange(double minMz, double maxMz, int msLevel) throws com.almworks.sqlite4java.SQLiteException
minMz
- the min mzmaxMz
- the max mzmsLevel
- the ms levelcom.almworks.sqlite4java.SQLiteException
- the sQ lite exceptionCopyright © 2019. All rights reserved.