Class JSci.physics.Atom
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.physics.Atom

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

public class Atom
extends Particle
A basic class representing atoms.

Variable Index

 o nucleus
Nucleus.
 o shell
Shell.

Constructor Index

 o Atom()
Constructs an atom.

Variables

 o shell
  public Lepton shell[]
Shell.
 o nucleus
  public Nucleon nucleus[]
Nucleus.

Constructors

 o Atom
  public Atom()
Constructs an atom.

All Packages  Class Hierarchy  This Package  Previous  Next  Index