|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RunWayCar in jist.swans.runway |
---|
Fields in jist.swans.runway declared as RunWayCar | |
---|---|
RunWayCar |
RunWayCar.next
|
RunWayCar |
RunWayCar.prev
|
Methods in jist.swans.runway that return RunWayCar | |
---|---|
RunWayCar |
RunWay.beginEnumCar(int lane)
|
RunWayCar |
RunWay.enumCar(int lane,
RunWayCar prevCar)
|
RunWayCar |
RunWay.getFirstCar(int lane)
|
protected RunWayCar |
RunWay.getLead(int lane,
RunWayCar car)
retourne le leader sur la voie lane par rapport à la voiture car |
protected RunWayCar |
RunWay.getLeadL(int lane,
RunWayCar car)
retourne le leader de gauche par rapport à la voiture car qui est sur lane |
protected RunWayCar |
RunWay.getLeadR(int lane,
RunWayCar car)
retourne le leader de droite par rapport à la voiture car qui est sur lane |
RunWayCar |
RunWay.initCar(java.lang.Integer id,
jist.swans.misc.Location loc)
|
RunWayCar |
RunWay.initCar(java.lang.Integer id,
jist.swans.misc.Location loc,
RunWayCar.RunWayCarStats stats)
|
Methods in jist.swans.runway with parameters of type RunWayCar | |
---|---|
void |
RunWay.Lane.addCar(RunWayCar c)
ajoute un véhicule au début de la file |
void |
RunWay.changeLane(RunWayCar car,
int oldLane,
int newLane)
|
void |
RunWay.Lane.delCar(RunWayCar c)
|
RunWayCar |
RunWay.enumCar(int lane,
RunWayCar prevCar)
|
jist.swans.misc.Location |
RunWay.getCarLocation(RunWayCar car)
|
protected RunWayCar |
RunWay.getLead(int lane,
RunWayCar car)
retourne le leader sur la voie lane par rapport à la voiture car |
protected RunWayCar |
RunWay.getLeadL(int lane,
RunWayCar car)
retourne le leader de gauche par rapport à la voiture car qui est sur lane |
protected RunWayCar |
RunWay.getLeadR(int lane,
RunWayCar car)
retourne le leader de droite par rapport à la voiture car qui est sur lane |
void |
RunWay.Lane.insertCar(RunWayCar newCar)
insert un véhicule à son bonne emplacement en fonction de son emplacement sur son ancienne fil |
void |
RunWay.Lane.insertCar(RunWayCar newCar,
RunWayCar nextCar)
Ajoute un véhicule à la fil avant un véhicule particulier |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |