Package org.openscience.cdk.smsd.tools
Class MolHandler
java.lang.Object
org.openscience.cdk.smsd.tools.MolHandler
Deprecated.
A more recent version of SMSD is available at
http://github.com/asad/smsd
Class that handles molecules for MCS search.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
-
Constructor Summary
ConstructorsConstructorDescriptionMolHandler(String molFile, boolean removeHydrogen, boolean cleanMolecule) Deprecated.Creates a new instance of MolHandlerMolHandler(IAtomContainer container, boolean removeHydrogen, boolean cleanMolecule) Deprecated.Creates a new instance of MolHandler -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the modified containerbooleanDeprecated.Returns true if hydrogens were made implicit else return false
-
Constructor Details
-
MolHandler
Deprecated.Creates a new instance of MolHandler- Parameters:
molFile- atomContainer file namecleanMolecule-removeHydrogen-
-
MolHandler
Deprecated.Creates a new instance of MolHandler- Parameters:
container- Molecule AtomContainercleanMolecule-removeHydrogen-
-
-
Method Details
-
getMolecule
Deprecated.Returns the modified container- Returns:
- get processed / modified container
-
getRemoveHydrogenFlag
public boolean getRemoveHydrogenFlag()Deprecated.Returns true if hydrogens were made implicit else return false- Returns:
- true if remove H else false
-