Uses of Class
JSci.chemistry.Element

Packages that use Element
JSci.chemistry   
JSci.chemistry.periodictable   
 

Uses of Element in JSci.chemistry
 

Methods in JSci.chemistry that return Element
static Element PeriodicTable.getElement(java.lang.String name)
          Returns an element.
 

Constructors in JSci.chemistry with parameters of type Element
Atom(Element e)
          Constructs an atom.
 

Uses of Element in JSci.chemistry.periodictable
 

Subclasses of Element in JSci.chemistry.periodictable
 class AlkaliEarthMetal
          A class representing alkali earth metals.
 class AlkaliMetal
          A class representing alkali metals.
 class Halogen
          A class representing halogens.
 class Metal
          A class representing metals.
 class NobleGas
          A class representing noble gases.
 class NonMetal
          A class representing non-metals.
 class RareEarthMetal
          A class representing rare earth metals.
 class TransitionMetal
          A class representing transition metals.