|
||||||||||
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.Ion
public abstract class Ion
This class models an ion. Created by IntelliJ IDEA. User: Marc Date: Jun 18, 2010 Time: 8:57:33 AM
Field Summary | |
---|---|
protected int |
familyType
Ion attribute - the ion family name |
static int |
GLYCON_FRAGMENT
Ion family type static index for glycons |
static int |
PEPTIDE_FRAGMENT
Ion family type static index for peptide fragments |
static int |
REPORTER_ION
Ion family type static index for glycons |
double |
theoreticMass
Ion attribute - the theoretic mass |
Constructor Summary | |
---|---|
Ion()
|
Method Summary | |
---|---|
int |
getIonFamilyType()
getter for the ion family name |
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject |
---|
addUrParam, getUrParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PEPTIDE_FRAGMENT
public static final int GLYCON_FRAGMENT
public static final int REPORTER_ION
public double theoreticMass
protected int familyType
Constructor Detail |
---|
public Ion()
Method Detail |
---|
public int getIonFamilyType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |