|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJSci.physics.Particle
JSci.chemistry.Molecule
public class Molecule
A class representing molecules.
| Field Summary | |
|---|---|
Atom[] |
atoms
Atoms. |
| Constructor Summary | |
|---|---|
Molecule(Atom a,
Atom b)
Constructs a molecule. |
|
Molecule(Molecule m,
Atom a)
Constructs a molecule. |
|
| Method Summary | |
|---|---|
Molecule |
combine(Atom a)
Combine with an atom. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Atom[] atoms
| Constructor Detail |
|---|
public Molecule(Molecule m,
Atom a)
public Molecule(Atom a,
Atom b)
| Method Detail |
|---|
public Molecule combine(Atom a)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||