Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
Public Member Functions | Public Attributes | List of all members
Evolife.Graphics.Simulation_Thread.Simulation Class Reference

Simulation Thread #. More...

Inheritance diagram for Evolife.Graphics.Simulation_Thread.Simulation:
Inheritance graph
[legend]
Collaboration diagram for Evolife.Graphics.Simulation_Thread.Simulation:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, OneStep, funcmode, ReturnFromThread)
 
def stop (self)
 stops the thread More...
 
def run (self)
 launched by start() More...
 

Public Attributes

 Back
 
 Continuous
 
 Running
 
 BusyDisplay
 
 OneStep
 
 running
 

Detailed Description

Simulation Thread #.

Thread triggered by the "Step" and "Run" buttons of the Evolife window system

Definition at line 29 of file Simulation_Thread.py.

Constructor & Destructor Documentation

◆ __init__()

def Evolife.Graphics.Simulation_Thread.Simulation.__init__ (   self,
  OneStep,
  funcmode,
  ReturnFromThread 
)

Definition at line 33 of file Simulation_Thread.py.

Member Function Documentation

◆ run()

def Evolife.Graphics.Simulation_Thread.Simulation.run (   self)

launched by start()

Definition at line 51 of file Simulation_Thread.py.

◆ stop()

def Evolife.Graphics.Simulation_Thread.Simulation.stop (   self)

stops the thread

Definition at line 41 of file Simulation_Thread.py.

Member Data Documentation

◆ Back

Evolife.Graphics.Simulation_Thread.Simulation.Back

Definition at line 35 of file Simulation_Thread.py.

◆ BusyDisplay

Evolife.Graphics.Simulation_Thread.Simulation.BusyDisplay

Definition at line 38 of file Simulation_Thread.py.

◆ Continuous

Evolife.Graphics.Simulation_Thread.Simulation.Continuous

Definition at line 36 of file Simulation_Thread.py.

◆ OneStep

Evolife.Graphics.Simulation_Thread.Simulation.OneStep

Definition at line 39 of file Simulation_Thread.py.

◆ Running

Evolife.Graphics.Simulation_Thread.Simulation.Running

Definition at line 37 of file Simulation_Thread.py.

◆ running

Evolife.Graphics.Simulation_Thread.Simulation.running

Definition at line 59 of file Simulation_Thread.py.


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