Package SimPy :: Module SimulationTrace :: Class Trace
[show private | hide private]
[frames | no frames]

Type Trace

object --+    
         |    
    Lister --+
             |
            Trace


Method Summary
  __init__(self, start, end, toTrace, outfile)
  ifTrace(self, cond)
  recordActivate(self, who, when, prior)
  recordCancel(self, who, victim)
  recordEvent(self, command, whole)
  recordInterrupt(self, who, victim)
  recordReactivate(self, who, when, prior)
  recordSignal(self, evt)
  tactivate(self, par)
(Class method)
  tchange(self, **kmvar)
  thold(self, par)
(Class method)
  tpassivate(self, par)
(Class method)
  tqueueevent(self, par)
(Class method)
  trelease(self, par)
(Class method)
  trequest(self, par)
(Class method)
  treset(self)
  tsignal(self, evt)
(Class method)
  tstart(self)
  tstop(self)
  tterminated(self, who)
  ttext(self, par)
  twaitevent(self, par)
(Class method)
  twaituntil(self, par)
(Class method)
    Inherited from Lister
  __repr__(self)
  __str__(self)
  attrnames(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Class Variable Summary
dict commands = {4321: 'waitevent', 135: 'request', 999: 'wai...
dict commandsproc = {4321: <bound method type.twaitevent of <...
    Inherited from Lister
int indent = 0                                                                     

Class Variable Details

commands

Type:
dict
Value:
{135: 'request',
 246: 'release',
 999: 'waituntil',
 1234: 'hold',
 4321: 'waitevent',
 5678: 'passivate',
 8765: 'queueevent'}                                                   

commandsproc

Type:
dict
Value:
{135: <bound method type.trequest of <class 'SimPy.SimulationTrace.Tra\
ce'>>,
 246: <bound method type.trelease of <class 'SimPy.SimulationTrace.Tra\
ce'>>,
 999: <bound method type.twaituntil of <class 'SimPy.SimulationTrace.T\
race'>>,
 1234: <bound method type.thold of <class 'SimPy.SimulationTrace.Trace\
'>>,
...                                                                    

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