Package mosp :: Module core :: Class PersonActionBase
[hide private]
[frames] | no frames]

Class PersonActionBase

source code


Base class for Person actions. Every action is an own SimPy Process.


Author: F. Ludwig

Instance Methods [hide private]
 
go(self)
Person executes action (self.func) every self.every ticks.
source code

Inherited from SimPy.Lib.Process: __init__, acquired, active, cancel, interrupt, interruptReset, interrupted, passive, queuing, start, stored, terminated

Inherited from SimPy.Lib.Process (private): _hold, _passivate

Inherited from SimPy.Lister.Lister: __repr__, __str__, attrnames

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

Class Variables [hide private]

Inherited from SimPy.Lister.Lister: indent

Properties [hide private]

Inherited from object: __class__