@Deprecated public class DefaultRGraphAtomMatcher extends Object implements AtomMatcher
| Constructor and Description |
|---|
DefaultRGraphAtomMatcher()
Deprecated.
Constructor
|
DefaultRGraphAtomMatcher(IAtomContainer queryContainer,
IAtom atom,
boolean shouldMatchBonds)
Deprecated.
Constructor
|
DefaultRGraphAtomMatcher(IAtomContainer queryContainer,
IAtom template,
int blockedPositions,
boolean shouldMatchBonds)
Deprecated.
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBondMatchFlag()
Deprecated.
|
boolean |
matches(IAtomContainer targetContainer,
IAtom targetAtom)
Deprecated.
|
void |
setBondMatchFlag(boolean shouldMatchBonds)
Deprecated.
|
void |
setMaximumNeighbors(int maximum)
Deprecated.
|
void |
setSymbol(String symbol)
Deprecated.
|
public DefaultRGraphAtomMatcher()
public DefaultRGraphAtomMatcher(IAtomContainer queryContainer, IAtom atom, boolean shouldMatchBonds)
queryContainer - query atom containeratom - query atomshouldMatchBonds - bond matching flagpublic DefaultRGraphAtomMatcher(IAtomContainer queryContainer, IAtom template, int blockedPositions, boolean shouldMatchBonds)
queryContainer - query atom containertemplate - query atomblockedPositions - shouldMatchBonds - bond matching flagpublic boolean isBondMatchFlag()
public final void setBondMatchFlag(boolean shouldMatchBonds)
shouldMatchBonds - the shouldMatchBonds to setpublic boolean matches(IAtomContainer targetContainer, IAtom targetAtom)
matches in interface AtomMatcherpublic void setMaximumNeighbors(int maximum)
maximum - numbers of connected atoms allowedpublic void setSymbol(String symbol)
symbol - Copyright © 2022. All rights reserved.