Exemplo n.º 1
0
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
     self._resources = []
     self._process = None
     self._zeitmengeneinheit_dict = {}
Exemplo n.º 2
0
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
Exemplo n.º 3
0
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
     self._zeitmengeneinheit_dict = {}
Exemplo n.º 4
0
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
     self._m_resources = []
     self._m_res_alt_group = []
Exemplo n.º 5
0
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
     self._dispoparams = {}  # dict mrp_area -> dispo_parameter
     self._ort = []
     self._dispo_bewegungen = []
Exemplo n.º 6
0
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
     if len(self._tokens) == 2 and self._tokens[-1] == '':
         self._tokens.pop()
Exemplo n.º 7
0
 def __init__(self, tokens, command):
     BaseItem.__init__(self, tokens, command)
     TrActivity.set_server_date(self._tokens[0])