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

Class PopObjectFactory

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

Help on PopObjectFactory [class]: Factory for SimObjects within population

Instance Methods [hide private]
 
__init__(...)
Help on PopObjectFactory::PopObjectFactory(SimObjectFactory const & model) [constructor]
 
announce(...)
 
create(...)
 
set(...)
Help on void PopObjectFactory::set(std::string const & fieldname, PopObjectValueGenerator 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__ = 76
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

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

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

Overrides: object.__init__

create(...)

 
Overrides: SimObjectFactory.create

set(...)

 

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

Overrides: SimObjectVariationFactory.set