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

I

INCREASING - Static variable in class sun.awt.geom.Curve
 
info(String) - Method in class java16.util.logging.Logger
Log an INFO message.
initNewMap(int, int, int, int) - Method in class vanetsim.map.Map
Initializes a new map.
initNewScenario() - Method in class vanetsim.scenario.Scenario
Initializes a new (empty) scenario.
insertCubic(Vector, double, double, double[]) - Static method in class sun.awt.geom.Curve
 
insertLine(Vector, double, double, double, double) - Static method in class sun.awt.geom.Curve
 
insertMove(Vector, double, double) - Static method in class sun.awt.geom.Curve
 
insertQuad(Vector, double, double, double[]) - Static method in class sun.awt.geom.Curve
 
intersects(PathIterator, double, double, double, double) - Static method in class java16.awt.geom.Path2D
Tests if the interior of the specified PathIterator intersects the interior of a specified set of rectangular coordinates.
intersects(PathIterator, Rectangle2D) - Static method in class java16.awt.geom.Path2D
Tests if the interior of the specified PathIterator intersects the interior of a specified Rectangle2D.
intersects(double, double, double, double) - Method in class java16.awt.geom.Path2D
This method object may conservatively return true in cases where the specified rectangular area intersects a segment of the path, but that segment does not represent a boundary between the interior and exterior of the path.
intersects(Rectangle2D) - Method in class java16.awt.geom.Path2D
This method object may conservatively return true in cases where the specified rectangular area intersects a segment of the path, but that segment does not represent a boundary between the interior and exterior of the path.
IS_COALESCING - Static variable in class javax.xml.stream.XMLInputFactory
The property that requires the parser to coalesce adjacent character data sections
IS_NAMESPACE_AWARE - Static variable in class javax.xml.stream.XMLInputFactory
The property used to turn on/off namespace support, this is to support XML 1.0 documents, only the true setting must be supported
IS_REPAIRING_NAMESPACES - Static variable in class javax.xml.stream.XMLOutputFactory
Property used to set prefix defaulting on the output side
IS_REPLACING_ENTITY_REFERENCES - Static variable in class javax.xml.stream.XMLInputFactory
Requires the parser to replace internal entity references with their replacement text and report them as characters
IS_SUPPORTING_EXTERNAL_ENTITIES - Static variable in class javax.xml.stream.XMLInputFactory
The property that requires the parser to resolve external parsed entities
IS_VALIDATING - Static variable in class javax.xml.stream.XMLInputFactory
The property used to turn on/off implementation specific validation
isActive() - Method in class vanetsim.gui.controlpanels.ReportingControlPanel
Sets if this panel is currently active.
isActive() - Method in class vanetsim.scenario.Vehicle
Returns if this vehicle is currently active.
isAdvancedFilePathChanged() - Method in class vanetsim.gui.helpers.LogAnalyser
 
isAttackerDataLogged_() - Static method in class vanetsim.scenario.Vehicle
 
isAttackerEncryptedDataLogged_() - Static method in class vanetsim.scenario.Vehicle
 
isAttribute() - Method in interface javax.xml.stream.events.XMLEvent
A utility function to check if this event is an Attribute.
isAttributeSpecified(int) - Method in class javax.xml.stream.util.StreamReaderDelegate
 
isAttributeSpecified(int) - Method in interface javax.xml.stream.XMLStreamReader
Returns a boolean which indicates if this attribute was created by default
isAutoAddMixZones() - Method in class vanetsim.gui.Renderer
Gets if mix zones are added automatically on each street corner
isCData() - Method in interface javax.xml.stream.events.Characters
Returns true if this is a CData section.
isCharacters() - Method in interface javax.xml.stream.events.XMLEvent
A utility function to check if this event is Characters.
isCharacters() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
isCharacters() - Method in interface javax.xml.stream.XMLStreamReader
Returns true if the cursor points to a character data event
isConsoleStart() - Method in class vanetsim.gui.Renderer
 
isDefaultNamespaceDeclaration() - Method in interface javax.xml.stream.events.Namespace
returns true if this attribute declares the default namespace
isEmergencyVehicle() - Method in class vanetsim.gui.helpers.VehicleType
Gets the emergency vehicle status of the vehicle type.
isEmergencyVehicle() - Method in class vanetsim.scenario.Vehicle
Signals if vehicle is an emergency vehicle
isEmpty() - Method in class java16.util.ArrayDeque
Returns true if this deque contains no elements.
isEmpty() - Method in class vanetsim.routing.A_Star.A_Star_Queue
Checks if this queue is empty.
isEncrypted() - Method in class vanetsim.scenario.KnownRSU
 
isEncrypted_() - Method in class vanetsim.scenario.KnownVehicle
 
isEncrypted_() - Method in class vanetsim.scenario.RSU
 
isEncryptedBeaconsInMix_() - Static method in class vanetsim.scenario.Vehicle
 
isEndDocument() - Method in interface javax.xml.stream.events.XMLEvent
A utility function to check if this event is an EndDocument.
isEndElement() - Method in interface javax.xml.stream.events.XMLEvent
A utility function to check if this event is a EndElement.
isEndElement() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
isEndElement() - Method in interface javax.xml.stream.XMLStreamReader
Returns true if the cursor points to an end tag (otherwise false)
isEntityReference() - Method in interface javax.xml.stream.events.XMLEvent
A utility function to check if this event is an EntityReference.
isFilePathChanged() - Method in class vanetsim.gui.helpers.LogAnalyser
 
isGuiEnabled() - Method in class vanetsim.simulation.SimulationMaster
 
isHasTrafficSignal_() - Method in class vanetsim.map.Node
 
isIgnorableWhiteSpace() - Method in interface javax.xml.stream.events.Characters
Return true if this is ignorableWhiteSpace.
isInClosedList() - Method in class vanetsim.routing.A_Star.A_Star_Node
Returns if this node is in the ClosedList.
isInMixZone() - Method in class vanetsim.scenario.Vehicle
Returns if this vehicle is currently in a mix zone.
isInMonitoredMixZoneEditMode() - Method in class vanetsim.gui.controlpanels.ReportingControlPanel
Returns if editing of the monitored mix zone is enabled.
isInOpenList() - Method in class vanetsim.routing.A_Star.A_Star_Node
Returns if this node is in the OpenList.
isLoggable(Level) - Method in class java16.util.logging.Logger
Check if a message of the given level would actually be logged by this logger.
isLogPerformance_() - Static method in class vanetsim.simulation.SimulationMaster
 
isNamespace() - Method in interface javax.xml.stream.events.XMLEvent
A utility function to check if this event is a Namespace.
isOneway() - Method in class vanetsim.map.Street
Indicates if this is a oneway-street or not.
isPriorityOnEndNode() - Method in class vanetsim.map.Street
 
isPriorityOnStartNode() - Method in class vanetsim.map.Street
 
isPrivacyDataLogged_() - Static method in class vanetsim.scenario.Vehicle
 
isProbabilitiesOn() - Method in class vanetsim.gui.helpers.LogAnalyser
check if probabilities are used for the attack
isProcessingInstruction() - Method in interface javax.xml.stream.events.XMLEvent
A utility function to check if this event is a ProcessingInstruction.
isPropertySupported(String) - Method in class javax.xml.stream.XMLInputFactory
Query the set of properties that this factory supports.
isPropertySupported(String) - Method in class javax.xml.stream.XMLOutputFactory
Query the set of properties that this factory supports.
isShowAttackers() - Method in class vanetsim.gui.Renderer
 
isShowEncryptedBeaconsInMix_() - Static method in class vanetsim.scenario.RSU
 
isShowMixZones() - Method in class vanetsim.gui.Renderer
Gets if mix zones are displayed
isShowRSUs() - Method in class vanetsim.gui.Renderer
Gets if RSUs are displayed
isShowVehicles() - Method in class vanetsim.gui.Renderer
Gets if vehicles are displayed.
isSilent_period() - Static method in class vanetsim.scenario.Vehicle
 
isSilentPeriodsOn() - Static method in class vanetsim.scenario.Vehicle
 
isSimulationRunning() - Method in class vanetsim.simulation.SimulationMaster
Returns if a simulation is currently running or not.
isSpecified() - Method in interface javax.xml.stream.events.Attribute
A flag indicating whether this attribute was actually specified in the start-tag of its element, or was defaulted from the schema.
isStandalone() - Method in interface javax.xml.stream.events.StartDocument
Returns if this XML is standalone
isStandalone() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
isStandalone() - Method in interface javax.xml.stream.XMLStreamReader
Get the standalone declaration from the xml declaration, if one found (XMLStreamReader.standaloneSet() returns true if one was specified).
isStartDocument() - Method in interface javax.xml.stream.events.XMLEvent
A utility function to check if this event is a StartDocument.
isStartElement() - Method in interface javax.xml.stream.events.XMLEvent
A utility function to check if this event is a StartElement.
isStartElement() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
isStartElement() - Method in interface javax.xml.stream.XMLStreamReader
Returns true if the cursor points to a start tag (otherwise false)
isUseProbability() - Method in class vanetsim.gui.helpers.LogAnalyser
 
isValid() - Method in class vanetsim.scenario.messages.Message
Checks if the message is still valid.
isWaitingForSignal_() - Method in class vanetsim.scenario.Vehicle
 
isWhiteSpace() - Method in interface javax.xml.stream.events.Characters
Returns true if this set of Characters is all whitespace.
isWhiteSpace() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
isWhiteSpace() - Method in interface javax.xml.stream.XMLStreamReader
Returns true if the cursor points to a character data event that consists of all whitespace
isWifi() - Method in class vanetsim.gui.helpers.VehicleType
Gets the wifi status of the vehicle type.
isWiFiEnabled() - Method in class vanetsim.scenario.Vehicle
Returns if this vehicle has WiFi functionality.
itemStateChanged(ItemEvent) - Method in class vanetsim.gui.controlpanels.EditSettingsControlPanel
Invoked when an item changes.
itemStateChanged(ItemEvent) - Method in class vanetsim.gui.controlpanels.ReportingControlPanel
Invoked when an item changes.
itemStateChanged(ItemEvent) - Method in class vanetsim.gui.controlpanels.SimulateControlPanel
Invoked when an item changes.
itemStateChanged(ItemEvent) - Method in class vanetsim.gui.helpers.StreetsJColorChooserPanel
An implemented ItemListener to change colors when user changes value in the comboBox.
iterator() - Method in class java16.util.ArrayDeque
Returns an iterator over the elements in this deque.
iterator() - Method in interface java16.util.Deque
Returns an iterator over the elements in this deque in proper sequence.

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