Uses of Interface
org.openscience.cdk.smsd.algorithm.matchers.VFBondMatcher
Packages that use VFBondMatcher
Package
Description
-
Uses of VFBondMatcher in org.openscience.cdk.smsd.algorithm.matchers
Classes in org.openscience.cdk.smsd.algorithm.matchers that implement VFBondMatcherModifier 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. -
Uses of VFBondMatcher in org.openscience.cdk.smsd.algorithm.vflib.builder
Methods in org.openscience.cdk.smsd.algorithm.vflib.builder that return VFBondMatcherMethods in org.openscience.cdk.smsd.algorithm.vflib.builder with parameters of type VFBondMatcherModifier and TypeMethodDescriptionVFQueryBuilder.connect
(INode source, INode target, VFBondMatcher matcher) Deprecated.Construct and return an edge for a given query and target nodeConstructors in org.openscience.cdk.smsd.algorithm.vflib.builder with parameters of type VFBondMatcherModifierConstructorDescriptionprotected
EdgeBuilder
(NodeBuilder source, NodeBuilder target, VFBondMatcher matcher) Deprecated. -
Uses of VFBondMatcher in org.openscience.cdk.smsd.algorithm.vflib.interfaces
Methods in org.openscience.cdk.smsd.algorithm.vflib.interfaces that return VFBondMatcher