All Packages Class Hierarchy This Package Previous Next Index
Class crw.solid.Atom
java.lang.Object
|
+----crw.solid.Atom
- public class Atom
- extends Object
-
Atom()
- Default constructor - gives a Hydrogen atom.
-
Atom(Atom)
- A copy constructor.
-
Atom(int, float, int, String, String, String)
-
-
print()
-
Atom
public Atom()
- Default constructor - gives a Hydrogen atom.
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.)
Atom
public Atom(Atom a)
- A copy constructor.
- Parameters:
- a - an Atom object.
print
public void print()
All Packages Class Hierarchy This Package Previous Next Index