Evolife documentation

     summary     

    

******************************************************************************************
Module Evolife.Graphics.Simulation_Thread:        
=========================================
EVOLIFE: Simulation thread
******************************************************************************************


    **************************************************************************************
    Class Simulation:        inherits from threading.Thread
    ================
    Thread triggered by the "Step" and "Run" buttons
        of the Evolife window system
    **************************************************************************************

        ----------------------------------------------------------------------------------
        Method Simulation.__init__        
        ----------------------------------------------------------------------------------
        Arguments:
            . OneStep
            . funcmode
            . ReturnFromThread


        ----------------------------------------------------------------------------------
        Method Simulation.stop:        
        ======================
        stops the thread
        ----------------------------------------------------------------------------------


        ----------------------------------------------------------------------------------
        Method Simulation.run:        
        =====================
        launched by start()
        ----------------------------------------------------------------------------------


    

    

    Back to Evolife