public interface Matter
Modifier and Type | Method and Description |
---|---|
Double |
getAverageMass() |
String |
getChemicalFormula() |
Map<Element,Float> |
getElementalComposition()
Returns an unmodifiable copy of the elemental composition Map.
|
Double |
getMonoisotopicMass() |
Double |
getOrganicAverageMass() |
Map<Element,Float> getElementalComposition()
Double getMonoisotopicMass()
Double getAverageMass()
Double getOrganicAverageMass()
String getChemicalFormula()