Interface IFinalMapping
- All Known Implementing Classes:
FinalMappings
Deprecated.
SMSD has been deprecated from the CDK with a newer, more recent
version of SMSD is available at http://github.com/asad/smsd.
Interface for mappings.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
- Source code:
- main
- Belongs to CDK module:
- smsd
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Adds mapping to the mapping listvoid
clear()
Deprecated.clear the mappingDeprecated.Returns the stored mappingsDeprecated.Returns a mapping Iteratorint
getSize()
Deprecated.Returns number of stored mappingsvoid
Deprecated.Sets mapping list
-
Method Details
-
add
Deprecated.Adds mapping to the mapping list- Parameters:
mapping
- List of all MCS mapping between a given reactant and product
-
set
Deprecated.Sets mapping list- Parameters:
list
- List of all MCS mapping between a given reactant and product
-
getIterator
Deprecated.Returns a mapping Iterator- Returns:
- Iterator of mappings
-
clear
void clear()Deprecated.clear the mapping -
getFinalMapping
Deprecated.Returns the stored mappings- Returns:
- get of MCS mapping List
-
getSize
int getSize()Deprecated.Returns number of stored mappings- Returns:
- size of the mapping
-