Ejemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     self.newdata = SimEvent()
     self.sndnext = SimEvent()
     self.rcvdata = SimEvent()
     Agent.__init__(self, *args, **kwargs)
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     Agent.__init__(self, *args, **kwargs)
Ejemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     self.probe = None       # probe routes?
     self.destinations = []  # possible destinations
     self.probed = []        # destinations probed
     Agent.__init__(self, *args, **kwargs)