public class PklFile
extends java.lang.Object
Constructor and Description |
---|
PklFile(java.io.File pklFile)
Parse a PKL file and store the details in the PKLFile object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileName() |
double[] |
getIntensityValues() |
double[] |
getMzValues() |
int |
getPrecurorCharge() |
double |
getPrecursorIntensity() |
double |
getPrecursorMz() |
java.lang.String |
getSpectrumFileId() |
void |
setFileName(java.lang.String fileName) |
void |
setIntensityValues(double[] intensityValues) |
void |
setMzValues(double[] mzValues) |
void |
setPrecurorCharge(int precurorCharge) |
void |
setPrecursorIntensity(double precursorIntensity) |
void |
setPrecursorMz(double precursorMz) |
void |
setSpectrumFileId(java.lang.String spectrumFileId) |
public PklFile(java.io.File pklFile) throws java.io.IOException
pklFile
- the file to parsejava.io.IOException
public int getPrecurorCharge()
public void setPrecurorCharge(int precurorCharge)
precurorCharge
- the precurorCharge to setpublic double getPrecursorMz()
public void setPrecursorMz(double precursorMz)
precursorMz
- the precursorMz to setpublic double getPrecursorIntensity()
public void setPrecursorIntensity(double precursorIntensity)
precursorIntensity
- the precursorIntensity to setpublic double[] getMzValues()
public void setMzValues(double[] mzValues)
mzValues
- the mzValues to setpublic double[] getIntensityValues()
public void setIntensityValues(double[] intensityValues)
intensityValues
- the intensityValues to setpublic java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- the fileName to setpublic java.lang.String getSpectrumFileId()
public void setSpectrumFileId(java.lang.String spectrumFileId)
spectrumFileId
- the spectrumFileId to setCopyright © 2013. All Rights Reserved.