Package PyFoam :: Package Applications :: Module Comparator :: Class CommandChain
[hide private]
[frames] | no frames]

Class CommandChain

source code

object --+
         |
        CommandChain
Known Subclasses:
EvaluationChain, PreparationChain

Abstract base class for a number of commands

Instance Methods [hide private]
  __init__(self, c)
  execute(self, para, log)
Executes the chain @param para:A dictionary with the parameters

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


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, c)
(Constructor)

source code 
Parameters:
  • c - XML-Subtree that represents the chain
Overrides: object.__init__

execute(self, para, log)

source code 
Executes the chain @param para:A dictionary with the parameters
Parameters:
  • log - Logfile to write to