@Deprecated public class VFlibMCSHandler extends AbstractMCSAlgorithm implements IMCSBase
VFMCSMapper
and reports MCS between
run query and target graphs. Then these solutions are extended
using McGregor McGregor
algorithm where ever required.| Constructor and Description |
|---|
VFlibMCSHandler()
Deprecated.
Constructor for an extended VF Algorithm for the MCS search
|
| 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.
|
boolean |
isBondMatchFlag()
Deprecated.
|
void |
searchMCS(boolean bondTypeMatch)
Deprecated.
Initialise the MCS search algorithm.
|
void |
set(IQueryAtomContainer source,
IAtomContainer target)
Deprecated.
Initialise the query and target molecule.
|
void |
set(MolHandler reactant,
MolHandler product)
Deprecated.
Initialise the query and target molecule.
|
void |
setBondMatchFlag(boolean shouldMatchBonds)
Deprecated.
|
public VFlibMCSHandler()
public void searchMCS(boolean bondTypeMatch)
searchMCS in class AbstractMCSAlgorithmbondTypeMatch - public void set(MolHandler reactant, MolHandler product)
public void set(IQueryAtomContainer source, IAtomContainer target)
public List<Map<IAtom,IAtom>> getAllAtomMapping()
getAllAtomMapping in interface IMCSBasepublic List<Map<Integer,Integer>> getAllMapping()
getAllMapping in interface IMCSBasepublic Map<IAtom,IAtom> getFirstAtomMapping()
getFirstAtomMapping in interface IMCSBasepublic Map<Integer,Integer> getFirstMapping()
getFirstMapping in interface IMCSBasepublic boolean isBondMatchFlag()
public void setBondMatchFlag(boolean shouldMatchBonds)
shouldMatchBonds - the shouldMatchBonds to setCopyright © 2021. All rights reserved.