|
||||||||||
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.biology.NeutralLoss
public abstract class NeutralLoss
This class represents a neutral loss.
Field Summary | |
---|---|
static NeutralLoss |
CH4OS
CH4OS loss |
static NeutralLoss |
H2O
H2O loss |
static NeutralLoss |
H3PO4
H3PO4 loss |
static NeutralLoss |
HPO3
H3PO3 loss |
double |
mass
The mass lost |
java.lang.String |
name
The name of the neutral loss |
static NeutralLoss |
NH3
NH3 loss |
Constructor Summary | |
---|---|
NeutralLoss()
|
Method Summary | |
---|---|
boolean |
isSameAs(NeutralLoss anotherNeutralLoss)
Method indicating whether another neutral loss is the same as the one considered |
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 |
Field Detail |
---|
public static final NeutralLoss H2O
public static final NeutralLoss NH3
public static final NeutralLoss H3PO4
public static final NeutralLoss HPO3
public static final NeutralLoss CH4OS
public double mass
public java.lang.String name
Constructor Detail |
---|
public NeutralLoss()
Method Detail |
---|
public boolean isSameAs(NeutralLoss anotherNeutralLoss)
anotherNeutralLoss
- another neutral loss
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |