public class RemovingSEofNBMechanism extends Object implements IReactionMechanism
IAtomContainer
with an ILonPair electron less and an ISingleElectron more.Constructor and Description |
---|
RemovingSEofNBMechanism() |
Modifier and Type | Method and Description |
---|---|
IReaction |
initiate(IAtomContainerSet atomContainerSet,
ArrayList<IAtom> atomList,
ArrayList<IBond> bondList)
Initiates the process for the given mechanism.
|
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 one atombondList
- 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 © 2021. All rights reserved.