Uses of Class
JSci.chemistry.Atom

Packages that use Atom
JSci.chemistry   
 

Uses of Atom in JSci.chemistry
 

Fields in JSci.chemistry declared as Atom
 Atom[] Molecule.atoms
          Atoms.
 

Methods in JSci.chemistry with parameters of type Atom
 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 Atom
Molecule(Atom a, Atom b)
          Constructs a molecule.
Molecule(Molecule m, Atom a)
          Constructs a molecule.