Package org.openscience.cdk.smsd.helper
Class FinalMappings
java.lang.Object
org.openscience.cdk.smsd.helper.FinalMappings
- All Implemented Interfaces:
IFinalMapping
Deprecated.
SMSD has been deprecated from the CDK with a newer, more recent
version of SMSD is available at http://github.com/asad/smsd.
Class that stores raw mapping(s) after each algorithm is executed.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Adds mapping to the mapping listvoidclear()Deprecated.clear the mappingDeprecated.Returns the stored mappingsstatic FinalMappingsDeprecated.Stores mapping solutionsDeprecated.Returns a mapping IteratorintgetSize()Deprecated.Returns number of stored mappingsfinal voidDeprecated.Sets mapping list
-
Constructor Details
-
FinalMappings
protected FinalMappings()Deprecated.
-
-
Method Details
-
getInstance
Deprecated.Stores mapping solutions- Returns:
- instance of this object
-
add
Deprecated.Adds mapping to the mapping list- Specified by:
addin interfaceIFinalMapping- Parameters:
mapping- List of all MCS mapping between a given reactant and product
-
set
Deprecated.Sets mapping list- Specified by:
setin interfaceIFinalMapping- Parameters:
list- list of mappings
-
getIterator
Deprecated.Returns a mapping Iterator- Specified by:
getIteratorin interfaceIFinalMapping- Returns:
- Iterator of mappings
-
clear
public void clear()Deprecated.clear the mapping- Specified by:
clearin interfaceIFinalMapping
-
getFinalMapping
Deprecated.Returns the stored mappings- Specified by:
getFinalMappingin interfaceIFinalMapping- Returns:
- get of MCS mapping List
-
getSize
public int getSize()Deprecated.Returns number of stored mappings- Specified by:
getSizein interfaceIFinalMapping- Returns:
- size of the mapping
-