A lieu quand un taxi arrive à une station.
|
Methods
|
|
__init__
__repr__
__traitementStation
cheminStation
station
|
|
|
__init__
|
__init__ (
self,
temps,
taxi,
station,
cheminStation,
)
Constructeur.
- temps (Int)
- Le moment ou l'evenement aura lieu
- taxi (Taxi)
- Le taxi qui cree l'evenement
- station (Station)
- La station ou le taxi arrive
- cheminStation (Chemin)
- Chemin parcouru par la station
pour arriver à la station. (utile pour les
statistiques)
- retourne (EvArriverStation)
- EvArriverStation
|
|
|
__repr__
|
__repr__ ( self )
Donne des infos sur l'événement
|
|
|
__traitementStation
|
__traitementStation ( self )
Appeler par traiter.
Doit transmettre des infos à la station.
|
|
|
cheminStation
|
cheminStation ( self )
Selecteur.
- retourne (Chemin)
- Chemin a dû faire pour aller
à la station.
- depuis - 1.27
|
|
|
station
|
station ( self )
|