CompoundPye  0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
 All Classes Namespaces Functions Variables Pages
CompoundPye.src.Components.Connections.connection.Connection Class Reference

Basic connection class, with only 2 variables, self.weight and self.target. More...

Public Member Functions

def __init__
 Initializes a Connecion-object. More...
 

Detailed Description

Basic connection class, with only 2 variables, self.weight and self.target.

A component and sensor should have a list of connections, that hold objects of this class. They specify their connections to other components.

Constructor & Destructor Documentation

def CompoundPye.src.Components.Connections.connection.Connection.__init__ (   self,
  weight,
  target 
)

Initializes a Connecion-object.

Parameters
weightStrength of the connection.
targetComponent-object that is to be the target of the connection.

The documentation for this class was generated from the following file: