Package SimPy :: Module testSimPy :: Class FilterConsumer
[hide private]
[frames] | no frames]

Class FilterConsumer

source code

    object --+        
             |        
 Lister.Lister --+    
                 |    
Simulation.Process --+
                     |
                    FilterConsumer

Used in testBufferFilter

Nested Classes [hide private]
  Widget

Instance Methods [hide private]
  getItems(self, store, a, b)
get all items with weight between a and b

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

Inherited from Simulation.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]

Inherited from Lister.Lister: indent


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

getItems(self, store, a, b)

source code 
get all items with weight between a and b