IElementArgon, Carbon, Chlorine, Copper, Fluorine, Helium, Hydrogen, Iron, Nitrogen, Oxygen, Silver, Sodium, Sulfur, Tin, Tungstenpublic class ElementChemical extends Element
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
atomicNumber |
|
protected double |
mass |
|
protected double |
rm |
| Constructor | Description |
|---|---|
ElementChemical(java.lang.String symbol,
double mass,
int atomicNumber) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getAtomicNumber() |
|
Dimension |
getAtomicNumberDimension() |
|
double |
getMass() |
|
double |
rm() |
getMassDimension, getSymbolprotected final double mass
protected final double rm
protected final int atomicNumber
public ElementChemical(java.lang.String symbol,
double mass,
int atomicNumber)
public final double getMass()
public final double rm()
public int getAtomicNumber()
public Dimension getAtomicNumberDimension()