def __init__(self, xml_file_path):
     ABCAsynchronous.__init__(self)
     ABCGroupAdapter.__init__(self, xml_file_path)
     self.log = get_logger(self.__class__.__module__)
 def __init__(self, xml_file_path):
     MatlabAnalyzer.__init__(self)
     ABCGroupAdapter.__init__(self, xml_file_path)
 def __init__(self, xml_file_path):
     MatlabAnalyzer.__init__(self)
     ABCGroupAdapter.__init__(self, xml_file_path)
 def __init__(self, xml_file_path):
     ABCGroupAdapter.__init__(self, xml_file_path)
     self.matlab_worker = MatlabWorker()