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

Class SpatialFamilyIDGenerator

 object --+    
          |    
??.instance --+
              |
             SpatialFamilyIDGenerator
Known Subclasses:

Help on SpatialFamilyIDGenerator [class]:
 Base class for generating several different families of objects (created by different factories) into one population. 
 
This is an abstract class to be extended for implementation of merging 
several different families of objects (created by different factories) into one population. 
One simple implementation for combining objects generated from several 
factories in one population is to specify probability of occuring for each family.

Instance Methods [hide private]
 
__init__(...)
Help on SpatialFamilyIDGenerator::SpatialFamilyIDGenerator() [constructor]
 
generateIDs(...)

Inherited from unreachable.instance: __new__

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

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

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on SpatialFamilyIDGenerator::SpatialFamilyIDGenerator() [constructor]

Overrides: object.__init__