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

Class AlgorithmCombinator

source code

extern.log.log.Loggable --+
                          |
                         AlgorithmCombinator

Instance Methods [hide private]
 
__init__(self, algorithms) source code
 
call_algorithm(self, name, keycard) source code
 
create_combination(self, combination_spec) source code
 
create_fake_combination(self) source code
 
evaluate(self, keycard, context) source code
 
synchronous_evaluate(self, context) source code
 
create_parser(self, call_function) 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 = 'combinator'
Implementors can provide a category to log their messages under.

Inherited from extern.log.log.Loggable: __implemented__