IRing theRing = new org.openscience.cdk.Ring();
theRing.add(theRingSet.getAtomContainer(i));
if (theCalculator.isAromatic(theRing, theMolecule)) {
theModifiedRingSet.addAtomContainer(theRing);
}
}
if (!theModifiedRingSet.isEmpty()) {
theMolecule.setProperty("Aromatic_Ring", getcheckAromaticityDataFormat(theMolecule, theModifiedRingSet));