|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
_post(self,
what,
at,
prior=False)
Post an event notice for process what for time at |
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)
Start the simulation and run its loop until the timeout ``until`` is
reached, stopSimulation is called, or no more events are scheduled. |
source code
|
|
Inherited from Simulation.Simulation :
allEventNotices ,
allEventTimes ,
has_events ,
now ,
peek ,
startCollection ,
step ,
stopSimulation
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|