|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
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
|
|
|
|
Inherited from Simulation.Simulation :
allEventNotices ,
allEventTimes ,
now ,
startCollection ,
stopSimulation
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|