Uses of Class
com.compomics.util.enumeration.MolecularElement
Package | Description |
---|---|
com.compomics.util.enumeration |
Enumeration used by compomics-utilities.
|
com.compomics.util.general |
General, top-level tasks that are used throughout the other packages in the util section.
|
com.compomics.util.protein |
Classes concerning useful Objects and their operations for modeling and handling proteins.
|
-
Uses of MolecularElement in com.compomics.util.enumeration
Methods in com.compomics.util.enumeration that return MolecularElement Modifier and Type Method Description static MolecularElement
MolecularElement. valueOf(String name)
Returns the enum constant of this type with the specified name.static MolecularElement[]
MolecularElement. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MolecularElement in com.compomics.util.general
Methods in com.compomics.util.general that return MolecularElement Modifier and Type Method Description MolecularElement
IsotopicElement. getElement()
Getter for the MolecularElement -
Uses of MolecularElement in com.compomics.util.protein
Methods in com.compomics.util.protein with parameters of type MolecularElement Modifier and Type Method Description void
MolecularFormula. addElement(MolecularElement lMolecularElement, Integer lCount)
Method to add MolecularElements to this formulaint
MolecularFormula. getElementCount(MolecularElement lMolecularElement)
Getter for the count of a specific element