@Deprecated public class CDKMCSHandler extends AbstractMCSAlgorithm implements IMCSBase
CDKMCS algorithm.| Constructor and Description |
|---|
CDKMCSHandler()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Map<IAtom,IAtom>> |
getAllAtomMapping()
Deprecated.
Returns all plausible mappings between query and target molecules.
|
List<Map<Integer,Integer>> |
getAllMapping()
Deprecated.
Returns all plausible mappings between query and target molecules.
|
Map<IAtom,IAtom> |
getFirstAtomMapping()
Deprecated.
Returns one of the best matches with atoms mapped.
|
Map<Integer,Integer> |
getFirstMapping()
Deprecated.
Returns one of the best matches with atom indexes mapped.
|
protected IAtomContainerSet |
getUncommon(IAtomContainer mol,
IAtomContainer mcss,
boolean shouldMatchBonds)
Deprecated.
|
void |
searchMCS(boolean shouldMatchBonds)
Deprecated.
Initialise the MCS search algorithm.
|
void |
set(IQueryAtomContainer source,
IAtomContainer target)
Deprecated.
Initialise the query and target molecule.
|
void |
set(MolHandler source,
MolHandler target)
Deprecated.
Initialise the query and target molecule.
|
public void set(MolHandler source, MolHandler target)
public void set(IQueryAtomContainer source, IAtomContainer target)
public void searchMCS(boolean shouldMatchBonds)
searchMCS in class AbstractMCSAlgorithmshouldMatchBonds - protected IAtomContainerSet getUncommon(IAtomContainer mol, IAtomContainer mcss, boolean shouldMatchBonds) throws CDKException
mol - mcss - shouldMatchBonds - CDKExceptionpublic List<Map<Integer,Integer>> getAllMapping()
getAllMapping in interface IMCSBasepublic Map<Integer,Integer> getFirstMapping()
getFirstMapping in interface IMCSBasepublic List<Map<IAtom,IAtom>> getAllAtomMapping()
getAllAtomMapping in interface IMCSBasepublic Map<IAtom,IAtom> getFirstAtomMapping()
getFirstAtomMapping in interface IMCSBaseCopyright © 2017. All Rights Reserved.