Class RingManipulator
- java.lang.Object
-
- org.openscience.cdk.tools.manipulator.RingManipulator
-
-
Constructor Summary
Constructors Constructor Description RingManipulator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
markAromaticRings(IRing ring)
Marks the ring aromatic if all atoms and all bonds are aromatic.
-
-
-
Method Detail
-
markAromaticRings
public static void markAromaticRings(IRing ring)
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
-
-