@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 AbstractMCSAlgorithm
shouldMatchBonds
- protected IAtomContainerSet getUncommon(IAtomContainer mol, IAtomContainer mcss, boolean shouldMatchBonds) throws CDKException
mol
- mcss
- shouldMatchBonds
- CDKException
public List<Map<Integer,Integer>> getAllMapping()
getAllMapping
in interface IMCSBase
public Map<Integer,Integer> getFirstMapping()
getFirstMapping
in interface IMCSBase
public List<Map<IAtom,IAtom>> getAllAtomMapping()
getAllAtomMapping
in interface IMCSBase
public Map<IAtom,IAtom> getFirstAtomMapping()
getFirstAtomMapping
in interface IMCSBase
Copyright © 2017. All Rights Reserved.