|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJSci.physics.Particle
JSci.chemistry.Atom
public class Atom
A class representing atoms.
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 |
---|
public Lepton[] shell
public Nucleon[] nucleus
Constructor Detail |
---|
public Atom(Element e)
Method Detail |
---|
public Molecule combine(Atom a)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |