public class DefaultBondMatcher extends java.lang.Object implements BondMatcher
Constructor and Description |
---|
DefaultBondMatcher()
Constructor
|
DefaultBondMatcher(org.openscience.cdk.interfaces.IBond queryBond,
boolean shouldMatchBonds,
boolean shouldMatchRings,
boolean matchAtomTypes)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
isBondMatchFlag() |
boolean |
isShouldMatchRings() |
boolean |
matches(org.openscience.cdk.interfaces.IBond targetBond) |
public DefaultBondMatcher()
public DefaultBondMatcher(org.openscience.cdk.interfaces.IBond queryBond, boolean shouldMatchBonds, boolean shouldMatchRings, boolean matchAtomTypes)
queryBond
- query GraphMoleculeshouldMatchBonds
- bond match flagshouldMatchRings
- matchAtomTypes
- public boolean matches(org.openscience.cdk.interfaces.IBond targetBond)
matches
in interface BondMatcher
targetBond
- target bondpublic boolean isBondMatchFlag()
public boolean isShouldMatchRings()