Package datk :: Package core :: Module distalgs :: Class Do_Nothing
[hide private]
[frames] | no frames]

Class Do_Nothing

source code

        Algorithm --+    
                    |    
Synchronous_Algorithm --+
                        |
                       Do_Nothing

Instance Methods [hide private]
 
trans_i(self, p, messages)
Determines what state transition a Process, p, will perform, having received messages, msgs
source code

Inherited from Synchronous_Algorithm: execute, msgs, print_algorithm_terminated, round, run, trans

Inherited from Algorithm: __call__, __init__, cleanup, cleanup_i, count_msg, delete, get, halt, halt_i, has, increment, msgs_i, output, set

Class Variables [hide private]

Inherited from Algorithm: DEFAULT, DEFAULT_PARAMS, QUIET, SILENT, VERBOSE

Method Details [hide private]

trans_i(self, p, messages)

source code 

Determines what state transition a Process, p, will perform, having received messages, msgs

Overrides: Algorithm.trans_i
(inherited documentation)