@Deprecated public class DefaultBondMatcher extends Object implements BondMatcher
| Constructor and Description |
|---|
DefaultBondMatcher()
Deprecated.
Constructor
|
DefaultBondMatcher(IAtomContainer queryMol,
IBond queryBond,
boolean shouldMatchBonds)
Deprecated.
Constructor
|
DefaultBondMatcher(IQueryBond queryBond)
Deprecated.
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBondMatchFlag()
Deprecated.
|
boolean |
matches(IAtomContainer targetContainer,
IBond targetBond)
Deprecated.
|
void |
setBondMatchFlag(boolean shouldMatchBonds)
Deprecated.
|
public DefaultBondMatcher()
public DefaultBondMatcher(IAtomContainer queryMol, IBond queryBond, boolean shouldMatchBonds)
queryMol - query MoleculequeryBond - query MoleculeshouldMatchBonds - bond match flagpublic DefaultBondMatcher(IQueryBond queryBond)
queryBond - query Moleculepublic boolean matches(IAtomContainer targetContainer, IBond targetBond)
matches in interface BondMatchertargetContainer - target containertargetBond - target bondpublic boolean isBondMatchFlag()
public final void setBondMatchFlag(boolean shouldMatchBonds)
shouldMatchBonds - the shouldMatchBonds to setCopyright © 2022. All rights reserved.