Uses of Interface
org.openscience.cdk.smsd.algorithm.matchers.BondMatcher
Packages that use BondMatcher
-
Uses of BondMatcher in org.openscience.cdk.smsd.algorithm.matchers
Classes in org.openscience.cdk.smsd.algorithm.matchers that implement BondMatcherModifier and TypeClassDescriptionclass
Deprecated.This class is part of SMSD and either duplicates functionality elsewhere in the CDK or provides public access to internal implementation details.Methods in org.openscience.cdk.smsd.algorithm.matchers with parameters of type BondMatcherModifier and TypeMethodDescriptionstatic boolean
DefaultMatcher.isBondMatch
(BondMatcher bondMatcher, IAtomContainer ac2, IBond bondA2, boolean shouldMatchBonds) Deprecated.