Package Chem :: Package Pharm2D :: Module SigFactory :: Class SigFactory
[hide private]
[frames] | no frames]

Class SigFactory

source code

object --+
         |
        SigFactory



SigFactory's are used by creating one, setting the relevant
parameters, then calling the GetSignature() method each time a
signature is required.



Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
SetPatterns(self, patts) source code
 
SetPatternsFromSmarts(self, smarts) source code
 
GetPatterns(self) source code
 
GetNumPatterns(self) source code
 
SetLabels(self, labels) source code
 
GetLabel(self, which) source code
 
GetLabels(self) source code
 
SetBins(self, bins)
bins should be a list of 2-tuples
source code
 
GetBins(self) source code
 
GetNumBins(self) source code
 
SetMinCount(self, min) source code
 
GetMinCount(self) source code
 
SetMaxCount(self, max) source code
 
GetMaxCount(self) source code
 
SetShortestPathsOnly(self, val) source code
 
GetShortestPathsOnly(self) source code
 
SetIncludeBondOrder(self, val) source code
 
GetIncludeBondOrder(self) source code
 
GetSignature(self, initialize=1) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)