public class AgilentCompound extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
abMax |
protected int |
abTot |
protected double |
mass |
protected double |
rt
RT in minutes.
|
protected double |
rtHi |
protected double |
rtLo |
| Constructor and Description |
|---|
AgilentCompound() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(AgilentMSPeak e) |
boolean |
addAll(Collection<? extends AgilentMSPeak> c) |
AgilentCompound |
cloneWithoutPeaks() |
int |
getAbMax() |
int |
getAbTot() |
double |
getMass() |
List<AgilentMSPeak> |
getPeaks() |
double |
getRt() |
double |
getRtHi() |
double |
getRtLo() |
boolean |
isEmpty() |
void |
setAbMax(int abMax) |
void |
setAbTot(int abTot) |
void |
setMass(double mass) |
void |
setRt(double rt) |
void |
setRtHi(double rtHi) |
void |
setRtLo(double rtLo) |
int |
size() |
protected double mass
protected double rt
protected int abMax
protected int abTot
protected double rtLo
protected double rtHi
public boolean addAll(Collection<? extends AgilentMSPeak> c)
public double getMass()
public void setMass(double mass)
public double getRt()
public void setRt(double rt)
public int getAbMax()
public void setAbMax(int abMax)
public int getAbTot()
public void setAbTot(int abTot)
public List<AgilentMSPeak> getPeaks()
public double getRtLo()
public void setRtLo(double rtLo)
public double getRtHi()
public void setRtHi(double rtHi)
public int size()
public boolean isEmpty()
public boolean add(AgilentMSPeak e)
public AgilentCompound cloneWithoutPeaks()
Copyright © 2017. All rights reserved.