Package SimPy :: Module SimulationStep :: Class __Evlist
[show private | hide private]
[frames | no frames]

Class __Evlist


Defines event list and operations on it
Method Summary
  __init__(self)
  _nextev(self)
Retrieve next event from event list
  _post(self, what, at, prior)
Post an event notice for process what for time at
  _unpost(self, whom)
Search through all event notices at whom's event time and remove whom's event notice if whom is a suspended process

Method Details

_nextev(self)

Retrieve next event from event list

_post(self, what, at, prior=0)

Post an event notice for process what for time at

_unpost(self, whom)

Search through all event notices at whom's event time and remove whom's event notice if whom is a suspended process

Generated by Epydoc 2.1 on Thu Jun 09 16:09:39 2005 http://epydoc.sf.net