Package org.lifstools.jgoslin.domain
Klasse Adduct
java.lang.Object
org.lifstools.jgoslin.domain.Adduct
An adduct, generally, consists of a sum formula part, an adduct string, the
charge and the charge sign. An example for a valid adduct is : [M+H]1+.
- Autor:
- Dominik Kopczynski, Nils Hoffmann
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintReturns the positive elementary charge times the charge sign.intvoidsetAdductString(String adductString) voidsetCharge(int charge) voidsetChargeSign(int _sign) voidsetSumFormula(String sumFormula)
-
Felddetails
-
ADDUCTS
-
ADDUCT_CHARGES
-
-
Konstruktordetails
-
Adduct
-
Adduct
-
-
Methodendetails
-
setSumFormula
-
getSumFormula
-
setAdductString
-
getAdductString
-
getHeavyElements
-
setChargeSign
public void setChargeSign(int _sign) -
getChargeSign
public int getChargeSign() -
setCharge
public void setCharge(int charge) -
getHeavyIsotopeString
-
getLipidString
-
getElements
-
getCharge
public int getCharge()Returns the positive elementary charge times the charge sign.- Gibt zurück:
- the net charge.
-