Class SingleMapping
java.lang.Object
org.openscience.cdk.smsd.algorithm.single.SingleMapping
Deprecated.
This class is part of SMSD and either duplicates functionality elsewhere in the CDK or provides public
access to internal implementation details. 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 handles single atom mapping.
Either query and/or target molecule with single atom is mapped by this class.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOverLaps(IAtomContainer source, IAtomContainer target, boolean removeHydrogen) Deprecated.Returns single mapping solutions.getOverLaps(IQueryAtomContainer source, IAtomContainer target, boolean removeHydrogen) Deprecated.Returns single mapping solutions.
-
Constructor Details
-
SingleMapping
public SingleMapping()Deprecated.Default
-
-
Method Details
-
getOverLaps
protected List<Map<IAtom,IAtom>> getOverLaps(IAtomContainer source, IAtomContainer target, boolean removeHydrogen) throws CDKException Deprecated.Returns single mapping solutions.- Parameters:
source-target-removeHydrogen-- Returns:
- Mappings
- Throws:
CDKException
-
getOverLaps
protected List<Map<IAtom,IAtom>> getOverLaps(IQueryAtomContainer source, IAtomContainer target, boolean removeHydrogen) throws CDKException Deprecated.Returns single mapping solutions.- Parameters:
source-target-removeHydrogen-- Returns:
- Mappings
- Throws:
CDKException
-