Uses of Class
org.openscience.cdk.smsd.algorithm.vflib.map.Match
Packages that use Match
Package
Description
-
Uses of Match in org.openscience.cdk.smsd.algorithm.vflib.interfaces
Methods in org.openscience.cdk.smsd.algorithm.vflib.interfaces that return MatchModifier and TypeMethodDescriptionIState.nextCandidate()
Deprecated.Returns the next candidate match.Methods in org.openscience.cdk.smsd.algorithm.vflib.interfaces with parameters of type MatchModifier and TypeMethodDescriptionboolean
IState.isMatchFeasible
(Match match) Deprecated.Returns true if the given match will work with the current map, or false otherwise.Deprecated.Returns a state in which the atoms in match have been added to the current mapping. -
Uses of Match in org.openscience.cdk.smsd.algorithm.vflib.map
Methods in org.openscience.cdk.smsd.algorithm.vflib.map that return MatchModifier and TypeMethodDescriptionVFState.nextCandidate()
Deprecated.Returns the next candidate match.Methods in org.openscience.cdk.smsd.algorithm.vflib.map with parameters of type MatchModifier and TypeMethodDescriptionboolean
VFState.isMatchFeasible
(Match match) Deprecated.Returns true if the given match will work with the current map, or false otherwise.Deprecated.Returns a state in which the atoms in match have been added to the current mapping.