Class VFMCSMapper
java.lang.Object
org.openscience.cdk.smsd.algorithm.vflib.map.VFMCSMapper
- All Implemented Interfaces:
IMapper
Deprecated.
SMSD has been deprecated from the CDK with a newer, more recent
version of SMSD is available at http://github.com/asad/smsd.
This class finds MCS between query and target molecules
using VF2 algorithm.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
- Source code:
- main
- Belongs to CDK module:
- smsd
-
Constructor Summary
ConstructorsConstructorDescriptionVFMCSMapper
(IAtomContainer queryMolecule, boolean bondMatcher) Deprecated.VFMCSMapper
(IQuery query) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint
countMaps
(IAtomContainer target) Deprecated.Returns solution map count.int
countMaps
(TargetProperties targetMolecule) Deprecated.Returns solution map count.getFirstMap
(IAtomContainer target) Deprecated.Returns first solution map.getFirstMap
(TargetProperties targetMolecule) Deprecated.Returns first solution map.getMaps
(IAtomContainer target) Deprecated.Returns all solution map.getMaps
(TargetProperties targetMolecule) Deprecated.Returns all solution map.protected static TimeManager
Deprecated.protected static double
Deprecated.boolean
hasMap
(IAtomContainer targetMolecule) Deprecated.checks if a map exits for a molecule.boolean
hasMap
(TargetProperties targetMolecule) Deprecated.checks if a map exits for a molecule.static boolean
Deprecated.protected static void
setTimeManager
(TimeManager aTimeManager) Deprecated.
-
Constructor Details
-
VFMCSMapper
Deprecated.- Parameters:
query
-
-
VFMCSMapper
Deprecated.- Parameters:
queryMolecule
-bondMatcher
-
-
-
Method Details
-
getTimeout
protected static double getTimeout()Deprecated.- Returns:
- the timeout
-
getTimeManager
Deprecated.- Returns:
- the timeManager
-
setTimeManager
Deprecated.- Parameters:
aTimeManager
- the timeManager to set
-
hasMap
Deprecated.checks if a map exits for a molecule. -
getMaps
Deprecated.Returns all solution map. -
getFirstMap
Deprecated.Returns first solution map.- Specified by:
getFirstMap
in interfaceIMapper
- Parameters:
target
-- Returns:
- get first map.
-
countMaps
Deprecated.Returns solution map count. -
hasMap
Deprecated.checks if a map exits for a molecule. -
getMaps
Deprecated.Returns all solution map. -
getFirstMap
Deprecated.Returns first solution map.- Specified by:
getFirstMap
in interfaceIMapper
- Parameters:
targetMolecule
-- Returns:
- get first map.
-
countMaps
Deprecated.Returns solution map count. -
isTimeOut
public static boolean isTimeOut()Deprecated.
-