Package flumotion :: Package component :: Package bouncers :: Module combinator :: Class OrNode
[hide private]

type OrNode

source code

                 object --+    
                          |    
extern.log.log.Loggable --+    
                          |    
             CombinatorNode --+
                              |
                             OrNode

Instance Methods [hide private]
 
__init__(self, tokens) source code
 
evaluate(self, keycard, context) source code
 
set_result(self, _, keycard, child, results, context) source code
 
synchronous_evaluate(self, context) source code

Inherited from extern.log.log.Loggable: __providedBy__, __provides__, debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  logCategory = 'ornode'
Implementors can provide a category to log their messages under.

Inherited from extern.log.log.Loggable: __implemented__

Method Details [hide private]

__init__(self, tokens)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)