|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectchemaxon.struc.PeriodicSystem
Periodic System of the Elements.
| Constructor Summary | |
PeriodicSystem()
|
|
| Method Summary | |
static double |
getAbundance(int z,
int m)
Natural abundance of the isotope |
static int |
getAtomicNumber(java.lang.String symbol)
Returns the atomic number of the element specified by its symbol. |
static int |
getElementCount()
Number of elements in the periodic system |
static int |
getIsotope(int z,
int i)
Retrieves an isotope of the element |
static int |
getIsotopeCount()
Number of isotopes in the periodic system |
static int |
getIsotopeCount(int z)
Number of isotopes of the element |
static double |
getMass(int z)
Atomic weight of the element based on the natural abundance of its isotopes |
static double |
getMass(int z,
int m)
Atomic weight of the element |
static int |
getMostFrequentNaturalIsotope(int z)
Returns the mass number of the most frequent natural isotope of the element |
static java.lang.String |
getName(int z)
Name of the element |
static java.lang.String |
getSymbol(int z)
Symbol of the element |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PeriodicSystem()
| Method Detail |
public static int getElementCount()
public static int getIsotopeCount()
public static int getIsotopeCount(int z)
z - atomic number of the element (protons)
public static int getIsotope(int z,
int i)
z - atomic number of the element (protons)i - index of the isotope (0 based)
public static java.lang.String getName(int z)
z - atomic number (protons)
public static java.lang.String getSymbol(int z)
z - atomic number (protons)
public static double getMass(int z)
z - atomic number (protons)
public static double getMass(int z,
int m)
z - atomic number of the isotopem - mass number of the isotope (0 for element mass)
public static double getAbundance(int z,
int m)
z - atomic number of the isotope (protons)m - mass number of the isotope (protons + neutrons)
public static int getMostFrequentNaturalIsotope(int z)
z - atomic number (protons)
public static int getAtomicNumber(java.lang.String symbol)
symbol - atom symbol e.g. "C", "Br".
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||