public abstract class Mass extends Object implements Weighable
Interface to group Composition and NumericMass so that annotations and modifications can have losses as either a composition or a number.
| Constructor and Description |
|---|
Mass() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getFormula() |
abstract double |
getMassDefect()
The amount by which the mass of all atomic nuclei in this composition differs
from the sum of the masses of its constituent protons, neutrons and electrons.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMolecularMasspublic static final Mass ZERO
public abstract String getFormula()
public abstract double getMassDefect()
Copyright © 2016. All Rights Reserved.