JSci.chemistry
Class Bond

java.lang.Object
  extended by JSci.chemistry.Bond
Direct Known Subclasses:
CovalentBond, IonicBond

public abstract class Bond
extends java.lang.Object

A bond between two atoms.


Field Summary
protected  Atom atom1
           
protected  Atom atom2
           
 
Constructor Summary
Bond(Atom a, Atom b)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

atom1

protected final Atom atom1

atom2

protected final Atom atom2
Constructor Detail

Bond

public Bond(Atom a,
            Atom b)