Package | Description |
---|---|
JSci.chemistry |
Modifier and Type | Field and Description |
---|---|
Atom[] |
Molecule.atoms
Atoms.
|
Modifier and Type | Method and Description |
---|---|
Molecule |
Atom.combine(Atom a)
Combine two atoms together.
|
Molecule |
Molecule.combine(Atom a)
Combine with an atom.
|
Constructor and Description |
---|
Molecule(Atom a,
Atom b)
Constructs a molecule.
|
Molecule(Molecule m,
Atom a)
Constructs a molecule.
|