|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.chemistry.Element
public class Element
A class representing chemical elements.
| Constructor Summary | |
|---|---|
Element(java.lang.String title,
java.lang.String label)
Constructs an element. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object e)
Compares two elements for equality. |
int |
getAtomicNumber()
Returns the atomic number. |
double |
getAtomicRadius()
Returns the atomic radius. |
double |
getBoilingPoint()
Returns the boiling point (K). |
double |
getCovalentRadius()
Returns the covalent radius. |
double |
getDensity()
Returns the density (293K). |
double |
getElectricalConductivity()
Returns the electrical conductivity. |
double |
getElectronegativity()
Returns the electronegativity (Pauling). |
double |
getElectronicAffinity()
Returns the energy needed to gain an electron. |
double |
getEnthropy()
Returns the enthropy. |
double |
getFormationEnergy()
Returns the formation energy (Gibbs energy). |
double |
getFormationEnthalpy()
Returns the formation enthalpy. |
double[] |
getIonizationEnergies()
Returns the energy needed to remove the first, second... |
java.util.Map |
getIsotopes()
Returns the map of mass number/abundance. |
int |
getMassNumber()
Returns the mass number. |
double |
getMeltingPoint()
Returns the melting point (K). |
java.lang.String |
getName()
Returns the name. |
int[] |
getQuantumLayers()
Returns the number of electrons in each of the quantum layers in ascending order (s, p, d, f, g, h, i...) for this element. |
double |
getSpecificHeat()
Returns the specific heat. |
double |
getThermalConductivity()
Returns the thermal conductivity. |
protected void |
setAtomicNumber(int z)
DOCUMENT ME! |
protected void |
setAtomicRadius(double atomRadius)
DOCUMENT ME! |
protected void |
setBoilingPoint(double boil)
DOCUMENT ME! |
protected void |
setCovalentRadius(double covRadius)
DOCUMENT ME! |
protected void |
setDensity(double rho)
DOCUMENT ME! |
protected void |
setElectricalConductivity(double elect)
DOCUMENT ME! |
protected void |
setElectronegativity(double en)
DOCUMENT ME! |
protected void |
setElectronicAffinity(double affinity)
DOCUMENT ME! |
protected void |
setEnthropy(double enthropy)
DOCUMENT ME! |
protected void |
setFormationEnergy(double energy)
DOCUMENT ME! |
protected void |
setFormationEnthalpy(double enthaply)
DOCUMENT ME! |
protected void |
setIonizationEnergies(double[] energies)
DOCUMENT ME! |
protected void |
setIsotopes(java.util.Map isotopes)
DOCUMENT ME! |
protected void |
setMassNumber(int m)
DOCUMENT ME! |
protected void |
setMeltingPoint(double melt)
DOCUMENT ME! |
protected void |
setQuantumLayers(int[] layers)
DOCUMENT ME! |
protected void |
setSpecificHeat(double heat)
DOCUMENT ME! |
protected void |
setThermalConductivity(double therm)
DOCUMENT ME! |
java.lang.String |
toString()
Returns the chemical symbol. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Element(java.lang.String title,
java.lang.String label)
title - DOCUMENT ME!label - DOCUMENT ME!| Method Detail |
|---|
public java.lang.String getName()
getName in interface Namedpublic int getAtomicNumber()
protected void setAtomicNumber(int z)
z - DOCUMENT ME!public int getMassNumber()
protected void setMassNumber(int m)
m - DOCUMENT ME!public int[] getQuantumLayers()
protected void setQuantumLayers(int[] layers)
layers - DOCUMENT ME!public double getElectronegativity()
protected void setElectronegativity(double en)
en - DOCUMENT ME!public double getCovalentRadius()
protected void setCovalentRadius(double covRadius)
covRadius - DOCUMENT ME!public double getAtomicRadius()
protected void setAtomicRadius(double atomRadius)
atomRadius - DOCUMENT ME!public double[] getIonizationEnergies()
protected void setIonizationEnergies(double[] energies)
energies - DOCUMENT ME!public double getElectronicAffinity()
protected void setElectronicAffinity(double affinity)
affinity - DOCUMENT ME!public double getMeltingPoint()
protected void setMeltingPoint(double melt)
melt - DOCUMENT ME!public double getBoilingPoint()
protected void setBoilingPoint(double boil)
boil - DOCUMENT ME!public double getDensity()
protected void setDensity(double rho)
rho - DOCUMENT ME!public double getFormationEnthalpy()
protected void setFormationEnthalpy(double enthaply)
enthaply - DOCUMENT ME!public double getFormationEnergy()
protected void setFormationEnergy(double energy)
energy - DOCUMENT ME!public double getEnthropy()
protected void setEnthropy(double enthropy)
enthropy - DOCUMENT ME!public double getSpecificHeat()
protected void setSpecificHeat(double heat)
heat - DOCUMENT ME!public double getElectricalConductivity()
protected void setElectricalConductivity(double elect)
elect - DOCUMENT ME!public double getThermalConductivity()
protected void setThermalConductivity(double therm)
therm - DOCUMENT ME!public java.util.Map getIsotopes()
protected void setIsotopes(java.util.Map isotopes)
isotopes - DOCUMENT ME!public boolean equals(java.lang.Object e)
equals in class java.lang.Objecte - an element.
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||