JSci.chemistry.periodictable
Class NobleGas

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

public final class NobleGas
extends Element

A class representing noble gases.

See Also:
Serialized Form

Constructor Summary
NobleGas(java.lang.String title, java.lang.String label)
          Constructs a noble gas.
 
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

NobleGas

public NobleGas(java.lang.String title,
                java.lang.String label)
Constructs a noble gas.