@TestClass(value="org.openscience.cdk.reaction.mechanism.HeterolyticCleavageMechanismTest") public class HeterolyticCleavageMechanism extends Object implements IReactionMechanism
Constructor and Description |
---|
HeterolyticCleavageMechanism() |
@TestMethod(value="testInitiate_IAtomContainerSet_ArrayList_ArrayList") public IReaction initiate(IAtomContainerSet atomContainerSet, ArrayList<IAtom> atomList, ArrayList<IBond> bondList) throws CDKException
initiate
in interface IReactionMechanism
atomContainerSet
- atomList
- The list of atoms taking part in the mechanism. Only allowed two atoms.
The first atom receives the positive charge charge and the second
negative chargebondList
- The list of bonds taking part in the mechanism. Only allowed one bondCDKException
- if an error occurs during the reaction process.
See documentation for individual reaction processesCopyright © 2014. All Rights Reserved.