Class RingManipulator
java.lang.Object
org.openscience.cdk.tools.manipulator.RingManipulator
- Source code:
- main
- Belongs to CDK module:
- standard
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
markAromaticRings
(IRing ring) Marks the ring aromatic if all atoms and all bonds are aromatic.
-
Constructor Details
-
RingManipulator
public RingManipulator()
-
-
Method Details
-
markAromaticRings
Marks the ring aromatic if all atoms and all bonds are aromatic. The method assumes that aromaticity of atoms and bonds have been detected beforehand- Parameters:
ring
- The ring to examine
-