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)
def __init__(self, uri=None): Entity.__init__(self, uri)
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)