示例#1
0
 def __init__(self, name="implicit"):
   """
   Constructor.
   """
   Formulation.__init__(self, name)
   ModuleImplicit.__init__(self)
   self._loggingPrefix = "TSIm "
   return
示例#2
0
 def __init__(self, name="implicit"):
   """
   Constructor.
   """
   Formulation.__init__(self, name)
   ModuleImplicit.__init__(self)
   self._loggingPrefix = "TSIm "
   return
示例#3
0
 def __init__(self, name="explicit"):
   """
   Constructor.
   """
   Formulation.__init__(self, name)
   ModuleExplicit.__init__(self)
   self._loggingPrefix = "TSEx "
   self.dtStable = None
   return
示例#4
0
 def __init__(self, name="explicit"):
     """
 Constructor.
 """
     Formulation.__init__(self, name)
     ModuleExplicit.__init__(self)
     self._loggingPrefix = "TSEx "
     self.dtStable = None
     return