Package de.isas.lipidomics.domain
Class Adduct
- java.lang.Object
-
- de.isas.lipidomics.domain.Adduct
-
-
Constructor Summary
Constructors Constructor Description Adduct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCharge()
Returns the positive elementary charge times the charge sign.ElementTable
getElements()
String
getLipidString()
-
-
-
Constructor Detail
-
Adduct
public Adduct()
-
-
Method Detail
-
getLipidString
public String getLipidString()
-
getElements
public ElementTable getElements()
-
getCharge
public int getCharge()
Returns the positive elementary charge times the charge sign.- Returns:
- the net charge.
-
-