Package org.openscience.cdk.aromaticity
Class DoubleBondAcceptingAromaticityDetector
- java.lang.Object
-
- org.openscience.cdk.aromaticity.DoubleBondAcceptingAromaticityDetector
-
@Deprecated public class DoubleBondAcceptingAromaticityDetector extends Object
Deprecated.useAromaticity
with theElectronDonation.cdkAllowingExocyclic()
modelThis aromaticity detector detects the aromaticity based on the Hückel 4n+2 pi-electrons rule applied to isolated ring systems. It assumes CDK atom types to be perceived with theCDKAtomTypeMatcher
or with any compatible class.But unlike the
CDKHueckelAromaticityDetector
, this one accepts ring atoms with double bonds pointing out of the ring.- Author:
- egonw
- See Also:
CDKConstants
,CDKHueckelAromaticityDetector
- Source code:
- main
- Belongs to CDK module:
- standard
-
-
Constructor Summary
Constructors Constructor Description DoubleBondAcceptingAromaticityDetector()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
detectAromaticity(IAtomContainer atomContainer)
Deprecated.
-
-
-
Method Detail
-
detectAromaticity
public static boolean detectAromaticity(IAtomContainer atomContainer) throws CDKException
Deprecated.- Throws:
CDKException
-
-