Package SimPy :: Module SimulationTrace :: Class SimulationTrace
[hide private]
[frames] | no frames]

Class SimulationTrace

source code

           object --+    
                    |    
Simulation.Simulation --+
                        |
                       SimulationTrace

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
initialize(self) source code
 
activate(self, obj, process, at='undefined', delay='undefined', prior=False)
Application function to activate passive process.
source code
 
reactivate(self, obj, at='undefined', delay='undefined', prior=False)
Application function to reactivate a process which is active, suspended or passive.
source code
 
simulate(self, until=0)
Schedules Processes / semi - coroutines until time 'until'
source code

Inherited from Simulation.Simulation: allEventNotices, allEventTimes, now, startCollection, stopSimulation

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

initialize(self)

source code 
Overrides: Simulation.Simulation.initialize

activate(self, obj, process, at='undefined', delay='undefined', prior=False)

source code 

Application function to activate passive process.

Overrides: Simulation.Simulation.activate

reactivate(self, obj, at='undefined', delay='undefined', prior=False)

source code 

Application function to reactivate a process which is active, suspended or passive.

Overrides: Simulation.Simulation.reactivate

simulate(self, until=0)

source code 

Schedules Processes / semi - coroutines until time 'until'

Overrides: Simulation.Simulation.simulate