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

R

readConfiguration() - Method in class java16.util.logging.LogManager
Reinitialize the logging properties and reread the logging configuration.
readConfiguration(InputStream) - Method in class java16.util.logging.LogManager
Reinitialize the logging properties and reread the logging configuration from the given stream, which should be in java.util.Properties format.
readFile(String) - Method in class vanetsim.gui.helpers.LogOperations
Method to read a file
readFileAndHeader(String) - Method in class vanetsim.gui.helpers.LogOperations
Method to read a file.
readFileWithoutHeader(String) - Method in class vanetsim.gui.helpers.LogOperations
Method to read a file without the header of the log
readJobs() - Method in class vanetsim.gui.helpers.LogAnalyser
reads the jobs in jobs.txt
receiveMessage(int, int, Message) - Method in class vanetsim.scenario.RSU
Receive a message from a vehicle.
receiveMessage(int, int, Message) - Method in class vanetsim.scenario.Vehicle
Receive a message from another vehicle.
receiveMouseEvent(int, int) - Method in class vanetsim.gui.controlpanels.AttackerPanel
Receives a mouse event.
receiveMouseEvent(int, int) - Method in class vanetsim.gui.controlpanels.EditControlPanel
Receives a mouse event and forwards it to the correct control panel.
receiveMouseEvent(int, int) - Method in class vanetsim.gui.controlpanels.EditEventControlPanel
Receives a mouse event.
receiveMouseEvent(int, int) - Method in class vanetsim.gui.controlpanels.EditOneVehicleControlPanel
Receives a mouse event.
receiveMouseEvent(int, int) - Method in class vanetsim.gui.controlpanels.EditStreetControlPanel
Receives a mouse event.
receiveMouseEvent(int, int) - Method in class vanetsim.gui.controlpanels.EditTrafficLightsControlPanel
Receives a mouse event.
receiveMouseEvent(int, int) - Method in class vanetsim.gui.controlpanels.MixZonePanel
Receives a mouse event.
receiveMouseEvent(int, int) - Method in class vanetsim.gui.controlpanels.ReportingControlPanel
Receives a mouse event for changing the monitored mix zone.
receiveMouseEvent(int, int) - Method in class vanetsim.gui.controlpanels.RSUPanel
Receives a mouse event.
RECT_INTERSECTS - Static variable in class sun.awt.geom.Curve
The rectangle intersection test counts the number of times that the path crosses through the shadow that the rectangle projects to the right towards (x => +INFINITY).
rectCrossingsForCubic(int, double, double, double, double, double, double, double, double, double, double, double, double, int) - Static method in class sun.awt.geom.Curve
Accumulate the number of times the cubic crosses the shadow extending to the right of the rectangle.
rectCrossingsForLine(int, double, double, double, double, double, double, double, double) - Static method in class sun.awt.geom.Curve
Accumulate the number of times the line crosses the shadow extending to the right of the rectangle.
rectCrossingsForPath(PathIterator, double, double, double, double) - Static method in class sun.awt.geom.Curve
Accumulate the number of times the path crosses the shadow extending to the right of the rectangle.
rectCrossingsForQuad(int, double, double, double, double, double, double, double, double, double, double, int) - Static method in class sun.awt.geom.Curve
Accumulate the number of times the quad crosses the shadow extending to the right of the rectangle.
refineTforY(double, double, double) - Method in class sun.awt.geom.Curve
 
refreshGUI() - Method in class vanetsim.gui.controlpanels.EditLogControlPanel
 
refreshTrafficSignals() - Method in class vanetsim.gui.controlpanels.EditTrafficLightsControlPanel
updates the traffic signal combobox
refreshVehicleTypes() - Method in class vanetsim.gui.controlpanels.EditOneVehicleControlPanel
updates the vehicle type combobox
refreshVehicleTypes() - Method in class vanetsim.gui.controlpanels.EditVehicleControlPanel
updates the vehicle types combobox
Region - Class in vanetsim.map
A region stores all objects in a specific part of the map.
Region(int, int, int, int, int, int) - Constructor for class vanetsim.map.Region
Constructor for a region.
remove() - Method in class java16.util.ArrayDeque
Retrieves and removes the head of the queue represented by this deque.
remove(Object) - Method in class java16.util.ArrayDeque
Removes a single instance of the specified element from this deque.
remove() - Method in interface java16.util.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - Method in interface java16.util.Deque
Removes the first occurrence of the specified element from this deque.
remove() - Method in class javax.xml.stream.util.EventReaderDelegate
 
remove(A_Star_Node) - Method in class vanetsim.routing.A_Star.A_Star_Queue
Removes a node from this queue.
remove(LaneObject) - Method in class vanetsim.scenario.LaneContainer
Removes an object.
removeEmptyTypes() - Method in class vanetsim.gui.controlpanels.VehicleTypeDialog
Remove JCombobox item if name is empty
removeFirst() - Method in class java16.util.ArrayDeque
 
removeFirst() - Method in interface java16.util.Deque
Retrieves and removes the first element of this deque.
removeFirstOccurrence(Object) - Method in class java16.util.ArrayDeque
Removes the first occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeFirstOccurrence(Object) - Method in interface java16.util.Deque
Removes the first occurrence of the specified element from this deque.
removeFromLane() - Method in class vanetsim.scenario.events.BlockingObject
Remove this BlockingObject from it's current lane.
removeHandler(Handler) - Method in class java16.util.logging.Logger
Remove a log Handler.
removeLast() - Method in class java16.util.ArrayDeque
 
removeLast() - Method in interface java16.util.Deque
Retrieves and removes the last element of this deque.
removeLastOccurrence(Object) - Method in class java16.util.ArrayDeque
Removes the last occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeLastOccurrence(Object) - Method in interface java16.util.Deque
Removes the last occurrence of the specified element from this deque.
removePropertyChangeListener(PropertyChangeListener) - Method in class java16.util.logging.LogManager
Removes an event listener for property change events.
Renderer - Class in vanetsim.gui
This class performs all rendering tasks.
report(String, String, Object, Location) - Method in interface javax.xml.stream.XMLReporter
Report the desired message in an application specific format.
REPORTER - Static variable in class javax.xml.stream.XMLInputFactory
The property used to set/get the implementation of the XMLReporter interface
ReportingControlPanel - Class in vanetsim.gui.controlpanels
This class contains the control elements for display of statistics and mix zone information
ReportingControlPanel() - Constructor for class vanetsim.gui.controlpanels.ReportingControlPanel
Constructor for this control panel.
require(int, String, String) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
require(int, String, String) - Method in interface javax.xml.stream.XMLStreamReader
Test if the current event is of the given type and if the namespace and name match the current namespace and name of the current event.
ReRender(boolean, boolean) - Method in class vanetsim.gui.Renderer
Schedules an update of the DrawingArea.
ReRenderManager - Class in vanetsim.gui.helpers
A small manager to get better user experience through buffering ReRender-calls.
reset() - Method in class java16.awt.geom.Path2D
Resets the path to empty.
reset() - Method in class java16.util.logging.LogManager
Reset the logging configuration.
reset(int) - Method in class vanetsim.routing.A_Star.A_Star_Node
Resets the values of the node to the default values so that it can be reused.
reset() - Method in class vanetsim.scenario.Vehicle
Resets this vehicle so that it can be reused.
resetGlobalRandomGenerator() - Static method in class vanetsim.scenario.Vehicle
Resets the global random number generator
resetNodeID() - Static method in class vanetsim.map.Node
Resets the node ID counter so that newly created nodes begin with an ID of 0.
resolveEntity(String, String, String, String) - Method in interface javax.xml.stream.XMLResolver
Retrieves a resource.
RESOLVER - Static variable in class javax.xml.stream.XMLInputFactory
The property used to set/get the implementation of the XMLResolver
revalidate() - Method in class vanetsim.gui.DrawingArea
This function gets called when a property value changes such that size, location or internal layout of change.
round(double) - Static method in class sun.awt.geom.Curve
 
RoutingAlgorithm - Interface in vanetsim.routing
An interface for routing algorithms.
RSU - Class in vanetsim.scenario
A Road-Side-Unit to send and receive WiFi signals.
RSU(int, int, int, boolean) - Constructor for class vanetsim.scenario.RSU
Instantiates a new RSU.
RSUPanel - Class in vanetsim.gui.controlpanels
This class represents the control panel for adding Road-Side-Units (RSUs).
RSUPanel() - Constructor for class vanetsim.gui.controlpanels.RSUPanel
Constructor.
run() - Method in class vanetsim.ConsoleStart
Thread which creates the GUI.
run() - Method in class vanetsim.gui.helpers.LogOperations
 
run() - Method in class vanetsim.gui.helpers.MouseClickManager
The thread which handles mouse drags and information display.
run() - Method in class vanetsim.gui.helpers.ReRenderManager
A thread which checks if a re-rendering is scheduled and then sleeps 50ms.
run() - Method in class vanetsim.simulation.SimulationMaster
The main method for the simulation master initializes the worker threads, manages them and initiates the render process and statistics updates.
run() - Method in class vanetsim.simulation.WorkerThread
The main method.
run() - Method in class vanetsim.VanetSimStart
Thread which creates the GUI.

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