Exemple #1
0
 def __init__(self):
     """ Constructor <br>
         create new WatchVWFactory
     """
     VarWrapperFactory.__init__(self)
 def __init__(self):
     VarWrapperFactory.__init__(self)
 def __init__(self, distributedObjects):
     """ Constructor
     @param distributedObjects    distributedobjects.DistributedObjects, the DistributedObjects-Instance
     """
     VarWrapperFactory.__init__(self)
     self.distributedObjects = distributedObjects