JSci.chemistry.periodictable
Class Metal

java.lang.Object
  extended by JSci.chemistry.Element
      extended by JSci.chemistry.periodictable.Metal
All Implemented Interfaces:
java.io.Serializable

public final class Metal
extends Element

A class representing metals.

See Also:
Serialized Form

Constructor Summary
Metal(java.lang.String title, java.lang.String label)
          Constructs a metal.
 
Method Summary
 
Methods inherited from class JSci.chemistry.Element
equals, getAtomicNumber, getAtomicRadius, getBoilingPoint, getCovalentRadius, getDensity, getElectricalConductivity, getElectronegativity, getMassNumber, getMeltingPoint, getName, getSpecificHeat, getThermalConductivity, hashCode, setAtomicNumber, setAtomicRadius, setBoilingPoint, setCovalentRadius, setDensity, setElectricalConductivity, setElectronegativity, setMassNumber, setMeltingPoint, setSpecificHeat, setThermalConductivity, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Metal

public Metal(java.lang.String title,
             java.lang.String label)
Constructs a metal.