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

O

offer(E) - Method in class java16.util.ArrayDeque
Inserts the specified element at the end of this deque.
offer(E) - Method in interface java16.util.Deque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offerFirst(E) - Method in class java16.util.ArrayDeque
Inserts the specified element at the front of this deque.
offerFirst(E) - Method in interface java16.util.Deque
Inserts the specified element at the front of this deque unless it would violate capacity restrictions.
offerLast(E) - Method in class java16.util.ArrayDeque
Inserts the specified element at the end of this deque.
offerLast(E) - Method in interface java16.util.Deque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
openFile(String) - Method in class vanetsim.gui.controlpanels.VehicleTypeDialog
Clears the JCombobox and adds new items from xml File
orderof(double, double) - Static method in class sun.awt.geom.Curve
 
originalDestinations_ - Variable in class vanetsim.scenario.Vehicle
The destinations this vehicle wants to visit.
OSMLoader - Class in vanetsim.map.OSM
A class including functionality to import streets from the OpenStreetMap project.
OSMNode - Class in vanetsim.map.OSM
A helper class for processing OpenStreetMap-Nodes.
OSMNode(double, double) - Constructor for class vanetsim.map.OSM.OSMNode
Instantiates a new helper node.
OSMNode(double, double, boolean) - Constructor for class vanetsim.map.OSM.OSMNode
Instantiates a new helper node.

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