Package org.openscience.cdk.aromaticity
Class DoubleBondAcceptingAromaticityDetector
java.lang.Object
org.openscience.cdk.aromaticity.DoubleBondAcceptingAromaticityDetector
Deprecated.
This 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 the
CDKAtomTypeMatcher
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:
- Source code:
- main
- Belongs to CDK module:
- standard
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
detectAromaticity
(IAtomContainer atomContainer) Deprecated.
-
Constructor Details
-
DoubleBondAcceptingAromaticityDetector
public DoubleBondAcceptingAromaticityDetector()Deprecated.
-
-
Method Details
-
detectAromaticity
Deprecated.- Throws:
CDKException
-
Aromaticity
with theElectronDonation.cdkAllowingExocyclic()
model