Package | Description |
---|---|
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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
MolecularElement |
IsotopicElement.getElement()
Getter for the MolecularElement
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.