Class ExactMapping
- java.lang.Object
-
- org.openscience.cdk.smsd.algorithm.mcsplus.ExactMapping
-
@Deprecated public class ExactMapping extends Object
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 handles MCS between two identical molecules. Hence they generate am MCS where all atoms are mapped.- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
- Source code:
- main
- Belongs to CDK module:
- smsd
-
-
Constructor Summary
Constructors Constructor Description ExactMapping()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static List<List<Integer>>
extractMapping(List<List<Integer>> mappings, List<Integer> compGraphNodes, List<Integer> cliqueListOrg)
Deprecated.
-