JSci.chemistry
Class Atom

java.lang.Object
  extended by JSci.physics.Particle
      extended by JSci.chemistry.Atom
All Implemented Interfaces:
java.io.Serializable

public class Atom
extends Particle

A class representing atoms.

Version:
0.1
Author:
Mark Hale
See Also:
Serialized Form

Field Summary
 Nucleon[] nucleus
          Nucleus.
 Lepton[] shell
          Shell.
 
Constructor Summary
Atom(Element e)
          Constructs an atom.
 
Method Summary
 Molecule combine(Atom a)
          Combine two atoms together.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shell

public Lepton[] shell
Shell.


nucleus

public Nucleon[] nucleus
Nucleus.

Constructor Detail

Atom

public Atom(Element e)
Constructs an atom.

Method Detail

combine

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