Class BondManipulator

java.lang.Object
org.openscience.cdk.tools.manipulator.BondManipulator

public class BondManipulator extends Object
Class with convenience methods that provide methods to manipulate AtomContainer's. For example:
 AtomContainerManipulator.replaceAtomByAtom(container, atom1, atom2);
 
will replace the Atom in the AtomContainer, but in all the ElectronContainer's it participates too.
Author:
Egon Willighagen
Source code:
main
Belongs to CDK module:
core
Created on:
2003-08-07