Esempio n. 1
0
 def __init__(self):
     '''
     Just call superclass constructors here.
     '''
     CharacteristicComponent.__init__(self)
     ContainerServices.__init__(self)
     return
Esempio n. 2
0
 def __init__(self):
     '''
     Just call superclass constructors here.
     '''
     CharacteristicComponent.__init__(self)
     ContainerServices.__init__(self)
     return
Esempio n. 3
0
    def __init__(self):
        """
        Call superclass constructors and define private variables
        """

        CharacteristicComponent.__init__(self)

        ContainerServices.__init__(self)
Esempio n. 4
0
 def __init__(self,ir=None):
     '''
     Just call superclass constructors here.
     '''
     if ir != None:
         CharacteristicComponent.__init__(self)
         ContainerServices.__init__(self)
         self.ir = ir
         BaseSimulator.__init__(self,ir)
     return
Esempio n. 5
0
    def __init__(self):
        '''
        Just call superclass constructors here.
        '''
        CharacteristicComponent.__init__(self)
        ContainerServices.__init__(self)

        self.count = 0
        self.size = 0
        self.waitTime = 0L
        return
Esempio n. 6
0
 def __init__(self):
     cc.__init__(self)
     services.__init__(self)
Esempio n. 7
0
 def __init__(self):
     cc.__init__(self)
     services.__init__(self)
     self.position = 0
     self.sequence = (1.1, 2.2, 3.3)