def __init__(self):
     BaseSphereEntity.__init__(self)
     self._version = None
     self._url = None
     self._author = None
     self._depends = list()
     self._enabled = False
     self._installed = False
     self._lastUpdateDate = None
Exemple #2
0
 def __init__(self):
     BaseSphereEntity.__init__(self)
Exemple #3
0
 def __init__(self):
     BaseSphereEntity.__init__(self)
     self._rooms = list()
Exemple #4
0
 def __init__(self):
     BaseSphereEntity.__init__(self)
     self._floors = list()
Exemple #5
0
 def __init__(self):
     BaseSphereEntity.__init__(self)
     self._buildings = list()
 def __init__(self, name=BusType.UNKNOWN, description=BusType.UNKNOWN):
     BaseSphereEntity.__init__(self, name, description)
 def __init__(self, name = CoreEntity.UNKNOWN, description = CoreEntity.UNKNOWN):
     BaseSphereEntity.__init__(self, name, description)
     self._devices = list()
     self._busType = busType