All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class crw.solidstate.Atom

java.lang.Object
   |
   +----crw.solidstate.Atom

public class Atom
extends Object

Constructor Index

 o Atom()
Default constructor - gives a Hydrogen atom.
 o Atom(Atom)
A copy constructor.
 o Atom(int, float, int, String, String, String)

Method Index

 o print()

Constructors

 o Atom
  public Atom()
Default constructor - gives a Hydrogen atom.

 o Atom
  public Atom(int Z,
              float A,
              int row,
              String column,
              String symbol,
              String name)
Parameters:
Z - the Atomic number.
A - the Atomic mass.
row - the row-number in the periodic table.
column - the Column (IA, VB, etc.) in the periodic table.
symbol - the Atomic symbol (e.g., H, He, Ga, etc.)
name - the name of the atom (e.g., Hydrogen, Nitrogen, etc.)
 o Atom
  public Atom(Atom a)
A copy constructor.

Parameters:
a - an Atom object.

Methods

 o print
  public void print()

All Packages  Class Hierarchy  This Package  Previous  Next  Index