Interface VFAtomMatcher
-
- All Known Implementing Classes:
DefaultVFAtomMatcher
@Deprecated public interface VFAtomMatcher
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.Interface for the AtomMatcher (atoms) in graph.- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
- Source code:
- main
- Belongs to CDK module:
- smsd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
matches(TargetProperties container, IAtom atom)
Deprecated.
-
-
-
Method Detail
-
matches
boolean matches(TargetProperties container, IAtom atom)
Deprecated.
-
-