Trees | Indices | Help |
|
---|
|
Encapsulates a single methods that will be executed by the simulation.
For example used to implement Person interaction/communication as the zombie infect.
Author: F. Ludwig
|
|||
|
|||
|
|||
Inherited from |
|
|||
sim = None the simulation this Message will be executed by (in mosp.core.Simulation.run) |
|
|||
func method to be called |
|||
args arguments for self.func |
|||
kwargs keyword arguments for self.func |
|||
time execution time of self.func |
|
|||
Inherited from |
|
Initializes Message object and schedules it for execution by mosp.core.Simulation.run()
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jul 6 13:59:49 2014 | http://epydoc.sourceforge.net |