示例#1
0
 def __init__(self, uri=None):
     Entity.__init__(self, uri)
     self.velocity = None
     self.orientation = None
     self.direction = None
     self.size = None
     self.weight = None
     self.setType(RESOURCE.PHYSICALENTITY)
示例#2
0
 def __init__(self, uri=None):
     Entity.__init__(self, uri)
示例#3
0
 def __init__(self, uri=None):
     Entity.__init__(self, uri)
     self.setType(RESOURCE.ORGANIZATION)
 def __init__(self, uri=None):
     Entity.__init__(self, uri)
     self.realizedBy = None
     self.setType(RESOURCE.SYSTEMOFINTEREST)