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

G

GeneralPath - Class in java16.awt.geom
The GeneralPath class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
GeneralPath() - Constructor for class java16.awt.geom.GeneralPath
Constructs a new empty single precision GeneralPath object with a default winding rule of Path2D.WIND_NON_ZERO.
GeneralPath(int) - Constructor for class java16.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule to control operations that require the interior of the path to be defined.
GeneralPath(int, int) - Constructor for class java16.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule and the specified initial capacity to store path coordinates.
GeneralPath(Shape) - Constructor for class java16.awt.geom.GeneralPath
Constructs a new GeneralPath object from an arbitrary Shape object.
get(Node) - Method in class vanetsim.routing.A_Star.A_Star_LookupTable
Returns the value to which the specified node is mapped, or null if this map contains no mapping for the key.
getAccelerationRate() - Method in class vanetsim.gui.controlpanels.EditOneVehicleControlPanel
Gets the vehicle acceleration rate TextField
getAccelerationRate() - Method in class vanetsim.scenario.Vehicle
Gets the acceleration rate
getActualJob() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getAddNote() - Method in class vanetsim.gui.controlpanels.EditOneVehicleControlPanel
Gets the TextAreaLabel in the add vehicle menu
getAdvancedDataFilePath_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the log file path for advanced attacks set in the gui
getAdvancedFilePath_() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getAffectedDirection() - Method in class vanetsim.scenario.events.StartBlocking
Gets the affected direction.
getAffectedLanes() - Method in class vanetsim.scenario.events.StartBlocking
Gets the amount of lanes (per direction) affected by this event.
getAllBlockingsArrayList() - Method in class vanetsim.scenario.events.EventList
Gets the list with all blocking events.
getAnonymousLogger() - Static method in class java16.util.logging.Logger
Create an anonymous Logger.
getAnonymousLogger(String) - Static method in class java16.util.logging.Logger
Create an anonymous Logger.
getARSU(int, int) - Static method in class vanetsim.scenario.AttackRSU
Get a Attack RSU with coordinates
getArsuID_() - Method in class vanetsim.scenario.AttackRSU
Returns the ARSU ID
getArsuList() - Static method in class vanetsim.scenario.Vehicle
 
getArsuRadius_() - Method in class vanetsim.gui.controlpanels.AttackerPanel
 
getAttackedVehicle() - Method in class vanetsim.gui.Renderer
 
getAttackedVehicleID_() - Static method in class vanetsim.scenario.Vehicle
 
getAttackerVehicle() - Method in class vanetsim.gui.Renderer
Gets the attacker vehicle.
getAttackType() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getAttributeByName(QName) - Method in interface javax.xml.stream.events.StartElement
Returns the attribute referred to by this name
getAttributeCount() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeCount() - Method in interface javax.xml.stream.XMLStreamReader
Returns the count of attributes on this START_ELEMENT, this method is only valid on a START_ELEMENT or ATTRIBUTE.
getAttributeLocalName(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeLocalName(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the localName of the attribute at the provided index
getAttributeName(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeName(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the qname of the attribute at the provided index
getAttributeNamespace(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeNamespace(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the namespace of the attribute at the provided index
getAttributePrefix(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the prefix of this attribute at the provided index
getAttributes() - Method in interface javax.xml.stream.events.StartElement
Returns an Iterator of non-namespace declared attributes declared on this START_ELEMENT, returns an empty iterator if there are no attributes.
getAttributeType(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeType(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the XML type of the attribute at the provided index
getAttributeValue(String, String) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeValue(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getAttributeValue(String, String) - Method in interface javax.xml.stream.XMLStreamReader
Returns the normalized attribute value of the attribute with the namespace and localName If the namespaceURI is null the namespace is not checked for equality
getAttributeValue(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the value of the attribute at the index
getAutoAddMixZones() - Method in class vanetsim.gui.controlpanels.MixZonePanel
Returns if mix zones are added automatically
getBaseURI() - Method in interface javax.xml.stream.events.EntityDeclaration
Get the base URI for this reference or null if this information is not available
getBeaconCountdown() - Method in class vanetsim.scenario.RSU
Gets the current beacon countdown
getBeaconCountdown() - Method in class vanetsim.scenario.Vehicle
Gets the current beacon countdown
getBeaconInterval() - Static method in class vanetsim.scenario.Vehicle
Returns the interval between beacons.
getbeaconMonitorEnabled() - Static method in class vanetsim.scenario.Vehicle
Gets beacon monitor status
getbeaconMonitorMaxX() - Static method in class vanetsim.scenario.Vehicle
Gets beacon monitor maxX coordinate
getbeaconMonitorMaxY() - Static method in class vanetsim.scenario.Vehicle
Gets beacon monitor maxY coordinate
getbeaconMonitorMinX() - Static method in class vanetsim.scenario.Vehicle
Gets beacon monitor minX coordinate
getbeaconMonitorMinY() - Static method in class vanetsim.scenario.Vehicle
Gets beacon monitor minY coordinate
getBeaconsEnabled() - Static method in class vanetsim.scenario.Vehicle
Signals if beacons are enabled.
getBiggerStreetValue() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getBigStreet_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the big street value set in the gui
getBlockingObjects() - Method in class vanetsim.scenario.events.StartBlocking
Gets the blocking objects.
getBounds() - Method in class java16.awt.geom.Path2D
getBounds2D() - Method in class java16.awt.geom.Path2D.Double
getBounds2D() - Method in class java16.awt.geom.Path2D.Float
getBrakingRate() - Method in class vanetsim.gui.controlpanels.EditOneVehicleControlPanel
Gets the vehicle braking rate TextField
getBrakingRate() - Method in class vanetsim.scenario.Vehicle
Gets the braking rate
getBridgePaintLines() - Method in class vanetsim.map.Street
Gets the lines to paint a bridge.
getBridgePaintPolygons() - Method in class vanetsim.map.Street
Gets the polygons to paint a bridge.
getBtnStart_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the start button element of the GUI
getBtnStop_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the stop button element of the GUI
getCharacterEncodingScheme() - Method in interface javax.xml.stream.events.StartDocument
Returns the encoding style of the XML data
getCharacterEncodingScheme() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getCharacterEncodingScheme() - Method in interface javax.xml.stream.XMLStreamReader
Returns the character encoding declared on the xml declaration Returns null if none was declared
getCharacterOffset() - Method in interface javax.xml.stream.Location
Return the byte or character offset into the input source this location is pointing to.
getChooseAttackType_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the choose attack type combo box element of the GUI
getColor() - Method in class vanetsim.gui.helpers.VehicleType
Gets the color of the vehicle type
getColor() - Method in class vanetsim.scenario.Vehicle
Gets the vehicle color.
getColorPreview() - Method in class vanetsim.gui.controlpanels.EditOneVehicleControlPanel
Gets the vehicle color Panel
getColumnNumber() - Method in interface javax.xml.stream.Location
Return the column number where the current event ends, returns -1 if none is available.
getCommDist() - Method in class vanetsim.gui.controlpanels.EditOneVehicleControlPanel
Gets the vehicle communications distance TextField
getCommunicationCountdown() - Method in class vanetsim.scenario.RSU
Gets the current communication countdown
getCommunicationCountdown() - Method in class vanetsim.scenario.Vehicle
Gets the current communication countdown
getCommunicationEnabled() - Static method in class vanetsim.scenario.Vehicle
Signals if communication is enabled.
getCommunicationInterval() - Static method in class vanetsim.scenario.Vehicle
Returns the interval between messages.
getCopyResultsBtn() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the copy button element of the GUI
getCounter() - Method in class vanetsim.routing.A_Star.A_Star_Node
Returns the current value for the counter
getCrossingStreets() - Method in class vanetsim.map.Node
Gets an array of the streets which are crossing in this node.
getCrossingStreetsCount() - Method in class vanetsim.map.Node
Gets the number of streets crossing in this node.
getCurDirection() - Method in class vanetsim.scenario.LaneObject
Gets the current direction on the street.
getCurLane() - Method in class vanetsim.scenario.LaneObject
Gets the current lane.
getCurMixNode_() - Method in class vanetsim.scenario.Vehicle
 
getCurPosition() - Method in class vanetsim.scenario.LaneObject
Gets the current relative position of this object.
getCurrentBlockingsArrayList() - Method in class vanetsim.scenario.events.EventList
Gets the list with the currently active events.
getCurrentPoint() - Method in class java16.awt.geom.Path2D
Returns the coordinates most recently added to the end of the path as a Point2D object.
getCurSpeed() - Method in class vanetsim.scenario.LaneObject
Gets the current speed of this object.
getCurStreet() - Method in class vanetsim.scenario.LaneObject
Gets the current street.
getCurWaitTime() - Method in class vanetsim.scenario.Vehicle
Gets the current wait time
getData() - Method in interface javax.xml.stream.events.Characters
Get the character data of this event
getData() - Method in interface javax.xml.stream.events.ProcessingInstruction
The data section of the processing instruction
getDataOfMixZoneLog(String[], String, int) - Method in class vanetsim.gui.helpers.LogOperations
Analyze traffic data to get information for an attack (for a mix node
getDeclaration() - Method in interface javax.xml.stream.events.EntityReference
Return the declaration of this entity.
getDefaultPath() - Method in class vanetsim.gui.helpers.VehicleTypeXML
Gets the defaultPath.
getDestinationRadius() - Method in class vanetsim.scenario.messages.Message
Gets the destination radius.
getDestinationRadiusSquared() - Method in class vanetsim.scenario.messages.Message
Gets the squared destination radius.
getDestinations() - Method in class vanetsim.scenario.Vehicle
Gets the destinations of this vehicle.
getDestinationX_() - Method in class vanetsim.scenario.messages.Message
Gets the x coordinate of the destination.
getDestinationY_() - Method in class vanetsim.scenario.messages.Message
Gets the y coordinate of the destination.
getDirection() - Method in class sun.awt.geom.Curve
 
getDirections() - Method in class vanetsim.scenario.KnownPenalties
Gets an array with the directions corresponding to the getStreets()-function.
getDisplayColor() - Method in class vanetsim.map.Street
Gets the display color of this street.
getDisplayName() - Method in class vanetsim.gui.helpers.StreetsJColorChooserPanel
The name displayed in the JColorChooser.
getDocumentTypeDeclaration() - Method in interface javax.xml.stream.events.DTD
Returns the entire Document Type Declaration as a string, including the internal DTD subset.
getDrivesStraigthValue() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getDTDType() - Method in interface javax.xml.stream.events.Attribute
Gets the type of this attribute, default is the String "CDATA"
getEditAttackerPanel_() - Method in class vanetsim.gui.controlpanels.EditControlPanel
 
getEditEventPanel() - Method in class vanetsim.gui.controlpanels.EditControlPanel
Gets the control panel to edit events.
getEditLogControlPanel_() - Method in class vanetsim.gui.controlpanels.EditControlPanel
 
getEditMixZonePanel_() - Method in class vanetsim.gui.controlpanels.EditControlPanel
 
getEditMode() - Method in class vanetsim.gui.controlpanels.EditControlPanel
Gets the current edit mode.
getEditOneVehiclePanel() - Method in class vanetsim.gui.controlpanels.EditControlPanel
Gets the editOneVehiclePanel to edit one vehicle.
getEditPanel() - Method in class vanetsim.gui.controlpanels.MainControlPanel
Gets the control panel on the edit tab.
getEditSettingsPanel() - Method in class vanetsim.gui.controlpanels.EditControlPanel
Gets the control panel to edit settings.
getEditStreetPanel() - Method in class vanetsim.gui.controlpanels.EditControlPanel
Gets the control panel to edit streets.
getEditVehiclePanel() - Method in class vanetsim.gui.controlpanels.EditControlPanel
Gets the control panel to edit vehicles.
getElementText() - Method in class javax.xml.stream.util.EventReaderDelegate
 
getElementText() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getElementText() - Method in interface javax.xml.stream.XMLEventReader
Reads the content of a text-only element.
getElementText() - Method in interface javax.xml.stream.XMLStreamReader
Reads the content of a text-only element, an exception is thrown if this is not a text-only element.
getEnableSilentPeriods_() - Method in class vanetsim.gui.controlpanels.SilentPeriodPanel
 
getEncoding() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getEncoding() - Method in interface javax.xml.stream.XMLStreamReader
Return input encoding if known or null if unknown.
getEncryptedBeacons_() - Method in class vanetsim.gui.controlpanels.MixZonePanel
 
getEncryptedLogging_() - Method in class vanetsim.gui.controlpanels.EditLogControlPanel
 
getEncryptedRSU_() - Method in class vanetsim.map.Node
 
getEndNode() - Method in class vanetsim.map.Street
Gets the end node of this street.
getEndNodeTrafficLightState() - Method in class vanetsim.map.Street
Gets the state of the traffic light.
getEntities() - Method in interface javax.xml.stream.events.DTD
Return a List containing the general entities, both external and internal, declared in the DTD.
getEventAllocator() - Method in class javax.xml.stream.XMLInputFactory
Gets the allocator used by streams created with this factory
getEventType() - Method in interface javax.xml.stream.events.XMLEvent
Returns an integer code for this event.
getEventType() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getEventType() - Method in interface javax.xml.stream.XMLStreamReader
Returns an integer code that indicates the type of the event the cursor is pointing to.
getException() - Method in error javax.xml.stream.FactoryConfigurationError
Return the nested exception (if any)
getF() - Method in class vanetsim.routing.A_Star.A_Star_Node
Gets the f value (=approximated distance/time/penalty... from this point to the target).
getFailedForwardCount() - Method in class vanetsim.scenario.KnownMessages
Gets the amount of messages which failed to be forwarded.
getFileChooser() - Method in class vanetsim.gui.controlpanels.MainControlPanel
Gets the central JFileChooser.
getFileList(File) - Method in class vanetsim.gui.controlpanels.ReportingControlPanel
Gets the different versions of a szenario log (searches for _version1..., _version2...)
getFilePath_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the log file path set in the gui
getFilter() - Method in class java16.util.logging.Logger
Get the current filter for this Logger.
getFirst() - Method in class java16.util.ArrayDeque
 
getFirst() - Method in interface java16.util.Deque
Retrieves, but does not remove, the first element of this deque.
getFirstKnownRSU() - Method in class vanetsim.scenario.KnownRSUsList
Gets an hashed array with known RSUs (array length depends on the HASH_SIZE).
getFirstKnownVehicle() - Method in class vanetsim.scenario.KnownVehiclesList
Gets an hashed array with known vehicles (array length depends on the HASH_SIZE).
getFirstLaneObject(boolean) - Method in class vanetsim.map.Street
Gets the first lane object.
getFirstVehicle() - Method in class vanetsim.map.JunctionQueue
Gets the first vehicle in this queue.
getFloodingMode() - Method in class vanetsim.scenario.messages.Message
Returns if flooding mode is enabled on this message
getForwardMessages() - Method in class vanetsim.scenario.KnownMessages
Gets all messages which shall be forwarded.
getG() - Method in class vanetsim.routing.A_Star.A_Star_Node
Gets the g value (=distance/time/penalty... from this point to the beginning).
getGreenPhaseLength() - Method in class vanetsim.map.TrafficLight
Gets the length of the green phase.
getGuiElement(String) - Method in class vanetsim.gui.helpers.LogAnalyser
Returns a GUI element.
getHandlers() - Method in class java16.util.logging.Logger
Get the Handlers associated with this logger.
getHead() - Method in class vanetsim.scenario.LaneContainer
Gets the head.
getHexID() - Method in class vanetsim.scenario.Vehicle
Gets the ID used in beacons encoded in HEX so that it's shorter.
getID() - Method in class vanetsim.scenario.KnownRSU
Gets the ID.
getID() - Method in class vanetsim.scenario.KnownVehicle
Gets the ID.
getID() - Method in class vanetsim.scenario.Vehicle
Gets the vehicle ID
getIDsChanged() - Method in class vanetsim.scenario.Vehicle
Returns how often this vehicle has changed it's ID (excluding the initial ID).
getInformationTextArea_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the information text area element of the GUI
getInstance() - Static method in class vanetsim.gui.helpers.MouseClickManager
Gets the single instance of this manager.
getInstance() - Static method in class vanetsim.gui.helpers.ReRenderManager
Gets the single instance of this manager.
getInstance() - Static method in class vanetsim.gui.Renderer
Gets the single instance of this renderer.
getInstance() - Static method in class vanetsim.map.Map
Gets the single instance of this map.
getInstance() - Static method in class vanetsim.map.OSM.OSMLoader
Gets the single instance of OSM_Loader.
getInstance() - Static method in class vanetsim.scenario.events.EventList
Gets the single instance of this EventList.
getInstance() - Static method in class vanetsim.scenario.Scenario
Gets the single instance of this scenario.
getIntersectionPoints(Node, Region) - Method in class vanetsim.map.Region
Gets intersection points between mix-zone and streets.
getIterator() - Method in class vanetsim.scenario.events.EventList
Gets an iterator over all events.
getJButton(String, String, String, ActionListener) - Static method in class vanetsim.gui.helpers.ButtonCreator
Convenience method to get a JButton with an image on it.
getJobs() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getJunction() - Method in class vanetsim.map.Node
Returns the junction object associated with this node or null if this is not a junction.
getJunctionPriority(Node, Node) - Method in class vanetsim.map.Junction
Gets the priority for going over this node.
getKAnonymityInMix(String, String) - Method in class vanetsim.gui.helpers.LogOperations
return k-anonymity of a mix log (for a chosen node id)
getKnownMessages() - Method in class vanetsim.scenario.Vehicle
Gets the special data structure with all known messages.
getKnownPenalties() - Method in class vanetsim.scenario.Vehicle
Gets the special data structure with all known penalties.
getKnownRSUsList() - Method in class vanetsim.scenario.Vehicle
Gets the special data structure with all known RSUs.
getKnownVehiclesList() - Method in class vanetsim.scenario.Vehicle
Gets the special data structure with all known vehicles.
getKnownVehiclesList_() - Method in class vanetsim.scenario.RSU
 
getLanesCount() - Method in class vanetsim.map.Street
Gets the amount of lanes in one direction.
getLargeDisplayIcon() - Method in class vanetsim.gui.helpers.StreetsJColorChooserPanel
The large icon displayed in the JColorChooser.
getLast() - Method in class java16.util.ArrayDeque
 
getLast() - Method in interface java16.util.Deque
Retrieves, but does not remove, the last element of this deque.
getLastLaneObject(boolean) - Method in class vanetsim.map.Street
Gets the last lane object.
getLastUpdate() - Method in class vanetsim.scenario.KnownRSU
Gets when this RSU was last updated.
getLastUpdate() - Method in class vanetsim.scenario.KnownVehicle
Gets when this vehicle was last updated.
getLeavesStreet_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the leaves street value set in the gui
getLeftBoundary() - Method in class vanetsim.map.Region
Gets the coordinate of the left boundary of this region.
getLength() - Method in class vanetsim.map.Street
Gets the length of the street.
getLevel() - Method in class java16.util.logging.Logger
Get the log Level that has been specified for this Logger.
getLimitToAngle() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getLimitToAngle_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the limit to angle element of the GUI
getLineNumber() - Method in interface javax.xml.stream.Location
Return the line number where the current event ends, returns -1 if none is available.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class vanetsim.gui.helpers.EventJListRenderer
Overwriting the standard cell renderer to get the information in it the way we want.
getLocalName() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getLocalName() - Method in interface javax.xml.stream.XMLStreamReader
Returns the (local) name of the current event.
getLocation() - Method in interface javax.xml.stream.events.XMLEvent
Return the location of this event.
getLocation() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getLocation() - Method in exception javax.xml.stream.XMLStreamException
Gets the location of the exception
getLocation() - Method in interface javax.xml.stream.XMLStreamReader
Return the current location of the processor.
getLocationInformationMix() - Method in class vanetsim.gui.Renderer
 
getLocationInformationSilentPeriod_() - Method in class vanetsim.gui.Renderer
 
getLogAttackerCheckBox_() - Method in class vanetsim.gui.controlpanels.EditLogControlPanel
 
getLogger(String) - Static method in class java16.util.logging.Logger
Find or create a logger for a named subsystem.
getLogger(String, String) - Static method in class java16.util.logging.Logger
Find or create a logger for a named subsystem.
getLogger(String) - Method in class java16.util.logging.LogManager
Method to find a named logger.
getLoggerNames() - Method in class java16.util.logging.LogManager
Get an enumeration of known logger names.
getLoggingMXBean() - Static method in class java16.util.logging.LogManager
Returns LoggingMXBean for managing loggers.
getLogManager() - Static method in class java16.util.logging.LogManager
Return the global LogManager object.
getLogName() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getLogOutput_() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getLogPath() - Static method in class vanetsim.gui.helpers.AttackLogWriter
 
getLogPath() - Static method in class vanetsim.gui.helpers.PrivacyLogWriter
 
getLogPrivacyCheckBox_() - Method in class vanetsim.gui.controlpanels.EditLogControlPanel
 
getLogPrivacyPath_() - Method in class vanetsim.gui.controlpanels.EditLogControlPanel
 
getLogType() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getLowerBoundary() - Method in class vanetsim.map.Region
Gets the coordinate of the lower boundary of this region.
getMainControlPanel() - Static method in class vanetsim.VanetSimStart
Gets the control panel on the right side.
getMainFrame() - Static method in class vanetsim.VanetSimStart
Gets the initial JFrame of the application.
getMainRegion() - Method in class vanetsim.map.Street
Gets the region to which this street is primarily assigned to.
getMakesUTurn_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the makes u-turn value set in the gui
getMakesUTurnValue() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getMapHeight() - Method in class vanetsim.map.Map
Gets the map height.
getMapWidth() - Method in class vanetsim.map.Map
Gets the map width.
getMapZoom() - Method in class vanetsim.gui.Renderer
Gets the current zooming factor.
getMarkedJunction_() - Method in class vanetsim.gui.Renderer
 
getMarkedVehicle() - Method in class vanetsim.gui.Renderer
Gets a marked vehicle.
getMaxAccelerationRate() - Method in class vanetsim.gui.helpers.VehicleType
Gets the maximum acceleration rate of the vehicle type.
getMaxBrakingRate() - Method in class vanetsim.gui.helpers.VehicleType
Gets the maximum braking rate of the vehicle type.
getMaxCommDist() - Method in class vanetsim.gui.helpers.VehicleType
Gets the maximum communication distance of the vehicle type.
getMaxCommDistance() - Method in class vanetsim.scenario.Vehicle
Gets the maximum communication distance of this vehicle.
getMaximumCommunicationDistance() - Static method in class vanetsim.scenario.Vehicle
Returns the maximum communication distance.
getMaxMixZoneRadius() - Static method in class vanetsim.scenario.Vehicle
Gets the maximum mix zone radius used in the scenario.
getMaxNodeID() - Static method in class vanetsim.map.Node
The maximum ID a node has.
getMaxPoliteness() - Method in class vanetsim.gui.helpers.VehicleType
 
getMaxSpeed() - Method in class vanetsim.gui.helpers.VehicleType
Gets the maximum speed of the vehicle type.
getMaxSpeed() - Method in class vanetsim.scenario.Vehicle
Gets the maximum speed of this vehicle.
getMaxTimeDistance() - Method in class vanetsim.gui.helpers.VehicleType
 
getMaxWaittime() - Method in class vanetsim.gui.helpers.VehicleType
Gets the maximum wait time of the vehicle type.
getMayBeRecycled() - Method in class vanetsim.scenario.Vehicle
Indicates if this vehicle may be reset and reused.
getMessage() - Method in error javax.xml.stream.FactoryConfigurationError
Report the message associated with this error
getMessagesCreated() - Method in class vanetsim.scenario.Vehicle
Returns how many messages this vehicle has created.
getMiddleX() - Method in class vanetsim.gui.Renderer
Gets the x coordinate of the middle of the current view.
getMiddleY() - Method in class vanetsim.gui.Renderer
Gets the y coordinate of the middle of the current view.
getMinAccelerationRate() - Method in class vanetsim.gui.helpers.VehicleType
Gets the minimum acceleration rate of the vehicle type.
getMinBrakingRate() - Method in class vanetsim.gui.helpers.VehicleType
Gets the minimum braking rate of the vehicle type.
getMinCommDist() - Method in class vanetsim.gui.helpers.VehicleType
Gets the minimum communication distance of the vehicle type.
getMinPoliteness() - Method in class vanetsim.gui.helpers.VehicleType
 
getMinSpeed() - Method in class vanetsim.gui.helpers.VehicleType
Gets the minimum Speed of the vehicle type.
getMinTimeDistance() - Method in class vanetsim.gui.helpers.VehicleType
 
getMinTravelTimeForRecycling() - Static method in class vanetsim.scenario.Vehicle
Gets the minimum time a vehicle needs to have traveled in order to be able to be recycled.
getMinWaittime() - Method in class vanetsim.gui.helpers.VehicleType
Gets the minimum wait time of the vehicle type.
getMixZoneAmount() - Method in class vanetsim.gui.Renderer
 
getMixZoneLog_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the radio button mix-zone element of the GUI
getMixZoneNodes() - Method in class vanetsim.map.Region
Returns all mix zone nodes in this region.
getMixZoneRadius() - Method in class vanetsim.map.Node
The mixZoneRadius
getMixZoneRadius() - Static method in class vanetsim.scenario.Vehicle
Returns the radius of the mix zones.
getMixZonesEnabled() - Static method in class vanetsim.scenario.Vehicle
Signals if mix zones are enabled.
getMixZonesFallbackEnabled() - Static method in class vanetsim.scenario.Vehicle
If the fallback mode shall be enabled in mix zones.
getMixZonesFallbackFloodingOnly() - Static method in class vanetsim.scenario.Vehicle
If the fallback mode only sends messages which are in flooding/broadcast mode.
getName() - Method in class java16.util.logging.Logger
Get the name for this logger.
getName() - Method in interface javax.xml.stream.events.Attribute
Returns the QName for this attribute
getName() - Method in interface javax.xml.stream.events.EndElement
Get the name of this event
getName() - Method in interface javax.xml.stream.events.EntityDeclaration
The entity's name
getName() - Method in interface javax.xml.stream.events.EntityReference
The name of the entity
getName() - Method in interface javax.xml.stream.events.NotationDeclaration
The notation name.
getName() - Method in interface javax.xml.stream.events.StartElement
Get the name of this event
getName() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getName() - Method in interface javax.xml.stream.XMLStreamReader
Returns a QName for the current START_ELEMENT or END_ELEMENT event
getName() - Method in class vanetsim.gui.helpers.VehicleType
Gets the current name of the vehicle type.
getName() - Method in class vanetsim.map.Street
Gets the name of this street.
getNamespaceContext() - Method in interface javax.xml.stream.events.StartElement
Gets a read-only namespace context.
getNamespaceContext() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceContext() - Method in interface javax.xml.stream.XMLEventWriter
Returns the current namespace context.
getNamespaceContext() - Method in interface javax.xml.stream.XMLStreamReader
Returns a read only namespace context for the current position.
getNamespaceContext() - Method in interface javax.xml.stream.XMLStreamWriter
Returns the current namespace context.
getNamespaceCount() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceCount() - Method in interface javax.xml.stream.XMLStreamReader
Returns the count of namespaces declared on this START_ELEMENT or END_ELEMENT.
getNamespacePrefix(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespacePrefix(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the prefix for the namespace declared at the index.
getNamespaces() - Method in interface javax.xml.stream.events.EndElement
Returns an Iterator of namespaces that have gone out of scope.
getNamespaces() - Method in interface javax.xml.stream.events.StartElement
Returns an Iterator of namespaces declared on this element.
getNamespaceURI() - Method in interface javax.xml.stream.events.Namespace
Gets the uri bound to the prefix of this namespace
getNamespaceURI(String) - Method in interface javax.xml.stream.events.StartElement
Gets the value that the prefix is bound to in the context of this element.
getNamespaceURI(String) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceURI(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceURI() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getNamespaceURI(String) - Method in interface javax.xml.stream.XMLStreamReader
Return the uri for the given prefix.
getNamespaceURI(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns the uri for the namespace declared at the index.
getNamespaceURI() - Method in interface javax.xml.stream.XMLStreamReader
If the current event is a START_ELEMENT or END_ELEMENT this method returns the URI of the current element (URI mapping to the prefix element/attribute has, if any; or if no prefix, null for attribute, and the default namespace URI for the element).
getNestedException() - Method in exception javax.xml.stream.XMLStreamException
Gets the nested exception.
getNext() - Method in class vanetsim.scenario.KnownRSU
Returns the KnownRSU after this one.
getNext() - Method in class vanetsim.scenario.KnownVehicle
Returns the KnownVehicle after this one.
getNext() - Method in class vanetsim.scenario.LaneObject
Returns the LaneObject after this one.
getNode() - Method in class vanetsim.map.Junction
 
getNodeID() - Method in class vanetsim.map.Node
Returns the unique ID of this node.
getNodeRadius(String, String) - Method in class vanetsim.gui.helpers.LogOperations
return the radius of a node written in the header of a log file
getNodes() - Method in class vanetsim.map.Region
Returns all nodes in this region.
getNotationName() - Method in interface javax.xml.stream.events.EntityDeclaration
The name of the associated notation.
getNotations() - Method in interface javax.xml.stream.events.DTD
Return a List containing the notations declared in the DTD.
getOldMessagesSize() - Method in class vanetsim.scenario.KnownMessages
Gets the amount of old messages stored.
getOperation() - Method in class vanetsim.gui.helpers.LogOperations
 
getOperation_() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getOrder() - Method in class sun.awt.geom.Curve
 
getOutgoingStreets() - Method in class vanetsim.map.Node
Gets an array of the outgoing streets of this node.
getOutgoingStreetsCount() - Method in class vanetsim.map.Node
Gets the number of streets going out from this node.
getParent() - Method in class java16.util.logging.Logger
Return the parent for this Logger.
getParent() - Method in class javax.xml.stream.util.EventReaderDelegate
Get the parent of this instance.
getParent() - Method in class javax.xml.stream.util.StreamReaderDelegate
Get the parent of this instance.
getPathIterator(AffineTransform) - Method in class java16.awt.geom.Path2D.Double
The iterator for this class is not multi-threaded safe, which means that the Path2D class does not guarantee that modifications to the geometry of this Path2D object do not affect any iterations of that geometry that are already in process.
getPathIterator(AffineTransform) - Method in class java16.awt.geom.Path2D.Float
The iterator for this class is not multi-threaded safe, which means that the Path2D class does not guarantee that modifications to the geometry of this Path2D object do not affect any iterations of that geometry that are already in process.
getPathIterator(AffineTransform, double) - Method in class java16.awt.geom.Path2D
The iterator for this class is not multi-threaded safe, which means that this Path2D class does not guarantee that modifications to the geometry of this Path2D object do not affect any iterations of that geometry that are already in process.
getPenalties() - Method in class vanetsim.scenario.KnownPenalties
Gets an array with the penalties corresponding to the getStreets()-function.
getPIData() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getPIData() - Method in interface javax.xml.stream.XMLStreamReader
Get the data section of a processing instruction
getPITarget() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getPITarget() - Method in interface javax.xml.stream.XMLStreamReader
Get the target of a processing instruction
getPlainJob() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getPoliteness() - Method in class vanetsim.scenario.Vehicle
 
getPositionOnStreet() - Method in class vanetsim.routing.WayPoint
Gets the position on the street.
getPredecessor() - Method in class vanetsim.routing.A_Star.A_Star_Node
Gets the predecessor of this node.
getPreferredSize() - Method in class vanetsim.gui.helpers.TextAreaLabel
Return a little bit smaller width than original JTextArea would.
getPrefix() - Method in interface javax.xml.stream.events.Namespace
Gets the prefix, returns "" if this is a default namespace declaration.
getPrefix() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getPrefix(String) - Method in interface javax.xml.stream.XMLEventWriter
Gets the prefix the uri is bound to
getPrefix() - Method in interface javax.xml.stream.XMLStreamReader
Returns the prefix of the current event or null if the event does not have a prefix
getPrefix(String) - Method in interface javax.xml.stream.XMLStreamWriter
Gets the prefix the uri is bound to
getPrevious() - Method in class vanetsim.scenario.KnownRSU
Returns the KnownRSU before this one.
getPrevious() - Method in class vanetsim.scenario.KnownVehicle
Returns the KnownVehicle before this one.
getPrevious() - Method in class vanetsim.scenario.LaneObject
Returns the LaneObject before this one.
getPriorityStreets() - Method in class vanetsim.map.Junction
 
getProcessedDTD() - Method in interface javax.xml.stream.events.DTD
Returns an implementation defined representation of the DTD.
getProgressBar() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the progressbar element of the GUI
getProperty(String) - Method in class java16.util.logging.LogManager
Get the value of a logging property.
getProperty(String) - Method in class javax.xml.stream.util.EventReaderDelegate
 
getProperty(String) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getProperty(String) - Method in interface javax.xml.stream.XMLEventReader
Get the value of a feature/property from the underlying implementation
getProperty(String) - Method in class javax.xml.stream.XMLInputFactory
Get the value of a feature/property from the underlying implementation
getProperty(String) - Method in class javax.xml.stream.XMLOutputFactory
Get a feature/property on the underlying implementation
getProperty(String) - Method in interface javax.xml.stream.XMLStreamReader
Get the value of a feature/property from the underlying implementation
getProperty(String) - Method in interface javax.xml.stream.XMLStreamWriter
Get the value of a feature/property from the underlying implementation
getPublicId() - Method in interface javax.xml.stream.events.EntityDeclaration
The entity's public identifier, or null if none was given
getPublicId() - Method in interface javax.xml.stream.events.NotationDeclaration
The notation's public identifier, or null if none was given.
getPublicId() - Method in interface javax.xml.stream.Location
Returns the public ID of the XML
getReadyState() - Method in class vanetsim.map.Map
Returns if a map is currently in the process of being loaded.
getReadyState() - Method in class vanetsim.scenario.Scenario
Returns if the scenario is currently being loaded.
getRealNode() - Method in class vanetsim.map.OSM.OSMNode
Gets a real node (node with coordinates in cm) associated to this node.
getRealNode() - Method in class vanetsim.routing.A_Star.A_Star_Node
Gets the "real" node in the map associated with this A*-specific node.
getRecyclingEnabled() - Static method in class vanetsim.scenario.Vehicle
Signals if recycling of vehicles is enabled or not
getRedPhaseLength() - Method in class vanetsim.map.TrafficLight
Gets the length of the red phase.
getRegion() - Method in class vanetsim.map.Node
Gets the region in which this node is found.
getRegion() - Method in class vanetsim.scenario.RSU
Returns the region the RSU is placed in
getRegionCountX() - Method in class vanetsim.map.Map
Gets the amount of regions in x direction.
getRegionCountY() - Method in class vanetsim.map.Map
Gets the amount of regions in y direction.
getRegionOfPoint(int, int) - Method in class vanetsim.map.Map
Calculates the Region of a point.
getRegions() - Method in class vanetsim.map.Map
Gets all regions.
getRegionX() - Method in class vanetsim.scenario.Vehicle
Gets the regions x-coordinate in which this vehicle is found.
getRegionY() - Method in class vanetsim.scenario.Vehicle
Gets the regions y-coordinate in which this vehicle is found.
getReplacementText() - Method in interface javax.xml.stream.events.EntityDeclaration
The replacement text of the entity.
getREPORT_PANEL() - Static method in class vanetsim.scenario.Vehicle
Gets the report panel for beacon monitoring
getReportingPanel() - Method in class vanetsim.gui.controlpanels.MainControlPanel
Gets the control panel on the reporting tab.
getReportingPanel() - Static method in class vanetsim.scenario.Vehicle
 
getResourceBundle() - Method in class java16.util.logging.Logger
Retrieve the localization resource bundle for this logger for the current default locale.
getResourceBundleName() - Method in class java16.util.logging.Logger
Retrieve the localization resource bundle name for this logger.
getReversedCurve() - Method in class sun.awt.geom.Curve
 
getRightBoundary() - Method in class vanetsim.map.Region
Gets the coordinate of the right boundary of this region.
getRouteDirections() - Method in class vanetsim.scenario.Vehicle
Get the directions corresponding to the array returned getRouteStreets().
getRoutePosition() - Method in class vanetsim.scenario.Vehicle
Gets the current position in the array returned by getRouteStreets() and getRouteDirections().
getRouteStreets() - Method in class vanetsim.scenario.Vehicle
Gets an array with all streets which will be visited until arriving at the next destination.
getRouting(int, int, int, int, Street, double, int, int, Street, double, Street[], int[], int[], int, int) - Method in class vanetsim.routing.A_Star.A_Star_Algorithm
Gets a routing result.
getRouting(int, int, int, int, Street, double, int, int, Street, double, Street[], int[], int[], int, int) - Method in interface vanetsim.routing.RoutingAlgorithm
Gets a routing result.
getRoutingMode() - Static method in class vanetsim.scenario.Vehicle
Returns the current routing mode.
getRSU() - Method in class vanetsim.scenario.KnownRSU
Gets the RSU.
getRSUID() - Method in class vanetsim.scenario.RSU
Resets this rsu so that it can be reused.
getRSUs() - Method in class vanetsim.map.Region
Returns all Road-Side-Units in this region.
getScenarioName() - Method in class vanetsim.scenario.Scenario
 
getSchemaType() - Method in interface javax.xml.stream.events.XMLEvent
This method is provided for implementations to provide optional type information about the associated event.
getSegment(double[]) - Method in class sun.awt.geom.Curve
 
getSelectedStreet_() - Method in class vanetsim.gui.controlpanels.EditTrafficLightsControlPanel
 
getSelectedTabComponent() - Method in class vanetsim.gui.controlpanels.MainControlPanel
Gets the currently selected tab component.
getShowEncryptedBeacons_() - Method in class vanetsim.gui.controlpanels.MixZonePanel
 
getSignalExceptionsInString() - Method in class vanetsim.map.Node
Write exception array in one string.
getSilentPeriodDuration_() - Method in class vanetsim.gui.controlpanels.SilentPeriodPanel
 
getSilentPeriodFrequency_() - Method in class vanetsim.gui.controlpanels.SilentPeriodPanel
 
getSilentPeriodLog_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the radio button silent-period element of the GUI
getSimulatePanel() - Method in class vanetsim.gui.controlpanels.MainControlPanel
Gets the control panel on the simulation tab.
getSimulationMaster() - Static method in class vanetsim.ConsoleStart
Returns the simulation master (for example in order to stop or start simulation).
getSimulationMaster() - Static method in class vanetsim.VanetSimStart
Returns the simulation master (for example in order to stop or start simulation).
getSize() - Method in class vanetsim.scenario.KnownMessages
Gets the amount of known messages stored (=forward messages).
getSize() - Method in class vanetsim.scenario.KnownPenalties
Gets the amount of known penalties stored.
getSize() - Method in class vanetsim.scenario.KnownRSUsList
Gets the amount of known RSUs stored.
getSize() - Method in class vanetsim.scenario.KnownVehiclesList
Gets the amount of known vehicles stored.
getSmallDisplayIcon() - Method in class vanetsim.gui.helpers.StreetsJColorChooserPanel
The small icon displayed in the JColorChooser.
getSmallerStreetValue() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getSmallStreet_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the small street value set in the gui
getSpeed() - Method in class vanetsim.gui.controlpanels.EditOneVehicleControlPanel
Gets the vehicle speed TextField
getSpeed() - Method in class vanetsim.map.Street
Gets the speed.
getSpeed() - Method in class vanetsim.scenario.KnownVehicle
Gets the speed
getStartNode() - Method in class vanetsim.map.Street
Gets the start node of this street.
getStartNodeTrafficLightState() - Method in class vanetsim.map.Street
Gets the state of the traffic light.
getStartPoint() - Method in class vanetsim.scenario.Vehicle
Gets the starting point of the vehicle.
getStartTime() - Static method in class vanetsim.simulation.SimulationMaster
 
getState() - Method in class vanetsim.map.TrafficLight
 
getStaysOnStreet_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the stays on street value set in the gui
getStopBlockingEvent() - Method in class vanetsim.scenario.events.StartBlocking
Gets the event which ends this blocking.
getStreet() - Method in class vanetsim.routing.WayPoint
Gets the street on which this waypoint is located.
getStreet() - Method in class vanetsim.scenario.events.StartBlocking
Gets the street where blocking is done.
getStreetHasException_() - Method in class vanetsim.map.Node
 
getStreets() - Method in class vanetsim.map.Region
Returns all streets in this region.
getStreets() - Method in class vanetsim.scenario.KnownPenalties
Gets all streets with known penalties.
getStreets_() - Method in class vanetsim.map.TrafficLight
 
getStreetType_() - Method in class vanetsim.map.Street
Gets the type of this street.
getString(String) - Static method in class vanetsim.localization.Messages
Returns a localized string.
getSubCurve(double, double) - Method in class sun.awt.geom.Curve
 
getSubCurve(double, double, int) - Method in class sun.awt.geom.Curve
 
getSystemId() - Method in interface javax.xml.stream.events.EntityDeclaration
The entity's system identifier.
getSystemId() - Method in interface javax.xml.stream.events.NotationDeclaration
The notation's system identifier, or null if none was given.
getSystemId() - Method in interface javax.xml.stream.events.StartDocument
Returns the system ID of the XML data
getSystemId() - Method in interface javax.xml.stream.Location
Returns the system ID of the XML
getTabbedPane() - Method in class vanetsim.gui.controlpanels.EditControlPanel
Gets the tabbed panel for vehicle editing
getTable(int[]) - Static method in class vanetsim.routing.A_Star.A_Star_LookupTableFactory
Gets a LookupTable.
getTail() - Method in class vanetsim.scenario.LaneContainer
Gets the tail.
getTarget() - Method in interface javax.xml.stream.events.ProcessingInstruction
The target section of the processing instruction
getText() - Method in interface javax.xml.stream.events.Comment
Return the string data of the comment, returns empty string if it does not exist
getText() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getText() - Method in interface javax.xml.stream.XMLStreamReader
Returns the current value of the parse event as a string, this returns the string value of a CHARACTERS event, returns the value of a COMMENT, the replacement value for an ENTITY_REFERENCE, the string value of a CDATA section, the string value for a SPACE event, or the String value of the internal subset of the DTD.
getText() - Method in class vanetsim.scenario.events.Event
Returns a descriptive text for display in the GUI.
getText() - Method in class vanetsim.scenario.events.StartBlocking
Returns a descriptive text for display in the GUI.
getText() - Method in class vanetsim.scenario.events.StopBlocking
Returns a descriptive text for display in the GUI.
getTextCharacters(int, char[], int, int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getTextCharacters() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getTextCharacters() - Method in interface javax.xml.stream.XMLStreamReader
Returns an array which contains the characters from this event.
getTextCharacters(int, char[], int, int) - Method in interface javax.xml.stream.XMLStreamReader
Gets the the text associated with a CHARACTERS, SPACE or CDATA event.
getTextColor() - Method in class vanetsim.scenario.events.Event
Gets the color of the descriptive text for display in the GUI.
getTextLength() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getTextLength() - Method in interface javax.xml.stream.XMLStreamReader
Returns the length of the sequence of characters for this Text event within the text character array.
getTextStart() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getTextStart() - Method in interface javax.xml.stream.XMLStreamReader
Returns the offset into the text character array where the first character (of this text event) is stored.
getTime() - Method in class vanetsim.scenario.events.Event
Gets the time when this event will be fired.
getTIME_BETWEEN_SILENT_PERIODS() - Static method in class vanetsim.scenario.Vehicle
 
getTIME_OF_SILENT_PERIODS() - Static method in class vanetsim.scenario.Vehicle
 
getTimeBuffer_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the time buffer value set in the gui
getTimeBufferValue() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getTimeDistance() - Method in class vanetsim.scenario.Vehicle
 
getTimePassed() - Method in class vanetsim.gui.Renderer
Gets the time passed since simulation start.
getTotalTravelDistance() - Method in class vanetsim.scenario.Vehicle
The total distance traveled.
getTotalTravelTime() - Method in class vanetsim.scenario.Vehicle
Gets how long this vehicle traveled.
getTrafficLight_() - Method in class vanetsim.map.Node
 
getTrafficLightEndX_() - Method in class vanetsim.map.Street
 
getTrafficLightEndY_() - Method in class vanetsim.map.Street
 
getTrafficLightStartX_() - Method in class vanetsim.map.Street
 
getTrafficLightStartY_() - Method in class vanetsim.map.Street
 
getTransform() - Method in class vanetsim.gui.Renderer
Gets the currently active coordinate transformation.
getTuneTime_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the tune time value set in the gui
getTuneTimeValue() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getTurnsValue() - Method in class vanetsim.gui.helpers.LogAnalyser
 
getUpperBoundary() - Method in class vanetsim.map.Region
Gets the coordinate of the upper boundary of this region.
getUseParentHandlers() - Method in class java16.util.logging.Logger
Discover whether or not this logger is sending its output to its parent logger.
getUseProbability_() - Method in class vanetsim.gui.controlpanels.LogAnalyserDialog
Gets the the probabilities flag set in the gui
getValue() - Method in interface javax.xml.stream.events.Attribute
Gets the normalized value of this attribute
getVehicle() - Method in class vanetsim.scenario.KnownVehicle
Gets the vehicle.
getVehicleArray() - Method in class vanetsim.map.Region
Creates an array as a copy of the vehicle ArrayList to prevent problems during simulation caused by changing the ArrayList while reading it in another thread.
getVehicleArrayList() - Method in class vanetsim.map.Region
Used to return the ArrayList of all vehicles.
getVehicleID() - Method in class vanetsim.scenario.Vehicle
Gets the current ID of this vehicle.
getVehicleLength() - Method in class vanetsim.gui.helpers.VehicleType
Gets the vehicle length.
getVehicleLength() - Method in class vanetsim.scenario.Vehicle
Gets the vehicle length.
getVehicleTypes() - Method in class vanetsim.gui.helpers.VehicleTypeXML
Returns a ArrayList with all vehicle types found.
getVersion() - Method in interface javax.xml.stream.events.StartDocument
Returns the version of XML of this XML stream
getVersion() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
getVersion() - Method in interface javax.xml.stream.XMLStreamReader
Get the xml version declared on the xml declaration Returns null if none was declared
getWait() - Method in class vanetsim.gui.controlpanels.EditOneVehicleControlPanel
Gets the vehicle wait time TextField
getWaittime() - Method in class vanetsim.routing.WayPoint
Gets the time to wait BEFORE movement to the next waypoint begins.
getWaittime() - Method in class vanetsim.scenario.Vehicle
Gets the current waittime.
getWifiRadius() - Method in class vanetsim.scenario.AttackRSU
Returns the wifi radius
getWifiRadius() - Method in class vanetsim.scenario.RSU
Returns the wifi radius
getWindingRule() - Method in class java16.awt.geom.Path2D
Returns the fill style winding rule.
getWithDirection(int) - Method in class sun.awt.geom.Curve
 
getX() - Method in class vanetsim.map.Node
Gets the x coordinate.
getX() - Method in class vanetsim.map.Region
Function to get the x axis position of this region.
getX() - Method in class vanetsim.routing.WayPoint
Gets the x coordinate.
getX() - Method in class vanetsim.scenario.AttackRSU
Returns the x coordinate of the RSU
getX() - Method in class vanetsim.scenario.events.StartBlocking
Gets the x coordinate.
getX() - Method in class vanetsim.scenario.events.StopBlocking
Gets the x coordinate.
getX() - Method in class vanetsim.scenario.KnownRSU
Gets the x coordinate.
getX() - Method in class vanetsim.scenario.KnownVehicle
Gets the x coordinate.
getX() - Method in class vanetsim.scenario.LaneObject
Gets the current x coordinate.
getX() - Method in class vanetsim.scenario.RSU
Returns the x coordinate of the RSU
getX0() - Method in class sun.awt.geom.Curve
 
getX1() - Method in class sun.awt.geom.Curve
 
getXBot() - Method in class sun.awt.geom.Curve
 
getXFactor() - Method in class vanetsim.map.Street
Gets the x correction factor of one lane for position calculation (in cm).
getXMax() - Method in class sun.awt.geom.Curve
 
getXMin() - Method in class sun.awt.geom.Curve
 
getXMLReporter() - Method in class javax.xml.stream.XMLInputFactory
The reporter that will be set on any XMLStreamReader or XMLEventReader created by this factory instance.
getXMLResolver() - Method in class javax.xml.stream.XMLInputFactory
The resolver that will be set on any XMLStreamReader or XMLEventReader created by this factory instance.
getXTop() - Method in class sun.awt.geom.Curve
 
getXYParallelRight(int, int, int, int, int, double[]) - Static method in class vanetsim.map.MapHelper
Gets the x and y coordinate difference of a parallel line on the right side (seen from first point to second point).
getY() - Method in class vanetsim.map.Node
Gets the y coordinate.
getY() - Method in class vanetsim.map.Region
Function to get the y axis position of this region.
getY() - Method in class vanetsim.routing.WayPoint
Gets the y coordinate.
getY() - Method in class vanetsim.scenario.AttackRSU
Returns the y coordinate of the RSU
getY() - Method in class vanetsim.scenario.events.StartBlocking
Gets the y coordinate.
getY() - Method in class vanetsim.scenario.events.StopBlocking
Gets the y coordinate.
getY() - Method in class vanetsim.scenario.KnownRSU
Gets the y coordinate.
getY() - Method in class vanetsim.scenario.KnownVehicle
Gets the y coordinate.
getY() - Method in class vanetsim.scenario.LaneObject
Gets the current y coordinate.
getY() - Method in class vanetsim.scenario.RSU
Returns the y coordinate of the RSU
getY0() - Method in class sun.awt.geom.Curve
 
getY1() - Method in class sun.awt.geom.Curve
 
getYBot() - Method in class sun.awt.geom.Curve
 
getYellowPhaseLength() - Method in class vanetsim.map.TrafficLight
Gets the length of the yellow phase.
getYFactor() - Method in class vanetsim.map.Street
Gets the x correction factor of one lane for position calculation (in cm).
getYTop() - Method in class sun.awt.geom.Curve
 
global - Static variable in class java16.util.logging.Logger
Deprecated. Initialization of this field is prone to deadlocks. The field must be initialized by the Logger class initialization which may cause deadlocks with the LogManager class initialization. In such cases two class initialization wait for each other to complete. As of JDK version 1.6, the preferred way to get the global logger object is via the call Logger.getLogger(Logger.GLOBAL_LOGGER_NAME).
GLOBAL_LOGGER_NAME - Static variable in class java16.util.logging.Logger
GLOBAL_LOGGER_NAME is a name for the global logger.
guiControl(String, boolean) - Method in class vanetsim.gui.helpers.LogAnalyser
Handles the control elements of 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