|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systemsbiology.jrap.DataProcessingInfo
public class DataProcessingInfo
DataProcessingInfo contains information about what settings and software were used to process the data contained in an mzXML file.
Field Summary | |
---|---|
protected int |
centroided
|
protected int |
chargeDeconvoluted
|
protected int |
deisotoped
|
protected double |
intensityCutoff
|
static int |
NO
|
protected SoftwareInfo[] |
softwareUsed
|
protected int |
spotIntegration
|
static int |
UNKNOWN
|
static int |
YES
|
Constructor Summary | |
---|---|
DataProcessingInfo()
|
Method Summary | |
---|---|
int |
getCentroided()
Was the data centroided? |
int |
getChargeDeconvoluted()
Was the data charge deconvoluted? |
int |
getDeisotoped()
Was the data charge deisotoped? |
double |
getIntensityCutoff()
Return the intensity cutoff that was used to eliminate low-signal peaks. |
SoftwareInfo[] |
getSoftwareUsed()
Return an array of information about all software that was used to process the data, in chronological order. |
int |
getSpotIntegration()
Were spots integrated? |
void |
setCentroided(int centroided)
Set centroided to one of UNKNOWN, YES or NO. |
void |
setChargeDeconvoluted(int chargeDeconvoluted)
Set charge deconvoluted to one of UNKNOWN, YES or NO. |
void |
setDeisotoped(int deisotoped)
Set deisotoped to one of UNKNOWN, YES or NO. |
void |
setIntensityCutoff(double intensityCutoff)
Set the intensity cutoff that was used to eliminate low-signal peaks. |
void |
setSoftwareUsed(SoftwareInfo[] softwareUsed)
Set the chronological array of used software for data processing. |
void |
setSpotIntegration(int spotIntegration)
Set spot integration to one of UNKNOWN, YES or NO. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int UNKNOWN
public static final int YES
public static final int NO
protected double intensityCutoff
protected int centroided
protected int deisotoped
protected int chargeDeconvoluted
protected int spotIntegration
protected SoftwareInfo[] softwareUsed
Constructor Detail |
---|
public DataProcessingInfo()
Method Detail |
---|
public int getCentroided()
public void setCentroided(int centroided)
centroided
- The value to set.public int getChargeDeconvoluted()
public void setChargeDeconvoluted(int chargeDeconvoluted)
chargeDeconvoluted
- The value to set.public int getDeisotoped()
public void setDeisotoped(int deisotoped)
deisotoped
- The value to set.public double getIntensityCutoff()
public void setIntensityCutoff(double intensityCutoff)
intensityCutoff
- The intensityCutoff to set.public SoftwareInfo[] getSoftwareUsed()
public void setSoftwareUsed(SoftwareInfo[] softwareUsed)
softwareUsed
- The array of info about software.public int getSpotIntegration()
public void setSpotIntegration(int spotIntegration)
spotIntegration
- The value to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |