Constructor and Description |
---|
MCSPlusHandler(org.openscience.cdk.interfaces.IAtomContainer source,
org.openscience.cdk.interfaces.IAtomContainer target,
boolean shouldMatchBonds,
boolean shouldMatchRings,
boolean matchAtomType)
Constructor for the MCS Plus algorithm class
|
MCSPlusHandler(org.openscience.cdk.isomorphism.matchers.IQueryAtomContainer source,
org.openscience.cdk.interfaces.IAtomContainer target)
Constructor for the MCS Plus algorithm class
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AtomAtomMapping> |
getAllAtomMapping()
Returns all plausible mappings between query and target molecules.
|
AtomAtomMapping |
getFirstAtomMapping()
Returns one of the best matches with atoms mapped.
|
boolean |
isTimeout() |
public MCSPlusHandler(org.openscience.cdk.interfaces.IAtomContainer source, org.openscience.cdk.interfaces.IAtomContainer target, boolean shouldMatchBonds, boolean shouldMatchRings, boolean matchAtomType)
source
- target
- shouldMatchBonds
- shouldMatchRings
- matchAtomType
- public MCSPlusHandler(org.openscience.cdk.isomorphism.matchers.IQueryAtomContainer source, org.openscience.cdk.interfaces.IAtomContainer target)
source
- target
- public java.util.List<AtomAtomMapping> getAllAtomMapping()
getAllAtomMapping
in interface IResults
public AtomAtomMapping getFirstAtomMapping()
getFirstAtomMapping
in interface IResults
public boolean isTimeout()