|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsci.chemistry.Element
public class Element
A class representing chemical elements.
To obtain an instance of Element, use the PeriodicTable.getElement
method.
Constructor Summary | |
---|---|
Element(String title,
String label)
Constructs an element. |
Method Summary | |
---|---|
boolean |
equals(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. |
int |
getMassNumber()
Returns the mass number. |
double |
getMeltingPoint()
Returns the melting point (K). |
String |
getName()
Returns the name. |
double |
getSpecificHeat()
Returns the specific heat. |
double |
getThermalConductivity()
Returns the thermal conductivity. |
int |
hashCode()
|
String |
toString()
Returns the chemical symbol. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Element(String title, String label)
title
- name of element.label
- symbol for element.Method Detail |
---|
public String getName()
public int getAtomicNumber()
public int getMassNumber()
public double getElectronegativity()
public double getCovalentRadius()
public double getAtomicRadius()
public double getMeltingPoint()
public double getBoilingPoint()
public double getDensity()
public double getSpecificHeat()
public double getElectricalConductivity()
public double getThermalConductivity()
public boolean equals(Object e)
equals
in class Object
e
- an element.public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |