示例#1
0
 def __init__(self, variable, distributedObjects):
     """ Constructor
     @param variable            variables.variable.Variable, Variable to wrap with the new DataGraphVW
     @param distributedObjects  distributedobjects.DistributedObjects, the DistributedObjects-Instance
     """
     DataGraphVW.__init__(self, variable, distributedObjects)
     self.templateHandler = StdVariableTemplateHandler(self, self.distributedObjects)
示例#2
0
 def __init__(self, variable, distributedObjects, vwFactory):
     """ Constructor
     @param variable            variables.variable.Variable, Variable to wrap with the new DataGraphVW
     @param distributedObjects  distributedobjects.DistributedObjects, the DistributedObjects-Instance
     """
     DataGraphVW.__init__(self, variable, distributedObjects)
     self.factory = vwFactory