Uses of Enum
com.compomics.util.enumeration.MolecularElement
Packages that use MolecularElement
Package
Description
Enumeration used by compomics-utilities.
General, top-level tasks that are used throughout the other packages in the util section.
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 MolecularElementModifier and TypeMethodDescriptionstatic MolecularElementReturns 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 -
Uses of MolecularElement in com.compomics.util.protein
Methods in com.compomics.util.protein with parameters of type MolecularElementModifier and TypeMethodDescriptionvoidMolecularFormula.addElement(MolecularElement lMolecularElement, Integer lCount) Method to add MolecularElements to this formulaintMolecularFormula.getElementCount(MolecularElement lMolecularElement) Getter for the count of a specific element