Package org.openscience.cdk.smsd.ring
Class RingFilter
- java.lang.Object
-
- org.openscience.cdk.smsd.ring.RingFilter
-
@Deprecated public class RingFilter extends Object
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 and 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
-
-
Constructor Summary
Constructors Constructor Description RingFilter(AtomMatcher filter, RingFinder finder)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
filterAtoms(int atomLimit, Collection<List<IAtom>> rings, Collection<IAtom> atoms)
Deprecated.void
filterAtoms(IAtomContainer molecule, Collection<IAtom> atoms)
Deprecated.
-
-
-
Constructor Detail
-
RingFilter
public RingFilter(AtomMatcher filter, RingFinder finder)
Deprecated.
-
-
Method Detail
-
filterAtoms
public void filterAtoms(int atomLimit, Collection<List<IAtom>> rings, Collection<IAtom> atoms)
Deprecated.
-
filterAtoms
public void filterAtoms(IAtomContainer molecule, Collection<IAtom> atoms)
Deprecated.
-
-