Module pypcsim :: Class PredicateBasedConnections
[hide private]
[frames] | no frames]

Class PredicateBasedConnections

    object --+        
             |        
   ??.instance --+    
                 |    
ConnectionIterator --+
                     |
                    PredicateBasedConnections

Help on PredicateBasedConnections [class]: Implementation of a ConnectionIterator which connects each pair for which the given connection decisions predicate is true.

Instance Methods [hide private]
 
__init__(...)
Help on PredicateBasedConnections::PredicateBasedConnections(boost::shared_ptr<ConnectionDecisionPredicate> predicate) [constructor]

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 68
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on PredicateBasedConnections::PredicateBasedConnections(boost::shared_ptr<ConnectionDecisionPredicate> predicate) [constructor]

Overrides: object.__init__