Package rdkit :: Package Chem :: Module FragmentMatcher :: Class FragmentMatcher
[hide private]
[frames] | no frames]

type FragmentMatcher

source code

object --+
         |
        FragmentMatcher

Instance Methods [hide private]
 
__init__(self) source code
 
AddExclusion(self, sma) source code
 
Init(self, sma) source code
 
GetSMARTS(self) source code
 
GetExclusionSMARTS(self) source code
 
HasMatch(self, mol) source code
 
GetMatch(self, mol) source code
 
GetMatches(self, mol, uniquify=1) source code
 
GetBond(self, idx) source code
Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)