A B C D E F G H I J K L M N O P Q R S T U V W X Y

K

keyPressed(KeyEvent) - Method in class vanetsim.gui.DrawingArea
Allows panning through pressing the keyboard arrows.
keyReleased(KeyEvent) - Method in class vanetsim.gui.DrawingArea
Does nothing.
keyTyped(KeyEvent) - Method in class vanetsim.gui.DrawingArea
Does nothing.
KnownMessages - Class in vanetsim.scenario
This class stores various messages in multiple separate arrays: messages which were received but not yet processed messages to be executed messages that need to be forwarded old messages to prevent problems in broadcast mode The arrays are not resized on every operation.
KnownMessages(Vehicle) - Constructor for class vanetsim.scenario.KnownMessages
Constructor.
KnownMessages() - Constructor for class vanetsim.scenario.KnownMessages
 
KnownPenalties - Class in vanetsim.scenario
Stores all known penalties for streets.
KnownPenalties(Vehicle) - Constructor for class vanetsim.scenario.KnownPenalties
Constructor.
KnownRSU - Class in vanetsim.scenario
A known RSU (discovered by receiving a beacon).
KnownRSU(RSU, long, int, int, boolean, int) - Constructor for class vanetsim.scenario.KnownRSU
Instantiates a new known RSU
KnownRSUsList - Class in vanetsim.scenario
A list of all known Road-Side-Units which was discovered through beacons.
KnownRSUsList() - Constructor for class vanetsim.scenario.KnownRSUsList
Empty constructor.
KnownVehicle - Class in vanetsim.scenario
A known vehicle (discovered by receiving a beacon).
KnownVehicle(Vehicle, long, int, int, int, double, boolean) - Constructor for class vanetsim.scenario.KnownVehicle
Instantiates a new known vehicle.
KnownVehiclesList - Class in vanetsim.scenario
A list of all known vehicles which was discovered through beacons.
KnownVehiclesList() - Constructor for class vanetsim.scenario.KnownVehiclesList
Empty constructor.

A B C D E F G H I J K L M N O P Q R S T U V W X Y