예제 #1
0
    def __init__(self, options):

        AbstractService.__init__(self, options)
        self.run_id = None
        self.ready_to_run = False
        self.model_system = None
예제 #2
0
    def __init__(self, options):

        AbstractService.__init__(self, options)
        self.run_id = None
        self.ready_to_run = False
        self.model_system = None
예제 #3
0
 def __init__(self, options):
     AbstractService.__init__(self, options)
예제 #4
0
 def __init__(self, options):
     AbstractService.__init__(self, options)