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

type RecapHierarchyNode

source code

object --+
         |
        RecapHierarchyNode

This class is used to hold the Recap hiearchy
  

Instance Methods [hide private]
 
__init__(self, mol) source code
 
GetAllChildren(self)
returns a dictionary, keyed by SMILES, of children
source code
 
GetLeaves(self)
returns a dictionary, keyed by SMILES, of leaf (terminal) nodes
source code
 
getUltimateParents(self)
returns all the nodes in the hierarchy tree that contain this...
source code
 
_gacRecurse(self, res, terminalOnly=False) source code
 
__del__(self) source code
Class Variables [hide private]
  mol = None
  children = None
  parents = None
  smiles = None
Method Details [hide private]

__init__(self, mol)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

getUltimateParents(self)

source code 
returns all the nodes in the hierarchy tree that contain this
node as a child