Exemplo n.º 1
0
 def __init__(self, source, destination):
     Movement.__init__(self, source, destination)
Exemplo n.º 2
0
 def __init__(self, name=None):
     Movement.__init__(self, name)
     self.movements = {}
Exemplo n.º 3
0
 def __init__(self, name=None):
     Movement.__init__(self,name)
     self.movements = {}
Exemplo n.º 4
0
 def __init__(self, source, destination):
     Movement.__init__(self, source, destination)
     #composition
     self.movements = {}
     #aggregation
     self.nodes = {}
Exemplo n.º 5
0
 def __init__(self, source, destination):
     Movement.__init__(self, source, destination)
     #composition
     self.movements = {}
     #aggregation
     self.nodes = {}
Exemplo n.º 6
0
 def __init__(self, source, destination):
     Movement.__init__(self, source, destination)