Beispiel #1
0
 def __init__(self, name="explicit"):
   """
   Constructor.
   """
   Formulation.__init__(self, name)
   ModuleExplicit.__init__(self)
   self._loggingPrefix = "TSEx "
   self.dtStable = None
   return
Beispiel #2
0
 def __init__(self, name="explicit"):
     """
 Constructor.
 """
     Formulation.__init__(self, name)
     ModuleExplicit.__init__(self)
     self._loggingPrefix = "TSEx "
     self.dtStable = None
     return