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

Class OneToOneWiringMethod

 object --+        
          |        
??.instance --+    
              |    
   WiringMethod --+
                  |
                 OneToOneWiringMethod

Help on OneToOneWiringMethod [class]: Simple implementation of WiringMethod which build a one-to-one connection between corresponding SimObject's in the SimObjectPopulation's

The correspondance is by index: The SimObject with index i in the source population is connected to the SimObject with index i in the destination population.

Instance Methods [hide private]
 
__init__(...)
Help on OneToOneWiringMethod::OneToOneWiringMethod(SimNetwork * net) [constructor]

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 OneToOneWiringMethod::OneToOneWiringMethod(SimNetwork * net) [constructor]

Help on OneToOneWiringMethod::OneToOneWiringMethod(SimNetwork & net) [constructor]

Overrides: object.__init__