|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.massspectrometry.Precursor
public class Precursor
This class modilizes the precursor.
Constructor Summary | |
---|---|
Precursor(double rt,
double mz,
Charge charge)
Constructor for the precursor. |
|
Precursor(double rt,
double mz,
double intensity,
Charge charge)
Constructor for the precursor. |
Method Summary | |
---|---|
Charge |
getCharge()
Getter for the charge. |
double |
getIntensity()
Getter for the intensity. |
double |
getMz()
Getter for the m/z. |
double |
getRt()
Getter for the retention time. |
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject |
---|
addUrParam, getParameterKey, getUrParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Precursor(double rt, double mz, Charge charge)
rt
- mz
- charge
- public Precursor(double rt, double mz, double intensity, Charge charge)
rt
- mz
- intensity
- charge
- Method Detail |
---|
public double getRt()
public double getMz()
public double getIntensity()
public Charge getCharge()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |