Ejemplo n.º 1
0
 def __init__(self):
     IMProvNode.__init__(self, self.__class__.__name__)
     self.addNode(IMProvNode("ShREEKPlugins"))
     self.addNode(IMProvNode("ShREEKMonitors"))
     self.addNode(IMProvNode("ShREEKUpdators"))
     self.addPluginModule("ShREEK.ShREEK_common")
     self.addPluginModule("ShREEK.ControlPoints.ActionImpl")
     self.addPluginModule("ShREEK.ControlPoints.CondImpl")
     self._TaskTree = None
Ejemplo n.º 2
0
 def __init__(self, baseNodeName="IMProvDoc"):
     IMProvNode.__init__(self, baseNodeName)
Ejemplo n.º 3
0
 def __init__(self, baseNodeName = "IMProvDoc"):
     IMProvNode.__init__(self, baseNodeName)
Ejemplo n.º 4
0
 def __init__(self, **initArgs):
     IMProvNode.__init__(self, self.__class__.__name__,
                         **initArgs)
     self.addNode(IMProvNode("PositionalArgs"))
     self.addNode(IMProvNode("KeywordArgs"))
Ejemplo n.º 5
0
 def __init__(self, updatorName = None):
     IMProvNode.__init__(self, self.__class__.__name__)
     self.attrs['Name'] = updatorName
Ejemplo n.º 6
0
 def __init__(self):
     IMProvNode.__init__(self, "RunResDB")