|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.io.SpectrumPrecursor
public class SpectrumPrecursor
This class contains spectrum precursor information. Comparable to the org.proteios.core.Precursor class, but not for database storage
| Nested Class Summary | |
|---|---|
static class |
SpectrumPrecursor.FragmentationType
Precursor fragmentation type enum. |
| Constructor Summary | |
|---|---|
SpectrumPrecursor()
|
|
| Method Summary | |
|---|---|
void |
addExtraData(StringPairInterface extraData)
Add spectrum precursor extra data. |
Integer |
getCharge()
|
List<StringPairInterface> |
getExtraDataList()
Get the spectrum precursor extra data list. |
SpectrumPrecursor.FragmentationType |
getFragmentationType()
Get the fragmentation type. |
Double |
getIntensity()
|
Double |
getMassToChargeRatio()
|
List<PrecursorSelectedIon> |
getSelectedIonList()
Get the spectrum precursor selected ion list. |
void |
newSelectedIon()
Create new selected ion for the current precursor. |
void |
setCharge(Integer charge)
|
void |
setFragmentationType(SpectrumPrecursor.FragmentationType fragmentationType)
Set the fragmentation type. |
void |
setIntensity(Double intensity)
|
void |
setMassToChargeRatio(Double massToChargeRatio)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpectrumPrecursor()
| Method Detail |
|---|
public Double getMassToChargeRatio()
public void setMassToChargeRatio(Double massToChargeRatio)
massToChargeRatio - The massToChargeRatio to set.public Double getIntensity()
public void setIntensity(Double intensity)
intensity - The intensity to set.public Integer getCharge()
public void setCharge(Integer charge)
charge - The charge to set.public List<PrecursorSelectedIon> getSelectedIonList()
public void newSelectedIon()
public List<StringPairInterface> getExtraDataList()
public void addExtraData(StringPairInterface extraData)
extraData - StringPairInterface The spectrum precursor extra data to add.public SpectrumPrecursor.FragmentationType getFragmentationType()
public void setFragmentationType(SpectrumPrecursor.FragmentationType fragmentationType)
fragmentationType - FragmentationType The fragmentation type to set.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||