Uses of Interface
org.openscience.cdk.smsd.algorithm.matchers.VFAtomMatcher
-
Packages that use VFAtomMatcher Package Description org.openscience.cdk.smsd.algorithm.matchers org.openscience.cdk.smsd.algorithm.vflib.builder org.openscience.cdk.smsd.algorithm.vflib.interfaces -
-
Uses of VFAtomMatcher in org.openscience.cdk.smsd.algorithm.matchers
Classes in org.openscience.cdk.smsd.algorithm.matchers that implement VFAtomMatcher Modifier and Type Class Description class
DefaultVFAtomMatcher
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 VFAtomMatcher in org.openscience.cdk.smsd.algorithm.vflib.builder
Methods in org.openscience.cdk.smsd.algorithm.vflib.builder that return VFAtomMatcher Modifier and Type Method Description VFAtomMatcher
NodeBuilder. getAtomMatcher()
Deprecated.Returns Query Atom.Methods in org.openscience.cdk.smsd.algorithm.vflib.builder with parameters of type VFAtomMatcher Modifier and Type Method Description INode
VFQueryBuilder. addNode(VFAtomMatcher matcher, IAtom atom)
Deprecated.Add and return a node for a query atomConstructors in org.openscience.cdk.smsd.algorithm.vflib.builder with parameters of type VFAtomMatcher Constructor Description NodeBuilder(VFAtomMatcher matcher)
Deprecated.Construct a node for a query atom -
Uses of VFAtomMatcher in org.openscience.cdk.smsd.algorithm.vflib.interfaces
Methods in org.openscience.cdk.smsd.algorithm.vflib.interfaces that return VFAtomMatcher Modifier and Type Method Description VFAtomMatcher
INode. getAtomMatcher()
Deprecated.Returns Query Atom.
-