Module pypcsim :: Class ConnObjectFactory
[hide private]
[frames] | no frames]

Class ConnObjectFactory

       object --+            
                |            
      ??.instance --+        
                    |        
     SimObjectFactory --+    
                        |    
SimObjectVariationFactory --+
                            |
                           ConnObjectFactory

Help on ConnObjectFactory [class]:

Instance Methods [hide private]
 
__init__(...)
Help on ConnObjectFactory::ConnObjectFactory(SimObjectFactory const & model) [constructor]
 
create(...)
 
init(...)
 
set(...)
Help on void ConnObjectFactory::set(std::string const & fieldname, RandomDistribution const & rd) [member function]

Inherited from SimObjectVariationFactory: setRandomEngine, unsetRandomEngine

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 80
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on ConnObjectFactory::ConnObjectFactory(SimObjectFactory const & model) [constructor]

Help on ConnObjectFactory::ConnObjectFactory(SimObjectVariationFactory const & model) [constructor]

Overrides: object.__init__

create(...)

 
Overrides: SimObjectFactory.create

set(...)

 

Help on void ConnObjectFactory::set(std::string const & fieldname, RandomDistribution const & rd) [member function]

Help on void ConnObjectFactory::set(std::string const & fieldname, ConnObjectValueGenerator const & val_gen) [member function]

Overrides: SimObjectVariationFactory.set