@Deprecated public class DefaultVFAtomMatcher extends Object implements VFAtomMatcher
| Constructor and Description | 
|---|
| DefaultVFAtomMatcher()Deprecated.  Constructor | 
| DefaultVFAtomMatcher(IAtomContainer queryContainer,
                    IAtom atom,
                    boolean shouldMatchBonds)Deprecated.  Constructor | 
| DefaultVFAtomMatcher(IAtomContainer queryContainer,
                    IAtom template,
                    int blockedPositions,
                    boolean shouldMatchBonds)Deprecated.  Constructor | 
| DefaultVFAtomMatcher(IQueryAtom smartQueryAtom,
                    IQueryAtomContainer container)Deprecated.  Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isBondMatchFlag()Deprecated.  | 
| boolean | matches(TargetProperties targetContainer,
       IAtom targetAtom)Deprecated.  | 
| void | setBondMatchFlag(boolean shouldMatchBonds)Deprecated.  | 
| void | setMaximumNeighbors(int maximum)Deprecated.  | 
| void | setSymbol(String symbol)Deprecated.  | 
public DefaultVFAtomMatcher()
public DefaultVFAtomMatcher(IAtomContainer queryContainer, IAtom atom, boolean shouldMatchBonds)
queryContainer - query atom containeratom - query atomshouldMatchBonds - bond matching flagpublic DefaultVFAtomMatcher(IQueryAtom smartQueryAtom, IQueryAtomContainer container)
smartQueryAtom - query atomcontainer - public DefaultVFAtomMatcher(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 void setMaximumNeighbors(int maximum)
maximum - numbers of connected atoms allowedpublic void setSymbol(String symbol)
symbol - public boolean matches(TargetProperties targetContainer, IAtom targetAtom)
matches in interface VFAtomMatcherCopyright © 2017. All Rights Reserved.