All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.chemistry.Atom

java.lang.Object
   |
   +----JSci.physics.Particle
           |
           +----JSci.physics.ClassicalParticle
                   |
                   +----JSci.chemistry.Atom

public class Atom
extends ClassicalParticle
A class representing atoms.


Variable Index

 o nucleus
Nucleus.
 o shell
Shell.

Constructor Index

 o Atom(Element)
Constructs an atom.

Method Index

 o combine(Atom)
Combine two atoms together.

Variables

 o shell
 public Lepton shell[]
Shell.

 o nucleus
 public Nucleon nucleus[]
Nucleus.

Constructors

 o Atom
 public Atom(Element e)
Constructs an atom.

Methods

 o combine
 public Molecule combine(Atom a)
Combine two atoms together.


All Packages  Class Hierarchy  This Package  Previous  Next  Index