JSci.chemistry
Class IonicBond

java.lang.Object
  extended byJSci.chemistry.Bond
      extended byJSci.chemistry.IonicBond

public class IonicBond
extends Bond

An ionic bond between two atoms.


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

Constructor Detail

IonicBond

public IonicBond(Atom a,
                 Atom b)