public class RunSliceData extends AbstractInMemoryIdGen
| Modifier and Type | Field and Description |
|---|---|
protected int |
id
The id.
|
protected SpectrumSlice[] |
spectrumSliceList
The spectrum slice list.
|
| Constructor and Description |
|---|
RunSliceData(int runSliceId,
SpectrumSlice[] spectrumSliceList)
Instantiates a new run slice data.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets the id.
|
SpectrumSlice[] |
getSpectrumSliceList()
Gets the spectrum slice list.
|
generateNewIdprotected final int id
protected final SpectrumSlice[] spectrumSliceList
public RunSliceData(int runSliceId,
SpectrumSlice[] spectrumSliceList)
runSliceId - the run slice idspectrumSliceList - the spectrum slice listpublic int getId()
public SpectrumSlice[] getSpectrumSliceList()
Copyright © 2019. All rights reserved.