Interface BondMatcher
-
- All Known Implementing Classes:
DefaultBondMatcher
@Deprecated public interface BondMatcher
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 BondMatcher (bonds) 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(IAtomContainer container, IBond atom)
Deprecated.
-
-
-
Method Detail
-
matches
boolean matches(IAtomContainer container, IBond atom)
Deprecated.
-
-