Uses of Class
peakml.chemistry.Mass

Packages that use Mass
peakml.chemistry   
 

Uses of Mass in peakml.chemistry
 

Methods in peakml.chemistry that return Mass
static Mass Mass.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Mass[] Mass.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in peakml.chemistry with parameters of type Mass
 double MolecularFormula.SubFormula.getMass(int n, Mass masstype)
           
 double PeriodicTable.Element.getMass(Mass masstype)
          Returns the mass of the element.
 double Molecule.getMass(Mass masstype)
          Returns the mass of the molecule.
 double MolecularFormula.getMass(Mass masstype)
          Calculates the mass for this molecular formula.
 double MolecularFormula.SubFormula.getMass(Mass masstype)