Class DefaultMatcher
java.lang.Object
org.openscience.cdk.smsd.algorithm.matchers.DefaultMatcher
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.
Checks if atom is matching between query and target molecules.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
- Source code:
- main
- Belongs to CDK module:
- smsd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isAtomMatch
(AtomMatcher atomMatcher1, AtomMatcher atomMatcher2, IAtomContainer ac2, IBond bondA2, boolean shouldMatchBonds) Deprecated.static boolean
isBondMatch
(BondMatcher bondMatcher, IAtomContainer ac2, IBond bondA2, boolean shouldMatchBonds) Deprecated.
-
Constructor Details
-
DefaultMatcher
public DefaultMatcher()Deprecated.
-
-
Method Details
-
isBondMatch
public static boolean isBondMatch(BondMatcher bondMatcher, IAtomContainer ac2, IBond bondA2, boolean shouldMatchBonds) Deprecated. -
isAtomMatch
public static boolean isAtomMatch(AtomMatcher atomMatcher1, AtomMatcher atomMatcher2, IAtomContainer ac2, IBond bondA2, boolean shouldMatchBonds) Deprecated.
-