Uses of Class
com.compomics.util.enumeration.MolecularElement

Packages that use MolecularElement
com.compomics.util.enumeration This package contains enumeration used by utilties. 
com.compomics.util.general The classes in this package focus mainly on very general, top-level tasks that are used throughout the other packages in the util section. 
com.compomics.util.protein The classes in this package concern useful Objects and their operations for modelling and handling proteins. 
 

Uses of MolecularElement in com.compomics.util.enumeration
 

Methods in com.compomics.util.enumeration that return MolecularElement
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
 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
 void MolecularFormula.addElement(MolecularElement lMolecularElement, Integer lCount)
          Method to add MolecularElements to this formula
 int MolecularFormula.getElementCount(MolecularElement lMolecularElement)
          Getter for the count of a specific element
 



Copyright © 2013. All Rights Reserved.