Uses of Class
JSci.chemistry.Molecule

Packages that use Molecule
JSci.chemistry   
 

Uses of Molecule in JSci.chemistry
 

Methods in JSci.chemistry that return Molecule
 Molecule Atom.combine(Atom a)
          Combine two atoms together.
 Molecule Molecule.combine(Atom a)
          Combine with an atom.
 

Constructors in JSci.chemistry with parameters of type Molecule
Molecule(Molecule m, Atom a)
          Constructs a molecule.