JSci.chemistry.periodictable
Class Metal

java.lang.Object
  extended byJSci.chemistry.Element
      extended byJSci.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.
 
Methods inherited from class JSci.chemistry.Element
equals, getAtomicNumber, getAtomicRadius, getBoilingPoint, getCovalentRadius, getDensity, getElectricalConductivity, getElectronegativity, getMassNumber, getMeltingPoint, getName, getSpecificHeat, getThermalConductivity, setAtomicNumber, setAtomicRadius, setBoilingPoint, setCovalentRadius, setDensity, setElectricalConductivity, setElectronegativity, setMassNumber, setMeltingPoint, setSpecificHeat, setThermalConductivity, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Metal

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