Constructor and Description |
---|
VF2(org.openscience.cdk.interfaces.IAtomContainer source,
org.openscience.cdk.interfaces.IAtomContainer target,
boolean shouldMatchBonds,
boolean shouldMatchRings,
boolean matchAtomType)
Constructor for an extended VF Algorithm for the MCS search
|
VF2(org.openscience.cdk.isomorphism.matchers.IQueryAtomContainer source,
org.openscience.cdk.interfaces.IAtomContainer target)
Constructor for an extended VF Algorithm for the MCS search
|
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 |
isSubgraph() |
public VF2(org.openscience.cdk.interfaces.IAtomContainer source, org.openscience.cdk.interfaces.IAtomContainer target, boolean shouldMatchBonds, boolean shouldMatchRings, boolean matchAtomType)
source
- target
- shouldMatchBonds
- shouldMatchRings
- matchAtomType
- public VF2(org.openscience.cdk.isomorphism.matchers.IQueryAtomContainer source, org.openscience.cdk.interfaces.IAtomContainer target)
source
- target
- public java.util.List<AtomAtomMapping> getAllAtomMapping()
IResults
getAllAtomMapping
in interface IResults
public AtomAtomMapping getFirstAtomMapping()
IResults
getFirstAtomMapping
in interface IResults
public boolean isSubgraph()