Package SimPy :: Module testSimPyTrace :: Class ProducerWidget
[hide private]
[frames] | no frames]

Class ProducerWidget

source code

         object --+        
                  |        
      Lister.Lister --+    
                      |    
SimulationTrace.Process --+
                          |
                         ProducerWidget

Instance Methods [hide private]
  produce(self, buffer)
  producePriority(self, buffer, priority)
PriorityQ for Producers
  produce1(self, buffer)
  produceUnordered(self, buffer)

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

Inherited from SimulationTrace.Process (private): _hold, _passivate

Inherited from Lister.Lister: __repr__, __str__, attrnames

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


Class Variables [hide private]
  produced = 0

Inherited from Lister.Lister: indent


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

produce(self, buffer)

source code 
None

producePriority(self, buffer, priority)

source code 
PriorityQ for Producers

produce1(self, buffer)

source code 
None

produceUnordered(self, buffer)

source code 
None

Class Variable Details [hide private]

produced

None
Value:
0