Class JSci.chemistry.periodictable.Lawrencium
All Packages Class Hierarchy This Package Previous Next Index
Class JSci.chemistry.periodictable.Lawrencium
java.lang.Object
|
+----JSci.chemistry.Element
|
+----JSci.chemistry.periodictable.RareEarthMetal
|
+----JSci.chemistry.periodictable.Lawrencium
- public final class Lawrencium
- extends RareEarthMetal
A class representing lawrencium.
-
Lawrencium()
- Constructs lawrencium.
-
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.
Lawrencium
public Lawrencium()
- Constructs lawrencium.
atomicNumber
public int atomicNumber()
- Returns the atomic number.
- Returns:
- 103
- Overrides:
- atomicNumber in class Element
massNumber
public int massNumber()
- Returns the mass number.
- Returns:
- 260
- Overrides:
- massNumber in class Element
electronegativity
public double electronegativity()
- Returns the electronegativity.
- Returns:
- Unknown
- Overrides:
- electronegativity in class Element
covalentRadius
public double covalentRadius()
- Returns the covalent radius.
- Returns:
- Unknown
- Overrides:
- covalentRadius in class Element
atomicRadius
public double atomicRadius()
- Returns the atomic radius.
- Returns:
- Unknown
- Overrides:
- atomicRadius in class Element
meltingPoint
public double meltingPoint()
- Returns the melting point.
- Returns:
- Unknown
- Overrides:
- meltingPoint in class Element
boilingPoint
public double boilingPoint()
- Returns the boiling point.
- Returns:
- Unknown
- Overrides:
- boilingPoint in class Element
density
public double density()
- Returns the density (293K).
- Returns:
- Unknown
- Overrides:
- density in class Element
specificHeat
public double specificHeat()
- Returns the specific heat.
- Returns:
- Unknown
- Overrides:
- specificHeat in class Element
electricalConductivity
public double electricalConductivity()
- Returns the electrical conductivity.
- Returns:
- Unknown
- Overrides:
- electricalConductivity in class Element
thermalConductivity
public double thermalConductivity()
- Returns the thermal conductivity.
- Returns:
- 0.1
- Overrides:
- thermalConductivity in class Element
toString
public String toString()
- Returns the chemical symbol.
- Returns:
- Lw
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index