Package org.openscience.cdk.smsd.ring
Interface RingFinder
- All Known Implementing Classes:
HanserRingFinder
Deprecated.
This class is part of SMSD and either duplicates functionality elsewhere in the CDK or provides public
access to internal implementation details. SMSD has been deprecated from the CDK with a newer, more recent
version of SMSD is available at http://github.com/asad/smsd.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk> 2009-2010
- Source code:
- main
- Belongs to CDK module:
- smsd
-
Method Summary
Modifier and TypeMethodDescriptionfindRings
(IAtomContainer molecule) Deprecated.Returns Collection of atoms in Rings based on Hanser Ring Finding methodgetRingSet
(IAtomContainer molecule) Deprecated.Returns CDK object Ring set based on Hanser Ring Finding method
-
Method Details
-
findRings
Deprecated.Returns Collection of atoms in Rings based on Hanser Ring Finding method- Parameters:
molecule
-- Returns:
- report collected the rings
-
getRingSet
Deprecated.Returns CDK object Ring set based on Hanser Ring Finding method- Parameters:
molecule
-- Returns:
- report collected the rings
- Throws:
CDKException
-