Class JSci.chemistry.periodictable.Antimony
All Packages Class Hierarchy This Package Previous Next Index
Class JSci.chemistry.periodictable.Antimony
java.lang.Object
|
+----JSci.chemistry.Element
|
+----JSci.chemistry.periodictable.Metal
|
+----JSci.chemistry.periodictable.Antimony
- public final class Antimony
- extends Metal
A class representing antimony.
-
Antimony()
- Constructs antimony.
-
atomicNumber()
- Returns the atomic number.
-
atomicRadius()
- Returns the atomic radius.
-
boilingPoint()
- Returns the boiling point.
-
covalentRadius()
- Returns the covalent radius.
-
density()
- Returns the density (293K).
-
electricalConductivity()
- Returns the electrical conductivity.
-
electronegativity()
- Returns the electronegativity.
-
massNumber()
- Returns the mass number.
-
meltingPoint()
- Returns the melting point.
-
specificHeat()
- Returns the specific heat.
-
thermalConductivity()
- Returns the thermal conductivity.
-
toString()
- Returns the chemical symbol.
Antimony
public Antimony()
- Constructs antimony.
atomicNumber
public int atomicNumber()
- Returns the atomic number.
- Returns:
- 51
- Overrides:
- atomicNumber in class Element
massNumber
public int massNumber()
- Returns the mass number.
- Returns:
- 122
- Overrides:
- massNumber in class Element
electronegativity
public double electronegativity()
- Returns the electronegativity.
- Returns:
- 2.05
- Overrides:
- electronegativity in class Element
covalentRadius
public double covalentRadius()
- Returns the covalent radius.
- Returns:
- 1.41
- Overrides:
- covalentRadius in class Element
atomicRadius
public double atomicRadius()
- Returns the atomic radius.
- Returns:
- 1.53
- Overrides:
- atomicRadius in class Element
meltingPoint
public double meltingPoint()
- Returns the melting point.
- Returns:
- 904
- Overrides:
- meltingPoint in class Element
boilingPoint
public double boilingPoint()
- Returns the boiling point.
- Returns:
- 1860
- Overrides:
- boilingPoint in class Element
density
public double density()
- Returns the density (293K).
- Returns:
- 6.684
- Overrides:
- density in class Element
specificHeat
public double specificHeat()
- Returns the specific heat.
- Returns:
- 0.21
- Overrides:
- specificHeat in class Element
electricalConductivity
public double electricalConductivity()
- Returns the electrical conductivity.
- Returns:
- 0.0288e6
- Overrides:
- electricalConductivity in class Element
thermalConductivity
public double thermalConductivity()
- Returns the thermal conductivity.
- Returns:
- 0.243
- Overrides:
- thermalConductivity in class Element
toString
public String toString()
- Returns the chemical symbol.
- Returns:
- Sb
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index