- A - Static variable in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypes
-
Maximum (desired) car-following acceleration.
- Abs(DistContinuous, U) - Constructor for class org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Abs
-
- Abs(double, U) - Constructor for class org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Abs
-
- Abs(DistContinuous, U) - Constructor for class org.opentrafficsim.core.units.distributions.ContinuousDistFloatScalar.Abs
-
- Abs(float, U) - Constructor for class org.opentrafficsim.core.units.distributions.ContinuousDistFloatScalar.Abs
-
- Abs(DistDiscrete, U) - Constructor for class org.opentrafficsim.core.units.distributions.DiscreteDistDoubleScalar.Abs
-
- Abs(long, U) - Constructor for class org.opentrafficsim.core.units.distributions.DiscreteDistDoubleScalar.Abs
-
- Abs(DistDiscrete, U) - Constructor for class org.opentrafficsim.core.units.distributions.DiscreteDistFloatScalar.Abs
-
- Abs(int, U) - Constructor for class org.opentrafficsim.core.units.distributions.DiscreteDistFloatScalar.Abs
-
- AbstractContinuousDistScalar - Class in org.opentrafficsim.core.units.distributions
-
Continuous distribution with unit.
- AbstractContinuousDistScalar(DistContinuous, Unit<?>) - Constructor for class org.opentrafficsim.core.units.distributions.AbstractContinuousDistScalar
-
- AbstractContinuousDistScalar(double, Unit<?>) - Constructor for class org.opentrafficsim.core.units.distributions.AbstractContinuousDistScalar
-
- AbstractDiscreteDistScalar - Class in org.opentrafficsim.core.units.distributions
-
Discrete distribution with unit.
- AbstractDiscreteDistScalar(DistDiscrete, Unit<?>) - Constructor for class org.opentrafficsim.core.units.distributions.AbstractDiscreteDistScalar
-
- AbstractDiscreteDistScalar(long, Unit<?>) - Constructor for class org.opentrafficsim.core.units.distributions.AbstractDiscreteDistScalar
-
- AbstractGTU - Class in org.opentrafficsim.core.gtu
-
Implements the basic functionalities of any GTU: the ability to move on 3D-space according to a plan.
- AbstractGTU(String, GTUType, OTSDEVSSimulatorInterface, PerceivableContext) - Constructor for class org.opentrafficsim.core.gtu.AbstractGTU
-
- AbstractGTU(IdGenerator, GTUType, OTSDEVSSimulatorInterface, PerceivableContext) - Constructor for class org.opentrafficsim.core.gtu.AbstractGTU
-
- AbstractLinkBasedGTU - Class in org.opentrafficsim.core.gtu
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- AbstractLinkBasedGTU(String, GTUType, OTSDEVSSimulatorInterface, OTSNetwork) - Constructor for class org.opentrafficsim.core.gtu.AbstractLinkBasedGTU
-
- AbstractParameterType<U extends org.djunits.unit.Unit<U>,T extends org.djunits.value.vdouble.scalar.DoubleScalar.Rel<U>> - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Defines meta-information of a parameter, defining the parameter uniquely.
- AbstractParameterType(String, String, Class<T>) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
-
Constructor without default value and check.
- AbstractParameterType(String, String, Class<T>, T) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
-
Constructor with default value, without check.
- AbstractParameterType(String, String, Class<T>, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
-
Constructor without default value, with check.
- AbstractParameterType(String, String, Class<T>, T, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
-
Constructor with default value and check.
- AbstractParameterType(String, String, Class<T>, T, AbstractParameterType.Check, boolean) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
-
Protected constructor with default value and check, which may check the default value.
- AbstractParameterType.Check - Enum in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
List of default checks for ParameterTypes.
- AbstractPerception - Class in org.opentrafficsim.core.gtu.perception
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- AbstractPerception(GTU) - Constructor for class org.opentrafficsim.core.gtu.perception.AbstractPerception
-
Construct perception.
- AbstractPerceptionCategory - Class in org.opentrafficsim.core.gtu.perception
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- AbstractPerceptionCategory(Perception) - Constructor for class org.opentrafficsim.core.gtu.perception.AbstractPerceptionCategory
-
Constructor setting the perception.
- AbstractProperty<T> - Class in org.opentrafficsim.simulationengine.properties
-
Abstract property.
- AbstractProperty(String, int, String, String) - Constructor for class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Construct a new AbstractProperty.
- AbstractProperty.PropertyIterator - Class in org.opentrafficsim.simulationengine.properties
-
Really simple iterator for properties.
- AbstractWrappableAnimation - Class in org.opentrafficsim.simulationengine
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- AbstractWrappableAnimation() - Constructor for class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
-
- AbstractWrappableSimulation - Class in org.opentrafficsim.simulationengine
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- AbstractWrappableSimulation() - Constructor for class org.opentrafficsim.simulationengine.AbstractWrappableSimulation
-
- Acceleration3D - Class in org.opentrafficsim.core.math
-
A 3D acceleration vector, decomposed in X, Y, and Z-acceleration with easy conversion from and to a spherical coordinate
system.
- Acceleration3D(AccelerationVector) - Constructor for class org.opentrafficsim.core.math.Acceleration3D
-
Construct a new Acceleration3D from vector of strongly typed Cartesian coordinates.
- Acceleration3D(Acceleration, Acceleration, Acceleration) - Constructor for class org.opentrafficsim.core.math.Acceleration3D
-
Construct a new Acceleration3D from three strongly typed Cartesian coordinates.
- Acceleration3D(double, double, double, AccelerationUnit) - Constructor for class org.opentrafficsim.core.math.Acceleration3D
-
Construct a new Acceleration3D from three double Cartesian coordinates and a acceleration unit.
- Acceleration3D(Acceleration, Direction, Direction) - Constructor for class org.opentrafficsim.core.math.Acceleration3D
-
Construct a new Acceleration3D from a strongly typed acceleration and polar coordinates.
- AccelerationGTUColorer - Class in org.opentrafficsim.core.gtu.animation
-
Color GTUs based on their current acceleration.
- AccelerationGTUColorer(Acceleration, Acceleration) - Constructor for class org.opentrafficsim.core.gtu.animation.AccelerationGTUColorer
-
Construct a new AccelerationGTUColorer.
- AccelerationSegment(Duration, Acceleration) - Constructor for class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.AccelerationSegment
-
- accelerationSI(double) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.AccelerationSegment
-
Calculate the acceleration of a GTU in this segment after relative time t.
- accelerationSI(double) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.Segment
-
Calculate the acceleration of a GTU in this segment after relative time t.
- accelerationSI(double) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.SpeedSegment
-
Calculate the acceleration of a GTU in this segment after relative time t.
- actionPerformed(ActionEvent) - Method in class org.opentrafficsim.gui.ColorControlPanel
- actionPerformed(ActionEvent) - Method in class org.opentrafficsim.gui.OTSAnimationPanel
- actionPerformed(ActionEvent) - Method in class org.opentrafficsim.gui.OTSControlPanel
- add(Distribution.FrequencyAndObject<O>) - Method in class org.opentrafficsim.core.distributions.Distribution
-
Append a generator to the internally stored list.
- add(int, Distribution.FrequencyAndObject<O>) - Method in class org.opentrafficsim.core.distributions.Distribution
-
Insert a generator at the specified position in the internally stored list.
- add(DoubleScalar.Rel<TimeUnit>) - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- add(OTSShape) - Method in class org.opentrafficsim.core.geometry.OTS2DSet
- add(OTSShape) - Method in class org.opentrafficsim.core.geometry.OTS2DSet.QuadTreeNode
-
Add an OTSShape to this QuadTreeNode.
- add(int, AbstractProperty<?>) - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Add an AbstractProperty at a specified position.
- add(AbstractProperty<?>) - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Add an AbstractProperty at the end of the list.
- addAll(Collection<? extends OTSShape>) - Method in class org.opentrafficsim.core.geometry.OTS2DSet
- addConnection(GTUType, Link, Link) - Method in class org.opentrafficsim.core.network.OTSNode
-
Add a single connection for a GTU type to the connections map.
- addConnections(GTUType, Link, Set<Link>) - Method in class org.opentrafficsim.core.network.OTSNode
-
Add a set of connections for a GTU type to the connections map.
- addDirectionality(GTUType, LongitudinalDirectionality) - Method in interface org.opentrafficsim.core.network.Link
-
This method sets the directionality of the link for a GTU type.
- addDirectionality(GTUType, LongitudinalDirectionality) - Method in class org.opentrafficsim.core.network.OTSLink
-
This method sets the directionality of the link for a GTU type.
- addGTU(GTU) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Add a GTU to the network.
- addGTU(GTU) - Method in interface org.opentrafficsim.core.perception.PerceivableContext
-
Add a GTU to the network.
- addItem(GTUColorer) - Method in class org.opentrafficsim.gui.ColorControlPanel
-
Add one item to this ColorControlPanel.
- addLink(Link) - Method in interface org.opentrafficsim.core.network.Network
-
Register a link in the network.
- addLink(Link) - Method in interface org.opentrafficsim.core.network.Node
-
Add a link to this Node.
- addLink(Link) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Register a link in the network.
- addLink(Link) - Method in class org.opentrafficsim.core.network.OTSNode
-
Add a link to this Node.
- addNode(Node) - Method in interface org.opentrafficsim.core.network.Network
-
Register a node in the network.
- addNode(Node) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Register a node in the network.
- addNode(Node) - Method in class org.opentrafficsim.core.network.route.CompleteRoute
-
Add a node to the end of the node list.
- addNode(Node) - Method in class org.opentrafficsim.core.network.route.Route
-
Add a node to the end of the node list.
- addPerceptionCategory(AbstractPerceptionCategory) - Method in class org.opentrafficsim.core.gtu.perception.AbstractPerception
-
Adds given perception category to the perception.
- addPerceptionCategory(AbstractPerceptionCategory) - Method in interface org.opentrafficsim.core.gtu.perception.Perception
-
Adds given perception category to the perception.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.opentrafficsim.gui.ProbabilityDistributionEditor
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.opentrafficsim.gui.ProbabilityDistributionEditor
- addResult(int, int, double) - Method in class org.opentrafficsim.core.geometry.TestIntersectionPerformance.Results
-
Add the result of one run.
- addRoute(GTUType, Route) - Method in interface org.opentrafficsim.core.network.Network
-
Add a route to the network.
- addRoute(GTUType, Route) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Add a route to the network.
- ALL - Static variable in class org.opentrafficsim.core.gtu.GTUType
-
ALL GTUType to be used only for permeability and accessibility.
- ALL - Static variable in class org.opentrafficsim.core.network.LinkType
-
The link type that allows all vehicles.
- Angle3D - Class in org.opentrafficsim.core.math
-
3D-rotation, RPY coded (longitudinal roll along the x-axis, lateral pitch along the y-axis and vertical yaw along the
z-axis), also called Tait–Bryan angles or Cardan angles.
- Angle3D(AngleVector) - Constructor for class org.opentrafficsim.core.math.Angle3D
-
- Angle3D(Angle, Angle, Angle) - Constructor for class org.opentrafficsim.core.math.Angle3D
-
- Angle3D(double, double, double, AngleUnit) - Constructor for class org.opentrafficsim.core.math.Angle3D
-
- ANGLE_UNITS - Static variable in class org.opentrafficsim.core.network.factory.xml.units.AngleUnits
-
The angle units.
- AngleUnits - Class in org.opentrafficsim.core.network.factory.xml.units
-
Parser for angle with unit.
- autoPauseSimulator() - Method in class org.opentrafficsim.gui.OTSControlPanel
-
Pause the simulator.
- call() - Method in class org.opentrafficsim.core.geometry.Test.MyCallable
- cancelEvent(SimEventInterface<OTSSimTimeDouble>) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
- cancelTimer() - Method in class org.opentrafficsim.gui.OTSControlPanel.ClockPanel
-
Cancel the timer task.
- capacity() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableVector
-
Returns the current capacity of this immutable vector.
- Capacity - Interface in org.opentrafficsim.core.network
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- CapacityOTSLink - Class in org.opentrafficsim.core.network
-
A link with a maximum capacity, expressed as the maximum number of GTUs per time unit that the link can handle.
- CapacityOTSLink(String, OTSNode, OTSNode, LinkType, OTSLine3D, Frequency, Map<GTUType, LongitudinalDirectionality>) - Constructor for class org.opentrafficsim.core.network.CapacityOTSLink
-
Construct a new link.
- CapacityOTSLink(String, OTSNode, OTSNode, LinkType, OTSLine3D, Frequency, LongitudinalDirectionality) - Constructor for class org.opentrafficsim.core.network.CapacityOTSLink
-
Construct a new link, with a directionality for all GTUs as provided.
- cartesianToPhi(double, double) - Static method in class org.opentrafficsim.core.math.Scalar3D
-
Get the (polar) phi angle, which is the projected angle in the xy-plane from the x direction.
- cartesianToRadius(double, double, double) - Static method in class org.opentrafficsim.core.math.Scalar3D
-
Get the (polar) radius based on Cartesian coordinates.
- cartesianToTheta(double, double, double) - Static method in class org.opentrafficsim.core.math.Scalar3D
-
Get the (polar) theta angle, which is the angle from the z-direction, from Cartesian coordinates.
- CD - Static variable in class org.opentrafficsim.core.geometry.Clothoid
-
C(x) for small x denominator.
- ceiling(E) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableSet
-
Returns the least element in this immutable set greater than or equal to the given element, or null
if there is
no such element.
- ceiling(E) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Returns the least element in this immutable set greater than or equal to the given element, or null
if there is
no such element.
- ceilingKey(K) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableMap
-
Returns the least key in this immutable map greater than or equal to the given key, or null
if there is no such
key.
- ceilingKey(K) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
Returns the least key in this immutable map greater than or equal to the given key, or null
if there is no such
key.
- CENTER - Static variable in class org.opentrafficsim.core.gtu.RelativePosition
-
Standard relative position type CENTER.
- check(T, BehavioralCharacteristics) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterType
-
Method to overwrite for checks with constraints.
- check(double, BehavioralCharacteristics) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble
-
Method to overwrite for checks with constraints.
- check(int, BehavioralCharacteristics) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeInteger
-
Method to overwrite for checks with constraints.
- checkAll(OTSLine3D, double) - Static method in class org.opentrafficsim.core.geometry.Test
-
Apply all offset methods and check the results.
- checkCheck(T) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
-
Checks the default checks given with the parameter type.
- CheckInterface - Interface in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
In order to define default constraints within a Parameter Type, an enum is available.
- checkOffsetLine(OTSLine3D, double, OTSLine3D.OffsetMethod) - Static method in class org.opentrafficsim.core.geometry.Test
-
Check the offsetLine method.
- circlePrecision - Static variable in class org.opentrafficsim.core.geometry.OTSOffsetLinePK
-
Precision of approximation of arcs in the offsetLine method.
- clear() - Method in class org.opentrafficsim.core.distributions.Distribution
-
Empty the internally stored list.
- clear() - Method in class org.opentrafficsim.core.geometry.OTS2DSet
- clear() - Method in class org.opentrafficsim.core.geometry.OTS2DSet.QuadTreeNode
-
Remove all OTSShapes from this QuadTreeNode and cut off all leaves.
- ClockPanel() - Constructor for class org.opentrafficsim.gui.OTSControlPanel.ClockPanel
-
Construct a clock panel.
- closeHandlerRegistered - Variable in class org.opentrafficsim.gui.OTSAnimationPanel
-
Has the window close handler been registered?
- closeHandlerRegistered - Variable in class org.opentrafficsim.gui.OTSControlPanel
-
Has the window close handler been registered?
- closestPointOnLine(OTSLine3D) - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
Return the closest point on an OTSLine3D.
- closestPointOnLine2D(OTSLine3D) - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
Return the closest point on an OTSLine3D.
- closestPointOnSegment(OTSPoint3D, OTSPoint3D) - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
Project a point on a line segment (2D - Z-component is ignored).
- closestPointOnSegmentToPoint(OTSPoint3D, OTSPoint3D, OTSPoint3D) - Static method in class org.opentrafficsim.core.geometry.OTSBufferingJTS
-
Project a point on a line (2D).
- Clothoid - Class in org.opentrafficsim.core.geometry
-
Generate an OTSLine3D for a clothoid.
- clothoid(OTSPoint3D, Direction, double, Length, Length, int) - Static method in class org.opentrafficsim.core.geometry.Clothoid
-
Approximate a clothoid with curvature 0 at start.
- clothoid(OTSPoint3D, Direction, double, double, Length, Length, int) - Static method in class org.opentrafficsim.core.geometry.Clothoid
-
Approximate a clothoid.
- clothoid(OTSPoint3D, Direction, LinearDensity, Length, Length, int) - Static method in class org.opentrafficsim.core.geometry.Clothoid
-
Approximate a clothoid with curvature 0 at start.
- clothoid(OTSPoint3D, Direction, LinearDensity, LinearDensity, Length, Length, int) - Static method in class org.opentrafficsim.core.geometry.Clothoid
-
Approximate a clothoid.
- CN - Static variable in class org.opentrafficsim.core.geometry.Clothoid
-
C(x) for small x numerator.
- ColorControlPanel - Class in org.opentrafficsim.gui
-
Let the user select what the colors in the animation mean.
- ColorControlPanel(GTUColorer) - Constructor for class org.opentrafficsim.gui.ColorControlPanel
-
Add a ColorControlPanel to an AnimationPanel.
- ColorInterpolator - Class in org.opentrafficsim.core.gtu.animation
-
Interpolate between two color values.
- Colors - Class in org.opentrafficsim.core.network.factory.xml.units
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- comparator() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSortedMap
-
Returns the comparator used to order the keys in this immutable map, or
null if this immutable map uses the
natural ordering of its keys.
- comparator() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSortedSet
-
Returns the comparator used to order the elements in this immutable set, or
null if this immutable set uses the
natural ordering of its elements.
- comparator() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
Returns the comparator used to order the keys in this immutable map, or
null if this immutable map uses the
natural ordering of its keys.
- comparator() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Returns the comparator used to order the elements in this immutable set, or
null if this immutable set uses the
natural ordering of its elements.
- compareTo(OTSSimTimeDouble) - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- CompleteRoute - Class in org.opentrafficsim.core.network.route
-
A CompleteRoute is a Route with directly connected Nodes.
- CompleteRoute(String, GTUType) - Constructor for class org.opentrafficsim.core.network.route.CompleteRoute
-
Create an empty route for the given GTUType.
- CompleteRoute(String, GTUType, List<Node>) - Constructor for class org.opentrafficsim.core.network.route.CompleteRoute
-
Create a route based on an initial list of nodes.
- CompoundProperty - Class in org.opentrafficsim.simulationengine.properties
-
Compound property.
- CompoundProperty(String, String, String, List<AbstractProperty<?>>, boolean, int) - Constructor for class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Construct a CompoundProperty.
- concatenate(OTSLine3D...) - Static method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Concatenate several OTSLine3D instances.
- concatenate(double, OTSLine3D...) - Static method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Concatenate several OTSLine3D instances.
- contains(Object) - Method in class org.opentrafficsim.core.geometry.OTS2DSet
- contains(OTSPoint3D) - Method in class org.opentrafficsim.core.geometry.OTSShape
-
- contains(Rectangle2D) - Method in class org.opentrafficsim.core.geometry.OTSShape
-
Check if this OTSShape completely covers a rectangular region.
- contains(AbstractParameterType<?, ?>) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Whether the given parameter type has been set.
- contains(Class<T>) - Method in class org.opentrafficsim.core.gtu.perception.AbstractPerception
-
Returns whether the given perception category is present.
- contains(Class<T>) - Method in interface org.opentrafficsim.core.gtu.perception.Perception
-
Returns whether the given perception category is present.
- contains(Object) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns true if this immutable collection contains the specified element.
- contains(Object) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Returns true if this immutable collection contains the specified element.
- contains(Object) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Returns true if this immutable collection contains the specified element.
- contains(LongitudinalDirectionality) - Method in enum org.opentrafficsim.core.network.LongitudinalDirectionality
-
This method looks if this directionality "contains" the provided other directionality.
- contains(Node) - Method in class org.opentrafficsim.core.network.route.Route
-
- containsAll(Collection<?>) - Method in class org.opentrafficsim.core.geometry.OTS2DSet
- containsAll(Collection<?>) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns true if this immutable collection contains all of the elements in the specified collection.
- containsAll(ImmutableCollection<?>) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns true if this immutable collection contains all of the elements in the specified immutable collection.
- containsAll(Collection<?>) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Returns true if this immutable collection contains all of the elements in the specified collection.
- containsAll(ImmutableCollection<?>) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Returns true if this immutable collection contains all of the elements in the specified immutable collection.
- containsAll(Collection<?>) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Returns true if this immutable collection contains all of the elements in the specified collection.
- containsAll(ImmutableCollection<?>) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Returns true if this immutable collection contains all of the elements in the specified immutable collection.
- containsGTU(GTU) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Test whether a GTU is registered in the network.
- containsGTU(GTU) - Method in interface org.opentrafficsim.core.perception.PerceivableContext
-
Test whether a GTU is registered in the network.
- containsGtuId(String) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Test whether a GTU ID is registered in the network.
- containsGtuId(String) - Method in interface org.opentrafficsim.core.perception.PerceivableContext
-
Test whether a GTU ID is registered in the network.
- containsKey(Object) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractMap
-
Returns true if this map contains a mapping for the specified key.
- containsKey(Object) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableMap
-
Returns true if this map contains a mapping for the specified key.
- containsLink(Link) - Method in interface org.opentrafficsim.core.network.Network
-
Test whether a link is present in the network.
- containsLink(String) - Method in interface org.opentrafficsim.core.network.Network
-
Test whether a link with a given id is present in the network.
- containsLink(Link) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Test whether a link is present in the network.
- containsLink(String) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Test whether a link with a given id is present in the network.
- containsLink(Link) - Method in class org.opentrafficsim.core.network.route.CompleteRoute
-
Determine if this Route contains the specified Link.
- containsNode(Node) - Method in interface org.opentrafficsim.core.network.Network
-
Test whether a node is present in the network.
- containsNode(String) - Method in interface org.opentrafficsim.core.network.Network
-
Test whether a node with a given id is present in the network.
- containsNode(Node) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Test whether a node is present in the network.
- containsNode(String) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Test whether a node with a given id is present in the network.
- containsRoute(GTUType, Route) - Method in interface org.opentrafficsim.core.network.Network
-
Determine whether the provided route exists in the network for the given GTUType.
- containsRoute(GTUType, String) - Method in interface org.opentrafficsim.core.network.Network
-
Determine whether a route with the given id exists in the network for the given GTUType.
- containsRoute(GTUType, Route) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Determine whether the provided route exists in the network for the given GTUType.
- containsRoute(GTUType, String) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Determine whether a route with the given id exists in the network for the given GTUType.
- containsValue(Object) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableMap
-
Returns true if this map maps one or more keys to the specified value.
- ContinuousDistDoubleScalar - Interface in org.opentrafficsim.core.units.distributions
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- ContinuousDistDoubleScalar.Abs<T extends org.djunits.value.vdouble.scalar.DoubleScalar.Abs<U>,U extends org.djunits.unit.Unit<U>> - Class in org.opentrafficsim.core.units.distributions
-
Absolute value.
- ContinuousDistDoubleScalar.Rel<T extends org.djunits.value.vdouble.scalar.DoubleScalar.Rel<U>,U extends org.djunits.unit.Unit<U>> - Class in org.opentrafficsim.core.units.distributions
-
Relative value.
- ContinuousDistFloatScalar - Interface in org.opentrafficsim.core.units.distributions
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- ContinuousDistFloatScalar.Abs<T extends org.djunits.value.vfloat.scalar.FloatScalar.Abs<U>,U extends org.djunits.unit.Unit<U>> - Class in org.opentrafficsim.core.units.distributions
-
Absolute value.
- ContinuousDistFloatScalar.Rel<T extends org.djunits.value.vfloat.scalar.FloatScalar.Rel<U>,U extends org.djunits.unit.Unit<U>> - Class in org.opentrafficsim.core.units.distributions
-
Relative value.
- ContinuousProperty - Class in org.opentrafficsim.simulationengine.properties
-
Continuous property.
- ContinuousProperty(String, String, String, Double, Double, Double, String, boolean, int) - Constructor for class org.opentrafficsim.simulationengine.properties.ContinuousProperty
-
Construct a ContinousProperty.
- CONTOUR - Static variable in class org.opentrafficsim.core.gtu.RelativePosition
-
Standard relative position type CONTOUR.
- Coordinates - Class in org.opentrafficsim.core.network.factory.xml.units
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- copy() - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- copyInto(Object[]) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableVector
-
Copies the components of this immutable vector into the specified array.
- copyOf(ImmutableEnumSet<E>) - Static method in class org.opentrafficsim.core.immutablecollections.ImmutableEnumSet
-
Creates an immutable enum set with the same element type as the specified immutable enum set, containing the same
elements (if any).
- create(GTU) - Method in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlannerFactory
-
Creates a new strategical planner for the given GTU.
- create(GTU) - Method in interface org.opentrafficsim.core.gtu.plan.tactical.TacticalPlannerFactory
-
Creates a new tactical planner for the given GTU.
- createAndCleanOTSLine3D(OTSPoint3D[]) - Static method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Create an OTSLine3D, while cleaning repeating successive points.
- createAndCleanOTSLine3D(List<OTSPoint3D>) - Static method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Create an OTSLine3D, while cleaning repeating successive points.
- createAndCleanOTSShape(OTSPoint3D[]) - Static method in class org.opentrafficsim.core.geometry.OTSShape
-
Create an OTSLine3D, while cleaning repeating successive points.
- createAndCleanOTSShape(List<OTSPoint3D>) - Static method in class org.opentrafficsim.core.geometry.OTSShape
-
Create an OTSLine3D, while cleaning repeating successive points.
- cubic(int, OTSPoint3D, OTSPoint3D, OTSPoint3D, OTSPoint3D) - Static method in class org.opentrafficsim.core.geometry.Bezier
-
Construct a cubic Bézier curve from start to end with two control points.
- cubic(int, DirectedPoint, DirectedPoint) - Static method in class org.opentrafficsim.core.geometry.Bezier
-
Construct a cubic Bézier curve from start to end with two generated control points at half the distance between
start and end.
- cubic(DirectedPoint, DirectedPoint) - Static method in class org.opentrafficsim.core.geometry.Bezier
-
Construct a cubic Bézier curve from start to end with two generated control points at half the distance between
start and end.
- debugOffsetLine - Static variable in class org.opentrafficsim.core.geometry.OTSOffsetLinePK
-
Debugging flag.
- deepCopy() - Method in class org.opentrafficsim.simulationengine.properties.BooleanProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in class org.opentrafficsim.simulationengine.properties.ContinuousProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in class org.opentrafficsim.simulationengine.properties.IntegerProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in class org.opentrafficsim.simulationengine.properties.ProbabilityDistributionProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in interface org.opentrafficsim.simulationengine.properties.Property
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in class org.opentrafficsim.simulationengine.properties.SelectionProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- deepCopy() - Method in class org.opentrafficsim.simulationengine.properties.StringProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- DefaultSwitchableGTUColorer - Class in org.opentrafficsim.core.gtu.animation
-
A simple way to construct a SwitchableGTUColorer set up with the "standard" set of GTUColorers.
- DefaultSwitchableGTUColorer() - Constructor for class org.opentrafficsim.core.gtu.animation.DefaultSwitchableGTUColorer
-
create a default list of GTU colorers.
- defaultValue - Variable in class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
-
Default value.
- descendingIterator() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableSet
-
Returns an immutable iterator over the elements in this immutable set, in descending order.
- descendingIterator() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Returns an immutable iterator over the elements in this immutable set, in descending order.
- descendingMap() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableMap
-
Returns a reverse order view of the keys contained in this immutable map.
- descendingMap() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
Returns a reverse order view of the keys contained in this immutable map.
- descendingSet() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableSet
-
Returns a reverse order view of the elements contained in this immutable set.
- descendingSet() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Returns a reverse order view of the elements contained in this immutable set.
- description() - Method in interface org.opentrafficsim.simulationengine.WrappableAnimation
-
Return a description of the simulation (HTML formatted).
- description() - Method in interface org.opentrafficsim.simulationengine.WrappableSimulation
-
Return a description of the simulation (HTML formatted).
- destinationNode() - Method in class org.opentrafficsim.core.network.route.Route
-
- destroy() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
Destructor.
- destroy() - Method in interface org.opentrafficsim.core.gtu.GTU
-
Destroy the GTU from the simulation and animation.
- DESTROY_EVENT - Static variable in interface org.opentrafficsim.core.gtu.GTU
-
The event type for pub/sub indicating destruction of the GTU.
- Direction3D - Class in org.opentrafficsim.core.math
-
3D-rotation, RPY coded (longitudinal roll along the x-axis, lateral pitch along the y-axis and vertical yaw along the
z-axis), also called Tait–Bryan angles or Cardan angles.
- Direction3D(DirectionVector) - Constructor for class org.opentrafficsim.core.math.Direction3D
-
- Direction3D(Direction, Direction, Direction) - Constructor for class org.opentrafficsim.core.math.Direction3D
-
- Direction3D(double, double, double, AngleUnit) - Constructor for class org.opentrafficsim.core.math.Direction3D
-
- Directions - Class in org.opentrafficsim.core.network.factory.xml.units
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- DiscreteDistDoubleScalar - Interface in org.opentrafficsim.core.units.distributions
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- DiscreteDistDoubleScalar.Abs<T extends org.djunits.value.vdouble.scalar.DoubleScalar.Abs<U>,U extends org.djunits.unit.Unit<U>> - Class in org.opentrafficsim.core.units.distributions
-
Absolute value.
- DiscreteDistDoubleScalar.Rel<T extends org.djunits.value.vdouble.scalar.DoubleScalar.Rel<U>,U extends org.djunits.unit.Unit<U>> - Class in org.opentrafficsim.core.units.distributions
-
Relative value.
- DiscreteDistFloatScalar - Interface in org.opentrafficsim.core.units.distributions
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- DiscreteDistFloatScalar.Abs<T extends org.djunits.value.vfloat.scalar.FloatScalar.Abs<U>,U extends org.djunits.unit.Unit<U>> - Class in org.opentrafficsim.core.units.distributions
-
Absolute value.
- DiscreteDistFloatScalar.Rel<T extends org.djunits.value.vfloat.scalar.FloatScalar.Rel<U>,U extends org.djunits.unit.Unit<U>> - Class in org.opentrafficsim.core.units.distributions
-
Relative value.
- displayOrderedValue() - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Return the sub-items in display order.
- DisposeOnCloseThread(OTSAnimationPanel) - Constructor for class org.opentrafficsim.gui.OTSAnimationPanel.DisposeOnCloseThread
-
- DisposeOnCloseThread(OTSControlPanel) - Constructor for class org.opentrafficsim.gui.OTSControlPanel.DisposeOnCloseThread
-
- distance(OTSPoint3D) - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
- distance(LinkLocation) - Method in class org.opentrafficsim.core.network.LinkLocation
-
Returns the distance to another LinkLocation.
- distanceLineSegmentToPoint(OTSPoint3D, OTSPoint3D, OTSPoint3D) - Static method in class org.opentrafficsim.core.geometry.OTSBufferingJTS
-
Compute the distance of a line segment to a point.
- distanceSI(OTSPoint3D) - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
- distanceSI(double) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.AccelerationSegment
-
Calculate the distance covered by a GTU in this segment after relative time t.
- distanceSI() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.Segment
-
Calculate the distance covered by a GTU in this segment.
- distanceSI(double) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.Segment
-
Calculate the distance covered by a GTU in this segment after relative time t.
- distanceSI(double) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.SpeedSegment
-
Calculate the distance covered by a GTU in this segment after relative time t.
- Distribution<O> - Class in org.opentrafficsim.core.distributions
-
Generic implementation of a set of objects that have a draw method with corresponding probabilities / frequencies.
- Distribution(List<Distribution.FrequencyAndObject<O>>, StreamInterface) - Constructor for class org.opentrafficsim.core.distributions.Distribution
-
Construct a new Distribution.
- Distribution(StreamInterface) - Constructor for class org.opentrafficsim.core.distributions.Distribution
-
Construct a new Distribution with no generators.
- Distribution.FrequencyAndObject<O> - Class in org.opentrafficsim.core.distributions
-
Immutable storage for a frequency (or probability) plus a Generator.
- Distributions - Class in org.opentrafficsim.core.network.factory.xml.units
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- draw() - Method in class org.opentrafficsim.core.distributions.Distribution
-
Generate the next object.
- draw() - Method in interface org.opentrafficsim.core.distributions.Generator
-
Generate the next object.
- draw(GTU) - Method in class org.opentrafficsim.core.gtu.TemplateGTUType
-
Returns characteristics for the given GTU.
- draw() - Method in class org.opentrafficsim.core.network.route.FixedRouteGenerator
-
Return the (next) Route.
- draw() - Method in class org.opentrafficsim.core.network.route.ProbabilisticRouteGenerator
-
Return the (next) Route.
- draw() - Method in interface org.opentrafficsim.core.network.route.RouteGenerator
-
Return the (next) Route.
- draw() - Method in class org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Abs
-
- draw() - Method in class org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel
-
- draw() - Method in class org.opentrafficsim.core.units.distributions.ContinuousDistFloatScalar.Abs
-
- draw() - Method in class org.opentrafficsim.core.units.distributions.ContinuousDistFloatScalar.Rel
-
- draw() - Method in class org.opentrafficsim.core.units.distributions.DiscreteDistDoubleScalar.Abs
-
- draw() - Method in class org.opentrafficsim.core.units.distributions.DiscreteDistDoubleScalar.Rel
-
- draw() - Method in class org.opentrafficsim.core.units.distributions.DiscreteDistFloatScalar.Abs
-
- draw() - Method in class org.opentrafficsim.core.units.distributions.DiscreteDistFloatScalar.Rel
-
- DRIFTING_SPEED_SI - Static variable in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
The drifting speed.
- DRIVER - Static variable in class org.opentrafficsim.core.gtu.RelativePosition
-
Standard relative position type DRIVER.
- DT - Static variable in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypes
-
Fixed model time step.
- duration - Variable in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.Segment
-
The duration of the acceleration or speed for this segment.
- GD - Static variable in class org.opentrafficsim.core.geometry.Clothoid
-
Auxiliary function g(x) denominator.
- generateOperationalPlan(Time, DirectedPoint) - Method in interface org.opentrafficsim.core.gtu.plan.tactical.TacticalPlanner
-
generate an operational plan, for now or for in the future.
- generateTacticalPlanner() - Method in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlanner
-
Generate a new tactical planner for the GTU.
- Generator<O> - Interface in org.opentrafficsim.core.distributions
-
Interface for classes that have a draw method with no arguments.
- get(int) - Method in class org.opentrafficsim.core.distributions.Distribution
-
Retrieve one of the internally stored generators.
- get() - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- get(int) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Return one point of this OTSLine3D.
- get(int) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns the element at the specified position in this immutable list.
- get(Object) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractMap
-
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the key.
- get(int) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableList
-
Returns the element at the specified position in this immutable list.
- get(Object) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableMap
-
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the key.
- get(int) - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Return the sub property at a specified index.
- getA(CompoundProperty) - Static method in class org.opentrafficsim.simulationengine.properties.IDMPropertySet
-
Return the maximum acceleration.
- getAcceleration() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
- getAcceleration() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getAcceleration(Duration) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Calculate the acceleration of the GTU after the given duration since the start of the plan.
- getAcceleration(Time) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Calculate the acceleration of the GTU at the given time.
- getAcceleration() - Method in class org.opentrafficsim.core.math.Acceleration3D
-
Retrieve the norm of this Acceleration3D.
- getAnimationPanel() - Method in class org.opentrafficsim.gui.OTSAnimationPanel
-
Easy access to the AnimationPanel.
- getB(CompoundProperty) - Static method in class org.opentrafficsim.simulationengine.properties.IDMPropertySet
-
Return the maximum comfortable deceleration.
- getBehavioralCharacteristics() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getBounds() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
- getBounds() - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
This method returns a sphere with a diameter of half a meter as the default bounds for a point.
- getBounds() - Method in interface org.opentrafficsim.core.gtu.GTU
- getBounds() - Method in interface org.opentrafficsim.core.network.Link
- getBounds() - Method in interface org.opentrafficsim.core.network.Node
- getBounds() - Method in class org.opentrafficsim.core.network.OTSLink
- getBounds() - Method in class org.opentrafficsim.core.network.OTSNode
- getBounds() - Method in class org.opentrafficsim.core.object.StaticObject
- getCapacity() - Method in interface org.opentrafficsim.core.network.Capacity
-
- getCapacity() - Method in class org.opentrafficsim.core.network.CapacityOTSLink
- getCenter() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getCentroid() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Retrieve the centroid of this OTSLine3D.
- getClockLabel() - Method in class org.opentrafficsim.gui.OTSControlPanel.ClockPanel
-
- getColor(GTU) - Method in class org.opentrafficsim.core.gtu.animation.AccelerationGTUColorer
-
Return the fill color for a GTU.
- getColor(GTU) - Method in interface org.opentrafficsim.core.gtu.animation.GTUColorer
-
Return the fill color for a GTU.
- getColor() - Method in class org.opentrafficsim.core.gtu.animation.GTUColorer.LegendEntry
-
- getColor(GTU) - Method in class org.opentrafficsim.core.gtu.animation.IDGTUColorer
-
Return the fill color for a GTU.
- getColor(GTU) - Method in class org.opentrafficsim.core.gtu.animation.SpeedGTUColorer
-
Return the fill color for a GTU.
- getColor(GTU) - Method in class org.opentrafficsim.core.gtu.animation.SwitchableGTUColorer
-
Return the fill color for a GTU.
- getColor() - Method in class org.opentrafficsim.core.object.animation.StaticObjectAnimation
-
- getColorControlPanel() - Method in class org.opentrafficsim.gui.OTSAnimationPanel
-
Access the ColorControlPanel of this ControlPanel.
- getColorers() - Method in class org.opentrafficsim.core.gtu.animation.SwitchableGTUColorer
-
- getContourPoints() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getCoordinate() - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
- getCoordinates() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Construct a Coordinate array and fill it with the points of this OTSLine3D.
- getDefaultBehavioralCharacteristics() - Method in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlannerFactory
-
Returns a set of behavioral characteristics with default values for the next strategical planner that will be generated.
- getDefaultBehavioralCharacteristics() - Method in interface org.opentrafficsim.core.gtu.plan.tactical.TacticalPlannerFactory
-
Returns a set of behavioral characteristics with default values for the next tactical planner that will be generated.
- getDefaultValue() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
-
Returns the default value.
- getDefaultValue() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterType
-
Returns the default value.
- getDefaultValue() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeBoolean
-
Returns the default value.
- getDefaultValue() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble
-
Returns the default value.
- getDefaultValue() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeInteger
-
Returns the default value.
- getDefinedRouteMap(GTUType) - Method in interface org.opentrafficsim.core.network.Network
-
Return a defensive copy of the defined routes that exist in the network for the GTUType.
- getDefinedRouteMap(GTUType) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Return a defensive copy of the defined routes that exist in the network for the GTUType.
- getDescription() - Method in class org.opentrafficsim.core.gtu.animation.GTUColorer.LegendEntry
-
- getDescription() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
-
Returns the parameter description.
- getDescription() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Return a description of the property (may use HTML markup).
- getDescription() - Method in interface org.opentrafficsim.simulationengine.properties.Property
-
Return a description of the property (may use HTML markup).
- getDesignLine() - Method in interface org.opentrafficsim.core.network.Link
-
- getDesignLine() - Method in class org.opentrafficsim.core.network.OTSLink
- getDirectedPoint() - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
- getDirection() - Method in class org.opentrafficsim.core.network.LinkDirection
-
- getDirection() - Method in interface org.opentrafficsim.core.network.Node
-
- getDirection() - Method in class org.opentrafficsim.core.network.OTSNode
- getDirectionality(GTUType) - Method in interface org.opentrafficsim.core.network.Link
-
This method returns the directionality of the link for a GTU type.
- getDirectionality(GTUType) - Method in class org.opentrafficsim.core.network.OTSLink
-
This method returns the directionality of the link for a GTU type.
- getDisplayPriority() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Display priority determines the order in which properties should be displayed.
- getDisplayPriority() - Method in interface org.opentrafficsim.simulationengine.properties.Property
-
Display priority determines the order in which properties should be displayed.
- getDistribution() - Method in class org.opentrafficsim.core.units.distributions.AbstractContinuousDistScalar
-
- getDistribution() - Method in class org.opentrafficsim.core.units.distributions.AbstractDiscreteDistScalar
-
- getDuration() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.Segment
-
- getDurationSI() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.Segment
-
- getDx() - Method in class org.opentrafficsim.core.gtu.RelativePosition
-
- getDy() - Method in class org.opentrafficsim.core.gtu.RelativePosition
-
- getDz() - Method in class org.opentrafficsim.core.gtu.RelativePosition
-
- getElementName(int) - Method in class org.opentrafficsim.simulationengine.properties.ProbabilityDistributionProperty
-
Retrieve the name of one of the values of this ProbabilityDistributionProperty.
- getElementNames() - Method in class org.opentrafficsim.simulationengine.properties.ProbabilityDistributionProperty
-
Return the names of the elements of this ProbabilityDistributionProperty.
- getEndLocation() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Provide the end location of this operational plan as a DirectedPoint.
- getEndNode() - Method in interface org.opentrafficsim.core.network.Link
-
- getEndNode() - Method in class org.opentrafficsim.core.network.OTSLink
- getEndSpeed() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
- getEndTime() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Return the time it will take to complete the entire operational plan.
- getEnvelope() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Get the bounding rectangle of this OTSLine3D.
- getEventList() - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
- getExecutionTime() - Method in class org.opentrafficsim.core.geometry.TestIntersectionPerformance.Results.Result
-
- getFactor() - Method in class org.opentrafficsim.gui.OTSControlPanel.TimeWarpPanel
-
Retrieve the current TimeWarp factor.
- getFirst() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Return the first point of this OTSLine3D.
- getFormatString() - Method in class org.opentrafficsim.simulationengine.properties.ContinuousProperty
-
- getFormatString() - Method in class org.opentrafficsim.simulationengine.properties.IntegerProperty
-
- getFractionalLongitudinalPosition() - Method in class org.opentrafficsim.core.network.LinkLocation
-
- getFrequency() - Method in class org.opentrafficsim.core.distributions.Distribution.FrequencyAndObject
-
Retrieve the frequency (or probability) of this FrequencyAndObject.
- getFront() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getGeometry() - Method in class org.opentrafficsim.core.object.StaticObject
-
- getGtu() - Method in class org.opentrafficsim.core.gtu.perception.AbstractPerception
-
Return the GTU of this perception.
- getGtu() - Method in class org.opentrafficsim.core.gtu.perception.AbstractPerceptionCategory
-
Returns the connected GTU.
- getGtu() - Method in interface org.opentrafficsim.core.gtu.perception.Perception
-
Return the GTU of this perception.
- getGtu() - Method in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlanner
-
Returns the GTU.
- getGtu() - Method in interface org.opentrafficsim.core.gtu.plan.tactical.TacticalPlanner
-
Returns the GTU.
- getGTU(String) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Get a GTU in the model.
- getGTU(String) - Method in interface org.opentrafficsim.core.perception.PerceivableContext
-
Get a GTU in the model.
- getGTUColorer() - Method in class org.opentrafficsim.gui.OTSAnimationPanel
-
Access the GTUColorer of this animation ControlPanel.
- getGTUs() - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Get an overview of the GTUs in the model.
- getGTUs() - Method in interface org.opentrafficsim.core.perception.PerceivableContext
-
Get an overview of the GTUs in the model.
- getGTUType() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
- getGTUType() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getGTUType() - Method in class org.opentrafficsim.core.gtu.GTUCharacteristics
-
Retrieve the GTU type.
- getGTUType() - Method in class org.opentrafficsim.core.gtu.TemplateGTUType
-
- getHeader() - Static method in class org.opentrafficsim.core.geometry.TestIntersectionPerformance.Results
-
Return header string that matches the output of the result method.
- getHeight() - Method in class org.opentrafficsim.core.object.StaticObject
-
- getId() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
- getId() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
-
Returns the parameter id.
- getId() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getId() - Method in class org.opentrafficsim.core.gtu.GTUType
-
- getId() - Method in interface org.opentrafficsim.core.network.Link
-
- getId() - Method in class org.opentrafficsim.core.network.LinkType
-
- getId() - Method in interface org.opentrafficsim.core.network.Node
-
- getId() - Method in class org.opentrafficsim.core.network.OTSLink
- getId() - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Get a descriptive Id of the perceivable context (e.g., useful for debugging purposes).
- getId() - Method in class org.opentrafficsim.core.network.OTSNode
-
- getId() - Method in class org.opentrafficsim.core.network.route.Route
-
- getId() - Method in interface org.opentrafficsim.core.perception.PerceivableContext
-
Get a descriptive Id of the perceivable context (e.g., useful for debugging purposes).
- getIdGenerator() - Method in class org.opentrafficsim.core.gtu.GTUCharacteristics
-
Retrieve the id generator.
- getIdGenerator() - Method in class org.opentrafficsim.core.gtu.TemplateGTUType
-
Retrieve the id generator.
- getKey() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Retrieve the key of this AbstractProperty.
- getLast() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Return the last point of this OTSLine3D.
- getLegend() - Method in class org.opentrafficsim.core.gtu.animation.AccelerationGTUColorer
-
Return a list of legend entries (useful to make a legend of the colors used to render the GTUs).
- getLegend() - Method in interface org.opentrafficsim.core.gtu.animation.GTUColorer
-
Return a list of legend entries (useful to make a legend of the colors used to render the GTUs).
- getLegend() - Method in class org.opentrafficsim.core.gtu.animation.IDGTUColorer
-
Return a list of legend entries (useful to make a legend of the colors used to render the GTUs).
- getLegend() - Method in class org.opentrafficsim.core.gtu.animation.SpeedGTUColorer
-
Return a list of legend entries (useful to make a legend of the colors used to render the GTUs).
- getLegend() - Method in class org.opentrafficsim.core.gtu.animation.SwitchableGTUColorer
-
Return a list of legend entries (useful to make a legend of the colors used to render the GTUs).
- getLength() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Return the length of this OTSLine3D in meters.
- getLength() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getLength() - Method in class org.opentrafficsim.core.gtu.GTUCharacteristics
-
Retrieve the length.
- getLength() - Method in class org.opentrafficsim.core.gtu.perception.EgoPerception
-
Returns the length.
- getLength() - Method in interface org.opentrafficsim.core.network.Link
-
- getLength() - Method in class org.opentrafficsim.core.network.OTSLink
- getLengthSI() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Return the length of this OTSLine3D as a double value in SI units.
- getLineString() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Construct a LineString from this OTSLine3D.
- getLink() - Method in class org.opentrafficsim.core.network.LinkDirection
-
- getLink() - Method in class org.opentrafficsim.core.network.LinkEdge
-
- getLink() - Method in class org.opentrafficsim.core.network.LinkLocation
-
- getLink(String) - Method in interface org.opentrafficsim.core.network.Network
-
Retrieve a node with a given id from the network, or null if the id cannot be found.
- getLink(Node, Node) - Method in interface org.opentrafficsim.core.network.Network
-
Find a link between node1 and node2 and return it if it exists in the network.
- getLink(String, String) - Method in interface org.opentrafficsim.core.network.Network
-
Find a link between node1 and node2 and return it if it exists in the network.
- getLink(Node, Node) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Find a link between node1 and node2 and return it if it exists in the network.
- getLink(String, String) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Find a link between node1 and node2 and return it if it exists in the network.
- getLink(String) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Retrieve a node with a given id from the network, or null if the id cannot be found.
- getLinkMap() - Method in interface org.opentrafficsim.core.network.Network
-
Provide a defensive copy of the map of link ids to links in the network.
- getLinkMap() - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Provide a defensive copy of the map of link ids to links in the network.
- getLinks() - Method in interface org.opentrafficsim.core.network.Node
-
- getLinks() - Method in class org.opentrafficsim.core.network.OTSNode
- getLinkType() - Method in interface org.opentrafficsim.core.network.Link
-
- getLinkType() - Method in class org.opentrafficsim.core.network.OTSLink
- getList() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Prepare the list of the right type for use a subclass.
- getList() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableArrayList
-
Prepare the list of the right type for use a subclass.
- getList() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableVector
-
Prepare the list of the right type for use a subclass.
- getLocation(Length) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Get the location at a position on the line, with its direction.
- getLocation() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
- getLocation() - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
- getLocation() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
- getLocation() - Method in interface org.opentrafficsim.core.gtu.GTU
- getLocation(Time) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Calculate the location at the given time.
- getLocation(Duration) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Calculate the location after the given duration since the start of the plan.
- getLocation() - Method in interface org.opentrafficsim.core.network.Link
- getLocation() - Method in interface org.opentrafficsim.core.network.Node
- getLocation() - Method in class org.opentrafficsim.core.network.OTSLink
- getLocation() - Method in class org.opentrafficsim.core.network.OTSNode
- getLocation() - Method in class org.opentrafficsim.core.object.StaticObject
- getLocationExtended(Length) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Get the location at a position on the line, with its direction.
- getLocationExtendedSI(double) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Get the location at a position on the line, with its direction.
- getLocationFraction(double) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Get the location at a fraction of the line, with its direction.
- getLocationFraction(double, double) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Get the location at a fraction of the line, with its direction.
- getLocationFractionExtended(double) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Get the location at a fraction of the line (or outside the line), with its direction.
- getLocationSI(double) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Get the location at a position on the line, with its direction.
- getLongitudinalPosition() - Method in class org.opentrafficsim.core.network.LinkLocation
-
- getMap() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractMap
-
Prepare the map of the right type for use a subclass.
- getMap() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableHashMap
-
Prepare the map of the right type for use a subclass.
- getMap() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
Prepare the map of the right type for use a subclass.
- getMaximumAcceleration() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
- getMaximumAcceleration() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getMaximumDeceleration() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
- getMaximumDeceleration() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getMaximumSpeed() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getMaximumSpeed() - Method in class org.opentrafficsim.core.gtu.GTUCharacteristics
-
Retrieve the maximum speed.
- getMaximumValue() - Method in class org.opentrafficsim.simulationengine.properties.ContinuousProperty
-
- getMaximumValue() - Method in class org.opentrafficsim.simulationengine.properties.IntegerProperty
-
Retrieve the maximum value of this IntegerProperty.
- getMinimumValue() - Method in class org.opentrafficsim.simulationengine.properties.ContinuousProperty
-
- getMinimumValue() - Method in class org.opentrafficsim.simulationengine.properties.IntegerProperty
-
Retrieve the minimum value of this IntegerProperty.
- getName() - Method in class org.opentrafficsim.core.gtu.animation.GTUColorer.LegendEntry
-
- getName() - Method in class org.opentrafficsim.core.gtu.RelativePosition.TYPE
-
- getNetwork() - Method in class org.opentrafficsim.core.gtu.AbstractLinkBasedGTU
-
- getNetwork() - Method in class org.opentrafficsim.core.gtu.GTUCharacteristics
-
Retrieve the network.
- getNode(String) - Method in interface org.opentrafficsim.core.network.Network
-
Retrieve a node with a given id from the network, or null if the id cannot be found.
- getNode(String) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Retrieve a node with a given id from the network, or null if the id cannot be found.
- getNode(int) - Method in class org.opentrafficsim.core.network.route.Route
-
- getNodeFrom() - Method in class org.opentrafficsim.core.network.LinkDirection
-
- getNodeMap() - Method in interface org.opentrafficsim.core.network.Network
-
Provide a defensive copy of the map of node ids to nodes in the network.
- getNodeMap() - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Provide a defensive copy of the map of node ids to nodes in the network.
- getNodes() - Method in class org.opentrafficsim.core.network.route.Route
-
- getNodeTo() - Method in class org.opentrafficsim.core.network.LinkDirection
-
- getNumHits() - Method in class org.opentrafficsim.core.geometry.TestIntersectionPerformance.Results.Result
-
- getNumShapes() - Method in class org.opentrafficsim.core.geometry.TestIntersectionPerformance.Results
-
Retrieve the number of shapes used in the tests.
- getNumTests() - Method in class org.opentrafficsim.core.geometry.TestIntersectionPerformance.Results.Result
-
- getNumVertices() - Method in class org.opentrafficsim.core.geometry.TestIntersectionPerformance.Results
-
Retrieve the number of vertices per shape.
- getObject() - Method in class org.opentrafficsim.core.distributions.Distribution.FrequencyAndObject
-
Call the draw method of the generatingObject and return its result.
- getObject() - Method in class org.opentrafficsim.core.gtu.perception.TimeStampedObject
-
Retrieve the object.
- getOdometer() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
- getOdometer() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getOperationalPlan() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
- getOperationalPlan() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getOperationalPlanSegmentList() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Return the segments (parts with constant speed, acceleration or deceleration) of the operational plan.
- getOptionName(int) - Method in class org.opentrafficsim.simulationengine.properties.SelectionProperty
-
Retrieve the name of one of the options of this SelectionProperty.
- getOptionNames() - Method in class org.opentrafficsim.simulationengine.properties.SelectionProperty
-
Return the names of the options of this SelectionProperty.
- getOrDefault(Object, V) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableMap
-
Returns the value to which the specified key is mapped, or defaultValue
if this map contains no mapping for the
key.
- getPanel() - Method in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
-
- getParameter(ParameterType<U, T>) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Get parameter of given type.
- getParameter(ParameterTypeBoolean) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Get parameter of given type.
- getParameter(ParameterTypeInteger) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Get parameter of given type.
- getParameter(ParameterTypeDouble) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Get parameter of given type.
- getParameters() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Returns a safe copy of the parameters.
- getParent() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Retrieve the parent property.
- getPath() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Return the path that will be traveled.
- getPerceivableContext() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
- getPerceivedDistance() - Method in interface org.opentrafficsim.core.perception.PerceivedObject2D
-
Get the perceived distance to the object.
- getPerceivedDistance() - Method in interface org.opentrafficsim.core.perception.PerceivedObject3D
-
Get the perceived distance to the object.
- getPerceivedLocation() - Method in interface org.opentrafficsim.core.perception.PerceivedObject2D
-
Get the perceived location of the object.
- getPerceivedLocation() - Method in interface org.opentrafficsim.core.perception.PerceivedObject3D
-
Get the perceived location of the object.
- getPerceivedMovingDirection() - Method in interface org.opentrafficsim.core.perception.PerceivedObject2D
-
Get the perceived absolute 3D moving angle.
- getPerceivedMovingDirection() - Method in interface org.opentrafficsim.core.perception.PerceivedObject3D
-
Get the perceived absolute 3D moving angle.
- getPerceivedRelativeMovingDirection() - Method in interface org.opentrafficsim.core.perception.PerceivedObject2D
-
Get the perceived 3D moving angle from our reference point to the object.
- getPerceivedRelativeMovingDirection() - Method in interface org.opentrafficsim.core.perception.PerceivedObject3D
-
Get the perceived 3D moving angle from our reference point to the object.
- getPerceivedSpeed() - Method in interface org.opentrafficsim.core.perception.PerceivedObject2D
-
Get the perceived speed of the object.
- getPerceivedSpeed() - Method in interface org.opentrafficsim.core.perception.PerceivedObject3D
-
Get the perceived speed of the object.
- getPerceivedSpeed3D() - Method in interface org.opentrafficsim.core.perception.PerceivedObject2D
-
Get the perceived speed of the object, split into movement in the X, Y, and Z direction.
- getPerceivedSpeed3D() - Method in interface org.opentrafficsim.core.perception.PerceivedObject3D
-
Get the perceived speed of the object, split into movement in the X, Y, and Z direction.
- getPerception() - Method in class org.opentrafficsim.core.gtu.perception.AbstractPerceptionCategory
-
Returns the connected perception.
- getPerception() - Method in interface org.opentrafficsim.core.gtu.plan.tactical.TacticalPlanner
-
- getPerceptionCategory(Class<T>) - Method in class org.opentrafficsim.core.gtu.perception.AbstractPerception
-
Returns the given perception category.
- getPerceptionCategory(Class<T>) - Method in interface org.opentrafficsim.core.gtu.perception.Perception
-
Returns the given perception category.
- getPhi() - Method in class org.opentrafficsim.core.math.Acceleration3D
-
Retrieve the phi of this Acceleration3D.
- getPhi() - Method in class org.opentrafficsim.core.math.Speed3D
-
Retrieve the phi of this Speed3D.
- getPitch() - Method in class org.opentrafficsim.core.math.Angle3D
-
- getPitch() - Method in class org.opentrafficsim.core.math.Direction3D
-
- getPoint() - Method in interface org.opentrafficsim.core.network.Node
-
- getPoint() - Method in class org.opentrafficsim.core.network.OTSNode
-
- getPoint2D() - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
- getPoints() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Return an array of OTSPoint3D that represents this OTSLine3D.
- getProbabilities() - Method in class org.opentrafficsim.gui.ProbabilityDistributionEditor
-
Retrieve the current probability values.
- getProperties() - Method in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
-
Retrieve a list of visible properties of the simulation.
- getProperties() - Method in class org.opentrafficsim.simulationengine.AbstractWrappableSimulation
-
Retrieve a list of visible properties of the simulation.
- getProperties() - Method in interface org.opentrafficsim.simulationengine.WrappableAnimation
-
Retrieve a list of visible properties of the simulation.
- getProperties() - Method in interface org.opentrafficsim.simulationengine.WrappableSimulation
-
Retrieve a list of visible properties of the simulation.
- getPropertyGroup() - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Retrieve the property group.
- getRear() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getReference() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
- getReference() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getRelativePositions() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getResult(int) - Method in class org.opentrafficsim.core.geometry.TestIntersectionPerformance.Results
-
Retrieve the Result object at the specified index.
- getRoll() - Method in class org.opentrafficsim.core.math.Angle3D
-
- getRoll() - Method in class org.opentrafficsim.core.math.Direction3D
-
- getRoute() - Method in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlanner
-
Returns the route.
- getRoute(GTUType, String) - Method in interface org.opentrafficsim.core.network.Network
-
Return the route with the given id in the network for the given GTUType, or null if it the route with the id does not
exist.
- getRoute(GTUType, String) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Return the route with the given id in the network for the given GTUType, or null if it the route with the id does not
exist.
- getRoute() - Method in class org.opentrafficsim.core.network.route.FixedRouteGenerator
-
- getRoutesBetween(GTUType, Node, Node) - Method in interface org.opentrafficsim.core.network.Network
-
Return the the shortest route between two nodes in the network, via a list of intermediate nodes.
- getRoutesBetween(GTUType, Node, Node) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Return the the shortest route between two nodes in the network, via a list of intermediate nodes.
- getS0(CompoundProperty) - Static method in class org.opentrafficsim.simulationengine.properties.IDMPropertySet
-
Return the static headway.
- getSet() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Prepare the set of the right type for use a subclass.
- getSet() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableEnumSet
-
Prepare the set of the right type for use a subclass.
- getSet() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableHashSet
-
Prepare the set of the right type for use a subclass.
- getSet() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Prepare the set of the right type for use a subclass.
- getShape() - Method in class org.opentrafficsim.core.geometry.OTSShape
-
- getShortestRouteBetween(GTUType, Node, Node) - Method in interface org.opentrafficsim.core.network.Network
-
Calculate the shortest route between two nodes in the network.
- getShortestRouteBetween(GTUType, Node, Node, List<Node>) - Method in interface org.opentrafficsim.core.network.Network
-
Calculate the shortest route between two nodes in the network, via a list of intermediate nodes.
- getShortestRouteBetween(GTUType, Node, Node) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Calculate the shortest route between two nodes in the network.
- getShortestRouteBetween(GTUType, Node, Node, List<Node>) - Method in class org.opentrafficsim.core.network.OTSNetwork
-
Calculate the shortest route between two nodes in the network, via a list of intermediate nodes.
- getShortName() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Return a short description of the property.
- getShortName() - Method in interface org.opentrafficsim.simulationengine.properties.Property
-
Return a short description of the property.
- getSimulator() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
- getSimulator() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getSimulator() - Method in class org.opentrafficsim.core.gtu.GTUCharacteristics
-
Retrieve the simulator.
- getSimulator() - Method in class org.opentrafficsim.core.gtu.TemplateGTUType
-
- getSimulator() - Method in class org.opentrafficsim.gui.OTSControlPanel
-
- getSimulator() - Method in class org.opentrafficsim.gui.OTSSimulationPanel
-
- getSimulatorTime() - Method in interface org.opentrafficsim.core.dsol.OTSSimulatorInterface
- getSlope() - Method in interface org.opentrafficsim.core.network.Node
-
- getSlope() - Method in class org.opentrafficsim.core.network.OTSNode
- getSpeed() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
- getSpeed() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getSpeed() - Method in class org.opentrafficsim.core.gtu.perception.EgoPerception
-
Returns the speed.
- getSpeed(Duration) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Calculate the speed of the GTU after the given duration since the start of the plan.
- getSpeed(Time) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Calculate the speed of the GTU at the given time.
- getSpeed() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.SpeedSegment
-
- getSpeed() - Method in class org.opentrafficsim.core.math.Speed3D
-
Retrieve the norm of this Speed3D.
- getStartNode() - Method in interface org.opentrafficsim.core.network.Link
-
- getStartNode() - Method in class org.opentrafficsim.core.network.OTSLink
- getStartSpeed() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Return the start speed of the entire plan.
- getStartTime() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Return the (absolute) start time of the operational plan.
- getStatusBar() - Method in class org.opentrafficsim.gui.OTSSimulationPanel
-
- getStrategicalPlanner() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
- getStrategicalPlanner() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getTabbedPane() - Method in class org.opentrafficsim.gui.OTSSimulationPanel
-
- getTacticalPlanner() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
- getTacticalPlanner() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getTheta() - Method in class org.opentrafficsim.core.math.Acceleration3D
-
Retrieve the theta of this Acceleration3D.
- getTheta() - Method in class org.opentrafficsim.core.math.Speed3D
-
Retrieve the theta of this Speed3D.
- getTickValues() - Method in class org.opentrafficsim.gui.OTSControlPanel.TimeWarpPanel
-
Access to tickValues map from within the event handler.
- getTime() - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
-
- getTimeFont() - Method in class org.opentrafficsim.gui.OTSControlPanel
-
- getTimestamp() - Method in class org.opentrafficsim.core.gtu.perception.AbstractPerceptionCategory
-
Returns the current time.
- getTimestamp() - Method in class org.opentrafficsim.core.gtu.perception.TimeStampedObject
-
Retrieve the time stamp.
- getTimeStampedLength() - Method in class org.opentrafficsim.core.gtu.perception.EgoPerception
-
Return the time stamped length.
- getTimeStampedSpeed() - Method in class org.opentrafficsim.core.gtu.perception.EgoPerception
-
Return the time stamped speed.
- getTimeStampedWidth() - Method in class org.opentrafficsim.core.gtu.perception.EgoPerception
-
Return the time stamped width.
- getTotalDuration() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Return the time it will take to complete the entire operational plan.
- getTraveledDistance(Duration) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Calculate the distance traveled as part of this plan after the given duration since the start of the plan.
- getTraveledDistance(Time) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Calculate the distance traveled as part of this plan at the given absolute time.
- getTraveledDistanceSI(Duration) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Calculate the distance traveled as part of this plan after the given duration since the start of the plan.
- getTraveledDistanceSI(Time) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Calculate the distance traveled as part of this plan at the given absolute time.
- getTSafe(CompoundProperty) - Static method in class org.opentrafficsim.simulationengine.properties.IDMPropertySet
-
Return the time headway.
- getTurnIndicatorStatus() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
- getTurnIndicatorStatus() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getType() - Method in class org.opentrafficsim.core.gtu.RelativePosition
-
- getUnit() - Method in class org.opentrafficsim.core.units.distributions.AbstractContinuousDistScalar
-
- getUnit() - Method in class org.opentrafficsim.core.units.distributions.AbstractDiscreteDistScalar
-
- getUserModifiedProperties() - Method in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
-
Retrieve a list of properties as the user has modified them.
- getUserModifiedProperties() - Method in interface org.opentrafficsim.simulationengine.WrappableAnimation
-
Retrieve a list of properties as the user has modified them.
- getValue() - Method in class org.opentrafficsim.simulationengine.properties.BooleanProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.simulationengine.properties.ContinuousProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.simulationengine.properties.IntegerProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.simulationengine.properties.ProbabilityDistributionProperty
-
Retrieve the current value of the property.
- getValue(int) - Method in class org.opentrafficsim.simulationengine.properties.ProbabilityDistributionProperty
-
Retrieve one probability value.
- getValue() - Method in interface org.opentrafficsim.simulationengine.properties.Property
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.simulationengine.properties.SelectionProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.simulationengine.properties.StringProperty
-
Retrieve the current value of the property.
- getValueClass() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterType
-
Returns the class of the value.
- getWidth() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getWidth() - Method in class org.opentrafficsim.core.gtu.GTUCharacteristics
-
Retrieve the width.
- getWidth() - Method in class org.opentrafficsim.core.gtu.perception.EgoPerception
-
Returns the width.
- getWidth() - Method in class org.opentrafficsim.core.object.animation.StaticObjectAnimation
-
- getX() - Method in class org.opentrafficsim.core.math.Acceleration3D
-
Retrieve the x-component of this Acceleration3D.
- getX() - Method in class org.opentrafficsim.core.math.Speed3D
-
Retrieve the x-component of this Speed3D.
- getY() - Method in class org.opentrafficsim.core.math.Acceleration3D
-
Retrieve the y-component of this Acceleration3D.
- getY() - Method in class org.opentrafficsim.core.math.Speed3D
-
Retrieve the y-component of this Speed3D.
- getYaw() - Method in class org.opentrafficsim.core.math.Angle3D
-
- getYaw() - Method in class org.opentrafficsim.core.math.Direction3D
-
- getZ() - Method in class org.opentrafficsim.core.math.Acceleration3D
-
Retrieve the z-component of this Acceleration3D.
- getZ() - Method in class org.opentrafficsim.core.math.Speed3D
-
Retrieve the z-component of this Speed3D.
- GN - Static variable in class org.opentrafficsim.core.geometry.Clothoid
-
Auxiliary function g(x) numerator.
- GTU - Interface in org.opentrafficsim.core.gtu
-
Generalized Travel Unit.
- GTU_ADD_EVENT - Static variable in interface org.opentrafficsim.core.network.Network
-
The timed event type for pub/sub indicating the addition of a GTU to the network.
- GTU_REMOVE_EVENT - Static variable in interface org.opentrafficsim.core.network.Network
-
The timed event type for pub/sub indicating the removal of a GTU from the network.
- GTUCharacteristics - Class in org.opentrafficsim.core.gtu
-
Characteristics of a GTU.
- GTUCharacteristics(GTUType, IdGenerator, Length, Length, Speed, OTSDEVSSimulatorInterface, OTSNetwork) - Constructor for class org.opentrafficsim.core.gtu.GTUCharacteristics
-
Construct a new set of GTUCharacteristics.
- GTUColorer - Interface in org.opentrafficsim.core.gtu.animation
-
Determine the fill color for a GTU.
- GTUColorer.LegendEntry - Class in org.opentrafficsim.core.gtu.animation
-
Packs a Color, a short description and a long description in one object.
- GTUDirectionality - Enum in org.opentrafficsim.core.gtu
-
Longitudinal driving directions for a GTU.
- GTUException - Exception in org.opentrafficsim.core.gtu
-
Exception thrown when GTU encounters a problem.
- GTUException() - Constructor for exception org.opentrafficsim.core.gtu.GTUException
-
- GTUException(String) - Constructor for exception org.opentrafficsim.core.gtu.GTUException
-
- GTUException(Throwable) - Constructor for exception org.opentrafficsim.core.gtu.GTUException
-
- GTUException(String, Throwable) - Constructor for exception org.opentrafficsim.core.gtu.GTUException
-
- GTUException(String, Throwable, boolean, boolean) - Constructor for exception org.opentrafficsim.core.gtu.GTUException
-
- GTUType - Class in org.opentrafficsim.core.gtu
-
A GTU type identifies the type of a GTU.
- GTUType(String) - Constructor for class org.opentrafficsim.core.gtu.GTUType
-
- hasDefaultValue() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
-
Returns whether this parameter type has a default value.
- hashCode() - Method in class org.opentrafficsim.core.distributions.Distribution.FrequencyAndObject
- hashCode() - Method in class org.opentrafficsim.core.distributions.Distribution
- hashCode() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
- hashCode() - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
- hashCode() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
- hashCode() - Method in class org.opentrafficsim.core.gtu.GTUType
- hashCode() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.AccelerationSegment
- hashCode() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
- hashCode() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.Segment
- hashCode() - Method in class org.opentrafficsim.core.gtu.RelativePosition
- hashCode() - Method in class org.opentrafficsim.core.gtu.RelativePosition.TYPE
- hashCode() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractMap
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableList
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableMap
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableMap
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableSet
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSet
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSortedMap
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSortedSet
-
Force to redefine hashCode for the implementations of immutable collection classes.
- hashCode() - Method in class org.opentrafficsim.core.network.LinkType
- hashCode() - Method in class org.opentrafficsim.core.network.OTSLink
- hashCode() - Method in class org.opentrafficsim.core.network.OTSNode
- hasNext() - Method in class org.opentrafficsim.core.geometry.OTS2DSet.QuadTreeIterator
- hasNext() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableIterator
- hasNext() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty.PropertyIterator
- headMap(K, boolean) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableMap
-
Returns a view of the portion of this immutable map whose keys are less than (or equal to, if inclusive
is true)
toKey
.
- headMap(K) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSortedMap
-
Returns a view of the portion of this immutable map whose keys are strictly less than toKey.
- headMap(K) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
Returns a view of the portion of this immutable map whose keys are strictly less than toKey.
- headMap(K, boolean) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
Returns a view of the portion of this immutable map whose keys are less than (or equal to, if inclusive
is true)
toKey
.
- headSet(E, boolean) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableSet
-
Returns a view of the portion of this immutable set whose elements are less than (or equal to, if inclusive
is
true) toElement
.
- headSet(E) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSortedSet
-
Returns a view of the portion of this immutable set whose elements are strictly less than toElement.
- headSet(E) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Returns a view of the portion of this immutable set whose elements are strictly less than toElement.
- headSet(E, boolean) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Returns a view of the portion of this immutable set whose elements are less than (or equal to, if inclusive
is
true) toElement
.
- higher(E) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableSet
-
Returns the least element in this immutable set strictly greater than the given element, or null
if there is no
such element.
- higher(E) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Returns the least element in this immutable set strictly greater than the given element, or null
if there is no
such element.
- higherKey(K) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableMap
-
Returns the least key in this immutable map strictly greater than the given key, or null
if there is no such key.
- higherKey(K) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
Returns the least key in this immutable map strictly greater than the given key, or null
if there is no such key.
- horizontalDistance(OTSPoint3D) - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
- horizontalDistanceSI(OTSPoint3D) - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
- htmlStateDescription() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.simulationengine.properties.BooleanProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.simulationengine.properties.ContinuousProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.simulationengine.properties.IntegerProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.simulationengine.properties.ProbabilityDistributionProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in interface org.opentrafficsim.simulationengine.properties.Property
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.simulationengine.properties.SelectionProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- htmlStateDescription() - Method in class org.opentrafficsim.simulationengine.properties.StringProperty
-
Generate a description of the state of this property in HTML (excluding the <html> at the start and the
</html> at the end.
- IdGenerator - Class in org.opentrafficsim.core.idgenerator
-
Generate names for any kind of object.
- IdGenerator(String) - Constructor for class org.opentrafficsim.core.idgenerator.IdGenerator
-
Construct a new IdGenerator.
- IDGTUColorer - Class in org.opentrafficsim.core.gtu.animation
-
Color GTUs based on their id.
- IDGTUColorer() - Constructor for class org.opentrafficsim.core.gtu.animation.IDGTUColorer
-
Construct a new IDGTUColorer.
- IDMPropertySet - Class in org.opentrafficsim.simulationengine.properties
-
Compound property for IDM or IDMPlus parameters
- ImmutableAbstractList<E> - Class in org.opentrafficsim.core.immutablecollections
-
An abstract base class for an immutable wrapper for a List.
- ImmutableAbstractList(List<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Construct an abstract immutable list.
- ImmutableAbstractMap<K,V> - Class in org.opentrafficsim.core.immutablecollections
-
An abstract base class for an immutable wrapper for a Map.
- ImmutableAbstractMap(Map<K, V>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableAbstractMap
-
Construct an abstract immutable map.
- ImmutableAbstractSet<E> - Class in org.opentrafficsim.core.immutablecollections
-
An abstract base class for an immutable wrapper for a Set.
- ImmutableAbstractSet(Set<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Construct an abstract immutable set.
- ImmutableArrayList<E> - Class in org.opentrafficsim.core.immutablecollections
-
An immutable wrapper for an ArrayList.
- ImmutableArrayList(List<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableArrayList
-
- ImmutableArrayList(ImmutableList<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableArrayList
-
- ImmutableCollection<E> - Interface in org.opentrafficsim.core.immutablecollections
-
A Collection interface without the methods that can change it.
- ImmutableEnumSet<E extends Enum<E>> - Class in org.opentrafficsim.core.immutablecollections
-
An immutable wrapper for a EnumSet.
- ImmutableEnumSet(EnumSet<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableEnumSet
-
- ImmutableEnumSet(ImmutableEnumSet<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableEnumSet
-
- ImmutableHashMap<K,V> - Class in org.opentrafficsim.core.immutablecollections
-
An immutable wrapper for a HashMap.
- ImmutableHashMap(Map<? extends K, ? extends V>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableHashMap
-
- ImmutableHashMap(ImmutableHashMap<? extends K, ? extends V>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableHashMap
-
- ImmutableHashSet<E> - Class in org.opentrafficsim.core.immutablecollections
-
An immutable wrapper for a HashSet.
- ImmutableHashSet(Collection<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableHashSet
-
- ImmutableHashSet(ImmutableCollection<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableHashSet
-
- ImmutableIterator<E> - Class in org.opentrafficsim.core.immutablecollections
-
An immutable iterator over elements, wrapping a "mutable" iterator.
- ImmutableIterator(Iterator<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableIterator
-
- ImmutableList<E> - Interface in org.opentrafficsim.core.immutablecollections
-
A List interface without the methods that can change it.
- ImmutableMap<K,V> - Interface in org.opentrafficsim.core.immutablecollections
-
A Map interface without the methods that can change it.
- ImmutableNavigableMap<K,V> - Interface in org.opentrafficsim.core.immutablecollections
-
A
ImmutableSortedMap
extended with navigation methods reporting closest matches for given search targets.
- ImmutableNavigableSet<E> - Interface in org.opentrafficsim.core.immutablecollections
-
A
ImmutableSortedSet
extended with navigation methods reporting closest matches for given search targets.
- ImmutableSet<E> - Interface in org.opentrafficsim.core.immutablecollections
-
A Set interface without the methods that can change it.
- ImmutableSortedMap<K,V> - Interface in org.opentrafficsim.core.immutablecollections
-
A SortedMap interface without the methods that can change it.
- ImmutableSortedSet<E> - Interface in org.opentrafficsim.core.immutablecollections
-
A SortedSet interface without the methods that can change it.
- ImmutableTreeMap<K,V> - Class in org.opentrafficsim.core.immutablecollections
-
An immutable wrapper for a TreeMap.
- ImmutableTreeMap(SortedMap<K, V>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
- ImmutableTreeMap(ImmutableSortedMap<K, V>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
- ImmutableTreeSet<E> - Class in org.opentrafficsim.core.immutablecollections
-
An immutable wrapper for a TreeSet.
- ImmutableTreeSet(SortedSet<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
- ImmutableTreeSet(ImmutableSortedSet<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
- ImmutableVector<E> - Class in org.opentrafficsim.core.immutablecollections
-
An immutable wrapper for a Vector.
- ImmutableVector(List<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableVector
-
- ImmutableVector(ImmutableList<E>) - Constructor for class org.opentrafficsim.core.immutablecollections.ImmutableVector
-
- indexOf(Object) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns the index of the first occurrence of the specified element in this immutable list, or -1 if this immutable list
does not contain the element.
- indexOf(Object) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableList
-
Returns the index of the first occurrence of the specified element in this immutable list, or -1 if this immutable list
does not contain the element.
- indexOf(Object, int) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableVector
-
Returns the index of the first occurrence of the specified element in this immutable vector, searching forwards from
index
, or returns -1 if the element is not found.
- indexOf(Node) - Method in class org.opentrafficsim.core.network.route.Route
-
Return the index of a Node in this Route, or -1 if this Route does not contain the specified Node.
- init(StrategicalPlanner, DirectedPoint, Speed) - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
Initialize the GTU at a location and speed, and give it a mission to fulfill through the strategical planner.
- INIT_EVENT - Static variable in interface org.opentrafficsim.core.gtu.GTU
-
The event type for pub/sub indicating the initialization of a new GTU.
- initialize(Replication<DoubleScalar.Abs<TimeUnit>, DoubleScalar.Rel<TimeUnit>, OTSSimTimeDouble>, ReplicationMode) - Method in class org.opentrafficsim.core.dsol.OTSDEVSAnimator
- initialize(Replication<DoubleScalar.Abs<TimeUnit>, DoubleScalar.Rel<TimeUnit>, OTSSimTimeDouble>, ReplicationMode) - Method in class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
- initialize(Replication<DoubleScalar.Abs<TimeUnit>, DoubleScalar.Rel<TimeUnit>, OTSSimTimeDouble>, ReplicationMode) - Method in class org.opentrafficsim.core.dsol.OTSDEVSSimulator
- initialize(Replication<DoubleScalar.Abs<TimeUnit>, DoubleScalar.Rel<TimeUnit>, OTSSimTimeDouble>, ReplicationMode) - Method in class org.opentrafficsim.core.dsol.OTSSimulator
- initialize(Replication<DoubleScalar.Abs<TimeUnit>, DoubleScalar.Rel<TimeUnit>, OTSSimTimeDouble>, ReplicationMode) - Method in interface org.opentrafficsim.core.dsol.OTSSimulatorInterface
- installWindowCloseHandler() - Method in class org.opentrafficsim.gui.OTSAnimationPanel
-
Install a handler for the window closed event that stops the simulator (if it is running).
- installWindowCloseHandler() - Method in class org.opentrafficsim.gui.OTSControlPanel
-
Install a handler for the window closed event that stops the simulator (if it is running).
- IntegerProperty - Class in org.opentrafficsim.simulationengine.properties
-
Integer property.
- IntegerProperty(String, String, String, Integer, Integer, Integer, String, boolean, int) - Constructor for class org.opentrafficsim.simulationengine.properties.IntegerProperty
-
Construct an IntegerProperty.
- interpolate(double, OTSPoint3D, OTSPoint3D) - Static method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
Interpolate (or extrapolate) between (outside) two given points.
- interpolateColor(Color, Color, double) - Static method in class org.opentrafficsim.core.gtu.animation.ColorInterpolator
-
Generate a Color that is interpolated between two given Color values.
- interruptMove() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
Interrupt the move and ask for a new plan.
- intersectingShapes(Rectangle2D) - Method in class org.opentrafficsim.core.geometry.OTS2DSet
-
Return the set of all shapes in this OTS2DSet that intersect the given rectangle.
- intersectingShapes(OTSShape) - Method in class org.opentrafficsim.core.geometry.OTS2DSet
-
Return all OTSShapes in this OTS2DSet that intersect a given OTSShape.
- intersectingShapes(Rectangle2D) - Method in class org.opentrafficsim.core.geometry.OTS2DSet.QuadTreeNode
-
Return a Set containing all OTSShapes in this QuadTreeNode that intersect a rectangular area.
- intersectionOfLines(OTSPoint3D, OTSPoint3D, OTSPoint3D, OTSPoint3D) - Static method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
Compute the 2D intersection of two infinite lines.
- intersectionOfLineSegments(OTSPoint3D, OTSPoint3D, OTSPoint3D, OTSPoint3D) - Static method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
Compute the 2D intersection of two line segments.
- intersects(OTSShape) - Method in class org.opentrafficsim.core.geometry.OTS2DSet.QuadTreeNode
-
Test if the area of this QuadTree intersects an OTSShape.
- intersects(OTSShape) - Method in class org.opentrafficsim.core.geometry.OTSShape
-
- isBackward() - Method in enum org.opentrafficsim.core.network.LongitudinalDirectionality
-
Easy access method to test if the directionality is BACKWARD or BOTH.
- isBackwardOrBoth() - Method in enum org.opentrafficsim.core.network.LongitudinalDirectionality
-
Easy access method to test if the directionality is BACKWARD or BOTH.
- isBoth() - Method in enum org.opentrafficsim.core.network.LongitudinalDirectionality
-
Easy access method to test if the directionality is BACKWARD or BOTH.
- isCompatible(GTUType) - Method in class org.opentrafficsim.core.network.LinkType
-
- isDestroyed() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
- isDirectionallyConnectedTo(GTUType, Node) - Method in interface org.opentrafficsim.core.network.Node
-
Check if the current node is linked to the given Node in the specified direction for the given GTUType.
- isDirectionallyConnectedTo(GTUType, Node) - Method in class org.opentrafficsim.core.network.OTSNode
-
Note: this method does not take into account explicitly defined connections, as the previous link is not given.
- isEmpty() - Method in class org.opentrafficsim.core.geometry.OTS2DSet
- isEmpty() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns true if this immutable collection contains no elements.
- isEmpty() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractMap
-
Returns true if this immutable collection contains no elements.
- isEmpty() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Returns true if this immutable collection contains no elements.
- isEmpty() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Returns true if this immutable collection contains no elements.
- isEmpty() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableMap
-
Returns true if this immutable collection contains no elements.
- isFill() - Method in class org.opentrafficsim.core.object.animation.StaticObjectAnimation
-
- isForward() - Method in enum org.opentrafficsim.core.network.LongitudinalDirectionality
-
Easy access method to test if the directionality is FORWARD.
- isForwardOrBoth() - Method in enum org.opentrafficsim.core.network.LongitudinalDirectionality
-
Easy access method to test if the directionality is FORWARD or BOTH.
- isHazard() - Method in enum org.opentrafficsim.core.gtu.TurnIndicatorStatus
-
- isLeft() - Method in enum org.opentrafficsim.core.gtu.TurnIndicatorStatus
-
- isLeft() - Method in enum org.opentrafficsim.core.network.LateralDirectionality
-
Determine whether the direction is the left direction.
- isLeftOrBoth() - Method in enum org.opentrafficsim.core.gtu.TurnIndicatorStatus
-
- isMinus() - Method in enum org.opentrafficsim.core.gtu.GTUDirectionality
-
- isNone() - Method in enum org.opentrafficsim.core.network.LateralDirectionality
-
Determine whether the lateral direction is not present.
- isPlus() - Method in enum org.opentrafficsim.core.gtu.GTUDirectionality
-
- isReadOnly() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Return true if the property can not be altered.
- isReadOnly() - Method in interface org.opentrafficsim.simulationengine.properties.Property
-
Return true if the property can not be altered.
- isRight() - Method in enum org.opentrafficsim.core.gtu.TurnIndicatorStatus
-
- isRight() - Method in enum org.opentrafficsim.core.network.LateralDirectionality
-
Determine whether the direction is the right direction.
- isRightOrBoth() - Method in enum org.opentrafficsim.core.gtu.TurnIndicatorStatus
-
- isRunning() - Method in interface org.opentrafficsim.core.dsol.OTSSimulatorInterface
- isType(T) - Method in class org.opentrafficsim.core.Type
-
Returns whether this type is the same type as the given type.
- iterator() - Method in class org.opentrafficsim.core.geometry.OTS2DSet
- iterator() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns an immutable iterator over the elements in this immutable collection.
- iterator() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Returns an immutable iterator over the elements in this immutable collection.
- iterator() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Returns an immutable iterator over the elements in this immutable collection.
- iterator() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Return an iterator.
- iterator() - Method in interface org.opentrafficsim.simulationengine.properties.Property
-
Return an iterator.
- ObjectInterface - Interface in org.opentrafficsim.core.object
-
Generic object that can be placed in the model.
- offsetFilterRatio - Static variable in class org.opentrafficsim.core.geometry.OTSOffsetLinePK
-
Noise in the reference line less than offset / offsetFilterRatio is filtered except when the resulting value
exceeds offsetMaximumFilterValue.
- offsetGeometryOLD(OTSLine3D, double) - Static method in class org.opentrafficsim.core.geometry.OTSBufferingJTS
-
Generate a Geometry that has a fixed offset from a reference Geometry.
- offsetLine(OTSLine3D, double) - Static method in class org.opentrafficsim.core.geometry.OTSBufferingAV
-
Construct an offset line.
- offsetLine(OTSLine3D, double) - Static method in class org.opentrafficsim.core.geometry.OTSBufferingJTS
-
Construct parallel line without.
- offsetLine(OTSLine3D, double, double) - Static method in class org.opentrafficsim.core.geometry.OTSBufferingJTS
-
Create a line at linearly varying offset from a reference line.
- offsetLine(double) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Construct parallel line.
TODO Let the Z-component of the result follow the Z-values of the reference line.
- offsetLine(double, double) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Create a line at linearly varying offset from this line.
- offsetLine(double[], double[]) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Create a line at linearly varying offset from this line.
- offsetLine(OTSLine3D, double) - Static method in class org.opentrafficsim.core.geometry.OTSOffsetLinePK
-
Construct an offset line.
- offsetMaximumFilterValue - Static variable in class org.opentrafficsim.core.geometry.OTSOffsetLinePK
-
Noise in the reference line greater than this value is never filtered.
- OFFSETMETHOD - Static variable in class org.opentrafficsim.core.geometry.OTSLine3D
-
Which offset line method to use...
- offsetMinimumFilterValue - Static variable in class org.opentrafficsim.core.geometry.OTSOffsetLinePK
-
Noise in the reference line less than this value is always filtered.
- OperationalPlan - Class in org.opentrafficsim.core.gtu.plan.operational
-
An Operational plan describes a path through the world with a speed profile that a GTU intends to follow.
- OperationalPlan(GTU, OTSLine3D, Time, Speed, List<OperationalPlan.Segment>) - Constructor for class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Construct an operational plan.
- OperationalPlan(GTU, DirectedPoint, Time, Duration) - Constructor for class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Build a plan where the GTU will wait for a certain time.
- OperationalPlan.AccelerationSegment - Class in org.opentrafficsim.core.gtu.plan.operational
-
The segment of an operational plan in which the acceleration is constant.
- OperationalPlan.Segment - Class in org.opentrafficsim.core.gtu.plan.operational
-
The segment of an operational plan contains a part of the speed profile of a movement in which some of the variables
determining movement (speed, acceleration) are constant.
- OperationalPlan.SpeedSegment - Class in org.opentrafficsim.core.gtu.plan.operational
-
The segment of an operational plan in which the speed is constant.
- OperationalPlanBuilder - Class in org.opentrafficsim.core.gtu.plan.operational
-
Builder for several often used operational plans.
- OperationalPlanException - Exception in org.opentrafficsim.core.gtu.plan.operational
-
Exception for the operational plan, e.g.
- OperationalPlanException() - Constructor for exception org.opentrafficsim.core.gtu.plan.operational.OperationalPlanException
-
Construct an operational plan exception.
- OperationalPlanException(String) - Constructor for exception org.opentrafficsim.core.gtu.plan.operational.OperationalPlanException
-
- OperationalPlanException(Throwable) - Constructor for exception org.opentrafficsim.core.gtu.plan.operational.OperationalPlanException
-
- OperationalPlanException(String, Throwable) - Constructor for exception org.opentrafficsim.core.gtu.plan.operational.OperationalPlanException
-
- OperationalPlanException(String, Throwable, boolean, boolean) - Constructor for exception org.opentrafficsim.core.gtu.plan.operational.OperationalPlanException
-
- org.opentrafficsim.core - package org.opentrafficsim.core
-
Generic classes for entire OTS project such as Throw for preconditions and postcondition testing.
- org.opentrafficsim.core.distributions - package org.opentrafficsim.core.distributions
-
Generic implementation of a set of objects with defined probabilities / frequencies.
- org.opentrafficsim.core.dsol - package org.opentrafficsim.core.dsol
-
Extensions of the DSOL simulator interfaces and classes for OTS units.
- org.opentrafficsim.core.geometry - package org.opentrafficsim.core.geometry
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- org.opentrafficsim.core.gis - package org.opentrafficsim.core.gis
-
Transformations between geographical coordinate systems.
- org.opentrafficsim.core.gtu - package org.opentrafficsim.core.gtu
-
GTU (Generalized Travel Unit) is the base class for cars, trains, pedestrians, etc.
- org.opentrafficsim.core.gtu.animation - package org.opentrafficsim.core.gtu.animation
-
GTU animations.
- org.opentrafficsim.core.gtu.behavioralcharacteristics - package org.opentrafficsim.core.gtu.behavioralcharacteristics
-
List of behavioral characteristics in the form of parameters.
- org.opentrafficsim.core.gtu.perception - package org.opentrafficsim.core.gtu.perception
-
The perception module of a GTU is responsible for perceiving (sensing) the environment of the GTU, which includes the
locations of other GTUs.
- org.opentrafficsim.core.gtu.plan.operational - package org.opentrafficsim.core.gtu.plan.operational
-
Operational plans describe a path through the world with a speed profile that a GTU intends to follow.
- org.opentrafficsim.core.gtu.plan.strategical - package org.opentrafficsim.core.gtu.plan.strategical
-
Strategical planners.
- org.opentrafficsim.core.gtu.plan.tactical - package org.opentrafficsim.core.gtu.plan.tactical
-
Tactical planners generate operational plans that are in line with reaching the goals of the strategical plan.
- org.opentrafficsim.core.idgenerator - package org.opentrafficsim.core.idgenerator
-
Generator names for any kind of object.
- org.opentrafficsim.core.immutablecollections - package org.opentrafficsim.core.immutablecollections
-
Contains a set of immutable collection interfaces and wrapper implementations.
- org.opentrafficsim.core.math - package org.opentrafficsim.core.math
-
Commonly used mathematical operations.
- org.opentrafficsim.core.network - package org.opentrafficsim.core.network
-
Classes that build a network with nodes, links, and cross-sections.
- org.opentrafficsim.core.network.animation - package org.opentrafficsim.core.network.animation
-
Animation for Links, Lanes, Nodes.
- org.opentrafficsim.core.network.factory.xml.units - package org.opentrafficsim.core.network.factory.xml.units
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- org.opentrafficsim.core.network.route - package org.opentrafficsim.core.network.route
-
Routes and route probabilities.
- org.opentrafficsim.core.object - package org.opentrafficsim.core.object
-
Static objects that the GTU might have to avoid.
- org.opentrafficsim.core.object.animation - package org.opentrafficsim.core.object.animation
-
Animation for static objects.
- org.opentrafficsim.core.perception - package org.opentrafficsim.core.perception
-
The perception package takes care of registering perceivable objects that are used in an OTS study.
- org.opentrafficsim.core.units.distributions - package org.opentrafficsim.core.units.distributions
-
Strongly typed distributions.
- org.opentrafficsim.gui - package org.opentrafficsim.gui
-
Swing components that are used in OpenTrafficSim.
- org.opentrafficsim.simulationengine - package org.opentrafficsim.simulationengine
-
Wrappers and stubs for the DSOL simulation engine.
- org.opentrafficsim.simulationengine.properties - package org.opentrafficsim.simulationengine.properties
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- originNode() - Method in class org.opentrafficsim.core.network.route.Route
-
- OTS2DSet - Class in org.opentrafficsim.core.geometry
-
Set of OTSShape objects and provides methods for fast selection of those objects that intersect an OTSShape.
- OTS2DSet(Rectangle2D, double) - Constructor for class org.opentrafficsim.core.geometry.OTS2DSet
-
Construct an empty OTS2DSet for a rectangular region.
- OTS2DSet.QuadTreeIterator - Class in org.opentrafficsim.core.geometry
-
Iterator for quad tree.
- OTS2DSet.QuadTreeNode - Class in org.opentrafficsim.core.geometry
-
Spatial-aware storage for a set of OTSShape objects.
- OTSAnimationPanel - Class in org.opentrafficsim.gui
-
Animation panel with various controls.
- OTSAnimationPanel(Rectangle2D, Dimension, SimpleAnimator, WrappableAnimation, GTUColorer) - Constructor for class org.opentrafficsim.gui.OTSAnimationPanel
-
Construct a panel that looks like the DSOLPanel for quick building of OTS applications.
- OTSAnimationPanel.DisposeOnCloseThread - Class in org.opentrafficsim.gui
-
Install the dispose on close when the OTSControlPanel is registered as part of a frame.
- OTSAnimationPanel.UpdateTimer - Class in org.opentrafficsim.gui
-
UpdateTimer class to update the coordinate on the screen.
- OTSAnimatorInterface - Interface in org.opentrafficsim.core.dsol
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSBufferingAV - Class in org.opentrafficsim.core.geometry
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSBufferingJTS - Class in org.opentrafficsim.core.geometry
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSControlPanel - Class in org.opentrafficsim.gui
-
Peter's improved simulation control panel.
- OTSControlPanel(OTSDEVSSimulatorInterface, WrappableAnimation) - Constructor for class org.opentrafficsim.gui.OTSControlPanel
-
Decorate a SimpleSimulator with a different set of control buttons.
- OTSControlPanel.ClockPanel - Class in org.opentrafficsim.gui
-
JLabel that displays the simulation time.
- OTSControlPanel.DisposeOnCloseThread - Class in org.opentrafficsim.gui
-
Install the dispose on close when the OTSControlPanel is registered as part of a frame.
- OTSControlPanel.RegexFormatter - Class in org.opentrafficsim.gui
-
Extension of a DefaultFormatter that uses a regular expression.
- OTSControlPanel.TimeEdit - Class in org.opentrafficsim.gui
-
Entry field for time.
- OTSControlPanel.TimeWarpPanel - Class in org.opentrafficsim.gui
-
JPanel that contains a JSider that uses a logarithmic scale.
- OTSDEVSAnimator - Class in org.opentrafficsim.core.dsol
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSDEVSAnimator() - Constructor for class org.opentrafficsim.core.dsol.OTSDEVSAnimator
-
Create a new OTSDEVSAnimator..
- OTSDEVSRealTimeClock - Class in org.opentrafficsim.core.dsol
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSDEVSRealTimeClock() - Constructor for class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
-
Create a new OTSRealTimeClock.
- OTSDEVSSimulator - Class in org.opentrafficsim.core.dsol
-
Typed extension of the DEVSSimulator without remote exceptions.
- OTSDEVSSimulator() - Constructor for class org.opentrafficsim.core.dsol.OTSDEVSSimulator
-
- OTSDEVSSimulatorInterface - Interface in org.opentrafficsim.core.dsol
-
Typed extension of the DEVSSimulatorInterface without remote exceptions and using the Time and Duration arguments.
- OTSGeometryException - Exception in org.opentrafficsim.core.geometry
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSGeometryException() - Constructor for exception org.opentrafficsim.core.geometry.OTSGeometryException
-
construct empty OTSGeometryException.
- OTSGeometryException(String) - Constructor for exception org.opentrafficsim.core.geometry.OTSGeometryException
-
- OTSGeometryException(Throwable) - Constructor for exception org.opentrafficsim.core.geometry.OTSGeometryException
-
- OTSGeometryException(String, Throwable) - Constructor for exception org.opentrafficsim.core.geometry.OTSGeometryException
-
- OTSGeometryException(String, Throwable, boolean, boolean) - Constructor for exception org.opentrafficsim.core.geometry.OTSGeometryException
-
- OTSGeometryUtil - Class in org.opentrafficsim.core.geometry
-
Utility class for OTS geometry.
- OTSLine3D - Class in org.opentrafficsim.core.geometry
-
Line with OTSPoint3D points, a cached length indexed line, a cahced length, and a cached centroid (all calculated on first
use).
- OTSLine3D(OTSPoint3D...) - Constructor for class org.opentrafficsim.core.geometry.OTSLine3D
-
Construct a new OTSLine3D.
- OTSLine3D(Coordinate[]) - Constructor for class org.opentrafficsim.core.geometry.OTSLine3D
-
Construct a new OTSLine3D from an array of Coordinate.
- OTSLine3D(LineString) - Constructor for class org.opentrafficsim.core.geometry.OTSLine3D
-
Construct a new OTSLine3D from a LineString.
- OTSLine3D(Geometry) - Constructor for class org.opentrafficsim.core.geometry.OTSLine3D
-
Construct a new OTSLine3D from a Geometry.
- OTSLine3D(List<OTSPoint3D>) - Constructor for class org.opentrafficsim.core.geometry.OTSLine3D
-
Construct a new OTSLine3D from a List<OTSPoint3D>.
- OTSLine3D(Path2D) - Constructor for class org.opentrafficsim.core.geometry.OTSLine3D
-
Construct a new OTSShape (closed shape) from a Path2D.
- OTSLine3D.OffsetMethod - Enum in org.opentrafficsim.core.geometry
-
Which offsetLine method to use...
- OTSLink - Class in org.opentrafficsim.core.network
-
A standard implementation of a link between two OTSNodes.
- OTSLink(String, OTSNode, OTSNode, LinkType, OTSLine3D, Map<GTUType, LongitudinalDirectionality>) - Constructor for class org.opentrafficsim.core.network.OTSLink
-
Construct a new link.
- OTSLink(String, OTSNode, OTSNode, LinkType, OTSLine3D, LongitudinalDirectionality) - Constructor for class org.opentrafficsim.core.network.OTSLink
-
Construct a new link, with a directionality for all GTUs as provided.
- OTSModelInterface - Interface in org.opentrafficsim.core.dsol
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSNetwork - Class in org.opentrafficsim.core.network
-
A Network consists of a set of links.
- OTSNetwork(String) - Constructor for class org.opentrafficsim.core.network.OTSNetwork
-
Construction of an empty network.
- OTSNode - Class in org.opentrafficsim.core.network
-
The Node is a point with an id.
- OTSNode(String, OTSPoint3D, Direction, Direction) - Constructor for class org.opentrafficsim.core.network.OTSNode
-
Construction of a Node.
- OTSNode(String, OTSPoint3D) - Constructor for class org.opentrafficsim.core.network.OTSNode
-
Construction of a Node.
- OTSOffsetLinePK - Class in org.opentrafficsim.core.geometry
-
Peter Knoppers' attempt to implement offsetLine.
- OTSPoint3D - Class in org.opentrafficsim.core.geometry
-
An OTSPoint3D implements a 3D-coordinate for OTS.
- OTSPoint3D(double, double, double) - Constructor for class org.opentrafficsim.core.geometry.OTSPoint3D
-
The x, y and z in the point are assumed to be in meters relative to an origin.
- OTSPoint3D(double[]) - Constructor for class org.opentrafficsim.core.geometry.OTSPoint3D
-
- OTSPoint3D(OTSPoint3D) - Constructor for class org.opentrafficsim.core.geometry.OTSPoint3D
-
- OTSPoint3D(Point3d) - Constructor for class org.opentrafficsim.core.geometry.OTSPoint3D
-
- OTSPoint3D(CartesianPoint) - Constructor for class org.opentrafficsim.core.geometry.OTSPoint3D
-
- OTSPoint3D(DirectedPoint) - Constructor for class org.opentrafficsim.core.geometry.OTSPoint3D
-
- OTSPoint3D(Point2D) - Constructor for class org.opentrafficsim.core.geometry.OTSPoint3D
-
- OTSPoint3D(Coordinate) - Constructor for class org.opentrafficsim.core.geometry.OTSPoint3D
-
- OTSPoint3D(Point) - Constructor for class org.opentrafficsim.core.geometry.OTSPoint3D
-
- OTSPoint3D(double, double) - Constructor for class org.opentrafficsim.core.geometry.OTSPoint3D
-
The x and y in the point are assumed to be in meters relative to an origin.
- OTSReplication - Class in org.opentrafficsim.core.dsol
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSReplication(Experiment<DoubleScalar.Abs<TimeUnit>, DoubleScalar.Rel<TimeUnit>, OTSSimTimeDouble>) - Constructor for class org.opentrafficsim.core.dsol.OTSReplication
-
- OTSReplication(String, OTSSimTimeDouble, DoubleScalar.Rel<TimeUnit>, DoubleScalar.Rel<TimeUnit>, OTSModelInterface) - Constructor for class org.opentrafficsim.core.dsol.OTSReplication
-
Create a new OTSReplication.
- OTSShape - Class in org.opentrafficsim.core.geometry
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSShape(OTSPoint3D...) - Constructor for class org.opentrafficsim.core.geometry.OTSShape
-
Construct a new OTSShape (closed shape).
- OTSShape(Coordinate[]) - Constructor for class org.opentrafficsim.core.geometry.OTSShape
-
Construct a new OTSShape (closed shape) from an array of Coordinate.
- OTSShape(LineString) - Constructor for class org.opentrafficsim.core.geometry.OTSShape
-
Construct a new OTSShape (closed shape) from a LineString.
- OTSShape(Geometry) - Constructor for class org.opentrafficsim.core.geometry.OTSShape
-
Construct a new OTSShape (closed shape) from a Geometry.
- OTSShape(List<OTSPoint3D>) - Constructor for class org.opentrafficsim.core.geometry.OTSShape
-
Construct a new OTSShape (closed shape) from a List<OTSPoint3D>.
- OTSShape(Path2D) - Constructor for class org.opentrafficsim.core.geometry.OTSShape
-
Construct a new OTSShape (closed shape) from a Path2D.
- OTSSimTimeDouble - Class in org.opentrafficsim.core.dsol
-
OTS uses a DoubleScalar.Abs<TimeUnit> to represent simulation start time and a DoubleScalar.Rel<timeUnit> to
represent the warmup time and total duration of a simulation.
- OTSSimTimeDouble(DoubleScalar.Abs<TimeUnit>) - Constructor for class org.opentrafficsim.core.dsol.OTSSimTimeDouble
-
- OTSSimulationException - Exception in org.opentrafficsim.simulationengine
-
Exception for the operational plan, e.g.
- OTSSimulationException() - Constructor for exception org.opentrafficsim.simulationengine.OTSSimulationException
-
Construct an operational plan exception.
- OTSSimulationException(String) - Constructor for exception org.opentrafficsim.simulationengine.OTSSimulationException
-
- OTSSimulationException(Throwable) - Constructor for exception org.opentrafficsim.simulationengine.OTSSimulationException
-
- OTSSimulationException(String, Throwable) - Constructor for exception org.opentrafficsim.simulationengine.OTSSimulationException
-
- OTSSimulationException(String, Throwable, boolean, boolean) - Constructor for exception org.opentrafficsim.simulationengine.OTSSimulationException
-
- OTSSimulationPanel - Class in org.opentrafficsim.gui
-
GUI with simulator, console, control panel, status bar, etc.
- OTSSimulationPanel(OTSDEVSSimulatorInterface, WrappableAnimation) - Constructor for class org.opentrafficsim.gui.OTSSimulationPanel
-
Construct a panel that looks like the DSOLPanel for quick building of OTS applications.
- OTSSimulator - Class in org.opentrafficsim.core.dsol
-
Typed extension of the Simulator without remote exceptions.
- OTSSimulator() - Constructor for class org.opentrafficsim.core.dsol.OTSSimulator
-
- OTSSimulatorInterface - Interface in org.opentrafficsim.core.dsol
-
Typed extension of the SimulatorInterface without remote exceptions.
- paint(Graphics2D, ImageObserver) - Method in class org.opentrafficsim.core.network.animation.LinkAnimation
- paint(Graphics2D, ImageObserver) - Method in class org.opentrafficsim.core.network.animation.NodeAnimation
- paint(Graphics2D, ImageObserver) - Method in class org.opentrafficsim.core.object.animation.StaticObjectAnimation
- PaintLine - Class in org.opentrafficsim.core.network.animation
-
Paint a line as a Path2D.Double
- paintLine(Graphics2D, Color, double, DirectedPoint, OTSLine3D) - Static method in class org.opentrafficsim.core.network.animation.PaintLine
-
Paint line.
- paintMultiPolygon(Graphics2D, Color, DirectedPoint, OTSLine3D, boolean) - Static method in class org.opentrafficsim.core.network.animation.PaintPolygons
-
Paint (fill) a polygon or a series of polygons.
- PaintPolygons - Class in org.opentrafficsim.core.network.animation
-
Paint a (series of) filled polygon(s) defined as a Path2D.Double
- panel - Variable in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
-
The tabbed panel so other tabs can be added by the classes that extend this class.
- parallelStream() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns a possibly parallel Stream
with this collection as its source.
- parallelStream() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Returns a possibly parallel Stream
with this collection as its source.
- parallelStream() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Returns a possibly parallel Stream
with this collection as its source.
- ParameterException - Exception in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Throwable for exceptions regarding parameters.
- ParameterException() - Constructor for exception org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException
-
Empty constructor.
- ParameterException(String) - Constructor for exception org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException
-
Constructor with message.
- ParameterException(Throwable) - Constructor for exception org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException
-
Constructor with cause.
- ParameterException(String, Throwable) - Constructor for exception org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException
-
Constructor with message and cause.
- ParameterException(String, Throwable, boolean, boolean) - Constructor for exception org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterException
-
Constructor with message and cause.
- ParameterType<U extends org.djunits.unit.Unit<U>,T extends org.djunits.value.vdouble.scalar.DoubleScalar.Rel<U>> - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Wrapper class for parameters of any quantity in JUnits.
- ParameterType(String, String, Class<T>) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterType
-
Constructor without default value and check.
- ParameterType(String, String, Class<T>, T) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterType
-
Constructor with default value, without check.
- ParameterType(String, String, Class<T>, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterType
-
Constructor without default value, with check.
- ParameterType(String, String, Class<T>, T, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterType
-
Constructor with default value and check.
- ParameterTypeAcceleration - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Wrapper class for Acceleration parameters.
- ParameterTypeAcceleration(String, String) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeAcceleration
-
Constructor without default value and check.
- ParameterTypeAcceleration(String, String, Acceleration) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeAcceleration
-
Constructor with default value, without check.
- ParameterTypeAcceleration(String, String, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeAcceleration
-
Constructor without default value, with check.
- ParameterTypeAcceleration(String, String, Acceleration, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeAcceleration
-
Constructor with default value and check.
- ParameterTypeBoolean - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Wrapper class for boolean parameters.
- ParameterTypeBoolean(String, String) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeBoolean
-
Constructor without default value.
- ParameterTypeBoolean(String, String, boolean) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeBoolean
-
Constructor with default value.
- ParameterTypeBoolean(String, String, boolean, boolean) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeBoolean
-
Private constructor with default value, which may check the default value.
- ParameterTypeDouble - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Wrapper class for double parameters.
- ParameterTypeDouble(String, String) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble
-
Constructor without default value and check.
- ParameterTypeDouble(String, String, double) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble
-
Constructor with default value, without check.
- ParameterTypeDouble(String, String, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble
-
Constructor without default value, with check.
- ParameterTypeDouble(String, String, double, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble
-
Constructor with default value and check.
- ParameterTypeDuration - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Wrapper class for Time parameters.
- ParameterTypeDuration(String, String) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDuration
-
Constructor without default value and check.
- ParameterTypeDuration(String, String, Duration) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDuration
-
Constructor with default value, without check.
- ParameterTypeDuration(String, String, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDuration
-
Constructor without default value, with check.
- ParameterTypeDuration(String, String, Duration, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDuration
-
Constructor with default value and check.
- ParameterTypeFrequency - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Wrapper class for Frequency parameters.
- ParameterTypeFrequency(String, String) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeFrequency
-
Constructor without default value and check.
- ParameterTypeFrequency(String, String, Frequency) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeFrequency
-
Constructor with default value, without check.
- ParameterTypeFrequency(String, String, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeFrequency
-
Constructor without default value, with check.
- ParameterTypeFrequency(String, String, Frequency, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeFrequency
-
Constructor with default value and check.
- ParameterTypeInteger - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Wrapper class for int parameters.
- ParameterTypeInteger(String, String) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeInteger
-
Constructor without default value and check.
- ParameterTypeInteger(String, String, int) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeInteger
-
Constructor with default value, without check.
- ParameterTypeInteger(String, String, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeInteger
-
Constructor without default value, with check.
- ParameterTypeInteger(String, String, int, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeInteger
-
Constructor with default value and check.
- ParameterTypeLength - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Wrapper class for Length parameters.
- ParameterTypeLength(String, String) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeLength
-
Constructor without default value and check.
- ParameterTypeLength(String, String, Length) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeLength
-
Constructor with default value, without check.
- ParameterTypeLength(String, String, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeLength
-
Constructor without default value, with check.
- ParameterTypeLength(String, String, Length, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeLength
-
Constructor with default value and check.
- ParameterTypeLinearDensity - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Wrapper class for LinearDensity parameters.
- ParameterTypeLinearDensity(String, String) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeLinearDensity
-
Constructor without default value and check.
- ParameterTypeLinearDensity(String, String, LinearDensity) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeLinearDensity
-
Constructor with default value, without check.
- ParameterTypeLinearDensity(String, String, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeLinearDensity
-
Constructor without default value, with check.
- ParameterTypeLinearDensity(String, String, LinearDensity, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeLinearDensity
-
Constructor with default value and check.
- ParameterTypes - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Predefined list of common parameter types.
- ParameterTypeSpeed - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
-
Wrapper class for Speed parameters.
- ParameterTypeSpeed(String, String) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeSpeed
-
Constructor without default value and check.
- ParameterTypeSpeed(String, String, Speed) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeSpeed
-
Constructor with default value, without check.
- ParameterTypeSpeed(String, String, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeSpeed
-
Constructor without default value, with check.
- ParameterTypeSpeed(String, String, Speed, AbstractParameterType.Check) - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeSpeed
-
Constructor with default value and check.
- parseAngleAbs(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.AngleUnits
-
- parseAngleRel(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.AngleUnits
-
- parseAngleUnit(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.AngleUnits
-
- parseColor(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.Colors
-
- parseCoordinate(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.Coordinates
-
Parse a coordinate with (x,y) or (x,y,z).
- parseCoordinates(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.Coordinates
-
Parse a coordinate with (x,y) or (x,y,z).
- parseDirection(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.Directions
-
- parseLengthAbs(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.LengthUnits
-
- parseLengthDistAbs(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.Distributions
-
Parse an absolute length distribution, e.g.
- parseLengthDistRel(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.Distributions
-
Parse a relative length distribution, e.g.
- parseLengthRel(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.LengthUnits
-
- parseLengthUnit(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.LengthUnits
-
- parsePerLengthAbs(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.LengthUnits
-
- parsePerLengthUnit(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.LengthUnits
-
- parsePerTimeAbs(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.TimeUnits
-
- parsePerTimeUnit(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.TimeUnits
-
- parseSpeedAbs(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.SpeedUnits
-
- parseSpeedDistRel(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.Distributions
-
Parse a relative speed distribution, e.g.
- parseSpeedRel(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.SpeedUnits
-
- parseSpeedUnit(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.SpeedUnits
-
- parseTimeAbs(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.TimeUnits
-
- parseTimeDistAbs(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.Distributions
-
Parse an absolute time distribution, e.g.
- parseTimeDistRel(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.Distributions
-
Parse a relative time distribution, e.g.
- parseTimeRel(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.TimeUnits
-
- parseTimeUnit(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.TimeUnits
-
- PER_LENGTH_UNITS - Static variable in class org.opentrafficsim.core.network.factory.xml.units.LengthUnits
-
The per-length units.
- PER_TIME_UNITS - Static variable in class org.opentrafficsim.core.network.factory.xml.units.TimeUnits
-
The per time units.
- PerceivableContext - Interface in org.opentrafficsim.core.perception
-
The Model package guarantees that objects that are used in an OTS study such as GTUs are retrievable.
- perceive() - Method in class org.opentrafficsim.core.gtu.perception.AbstractPerception
-
Update the perceived information and store it in a stateful manner.
- perceive() - Method in interface org.opentrafficsim.core.gtu.perception.Perception
-
Update the perceived information and store it in a stateful manner.
- PerceivedObject - Interface in org.opentrafficsim.core.perception
-
Information about a perceived object, which can be a GTU, a road sign, a traffic light, or an obstacle.
- PerceivedObject2D - Interface in org.opentrafficsim.core.perception
-
Information about a perceived object, which can be a GTU, a road sign, a traffic light, or an obstacle.
- PerceivedObject3D - Interface in org.opentrafficsim.core.perception
-
Information about a perceived object, which can be a GTU, a road sign, a traffic light, or an obstacle.
- PERCEPTION - Static variable in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypes
-
Length of mental map ahead.
- Perception - Interface in org.opentrafficsim.core.gtu.perception
-
The perception module of a GTU.
- polarToCartesian(double, double, double) - Static method in class org.opentrafficsim.core.math.Scalar3D
-
- POSITIVE - Static variable in interface org.opentrafficsim.core.gtu.behavioralcharacteristics.CheckInterface
-
- POSITIVEZERO - Static variable in interface org.opentrafficsim.core.gtu.behavioralcharacteristics.CheckInterface
-
- printCoordinate(String, OTSPoint3D) - Static method in class org.opentrafficsim.core.geometry.OTSGeometryUtil
-
Print one OTSPoint3D on the console.
- printCoordinates(String, OTSPoint3D[], String) - Static method in class org.opentrafficsim.core.geometry.OTSGeometryUtil
-
Print an array of coordinates on the console.
- printCoordinates(String, OTSLine3D, String) - Static method in class org.opentrafficsim.core.geometry.OTSGeometryUtil
-
Print an array of coordinates on the console.
- printCoordinates(String, OTSPoint3D[], int, int, String) - Static method in class org.opentrafficsim.core.geometry.OTSGeometryUtil
-
Print part of an array of coordinates on the console.
- printDetails - Static variable in class org.opentrafficsim.core.geometry.Test
-
Print detailed output.
- printValue(BehavioralCharacteristics) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
-
Print the given value from the map in BehavioralCharachteristics in a presentable format.
- printValue(BehavioralCharacteristics) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterType
-
Print the given value from the map in BehavioralCharachteristics in a presentable format.
- printValue(BehavioralCharacteristics) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeBoolean
-
Print the given value from the map in BehavioralCharachteristics in a presentable format.
- printValue(BehavioralCharacteristics) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble
-
Print the given value from the map in BehavioralCharachteristics in a presentable format.
- printValue(BehavioralCharacteristics) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeInteger
-
Print the given value from the map in BehavioralCharachteristics in a presentable format.
- ProbabilisticRouteGenerator - Class in org.opentrafficsim.core.network.route
-
Generate one of a set of routes, based on a discrete probability density function.
- ProbabilisticRouteGenerator(List<Distribution.FrequencyAndObject<Route>>, StreamInterface) - Constructor for class org.opentrafficsim.core.network.route.ProbabilisticRouteGenerator
-
Create a new Probabilistic Route Generator.
- ProbabilityDistributionEditor - Class in org.opentrafficsim.gui
-
Wrapper for Jeremy Wood's MultiThumbSlider.
- ProbabilityDistributionEditor(String[], Double[]) - Constructor for class org.opentrafficsim.gui.ProbabilityDistributionEditor
-
Construct a graphical ProbabilityDistributioneEditor.
- ProbabilityDistributionProperty - Class in org.opentrafficsim.simulationengine.properties
-
Property that describes a probability distribution.
- ProbabilityDistributionProperty(String, String, String, String[], Double[], boolean, int) - Constructor for class org.opentrafficsim.simulationengine.properties.ProbabilityDistributionProperty
-
Construct a new ProbabilityDistributionProperty.
- ProbabilityException - Exception in org.opentrafficsim.core.distributions
-
Exception thrown when provided probabilities or frequencies are invalid.
- ProbabilityException() - Constructor for exception org.opentrafficsim.core.distributions.ProbabilityException
-
- ProbabilityException(String) - Constructor for exception org.opentrafficsim.core.distributions.ProbabilityException
-
- ProbabilityException(Throwable) - Constructor for exception org.opentrafficsim.core.distributions.ProbabilityException
-
- ProbabilityException(String, Throwable) - Constructor for exception org.opentrafficsim.core.distributions.ProbabilityException
-
- ProbabilityException(String, Throwable, boolean, boolean) - Constructor for exception org.opentrafficsim.core.distributions.ProbabilityException
-
- projectFractional(Direction, Direction, double, double) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Returns the fractional projection of a point to a line.
- projectOrthogonal(double, double) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Returns the fractional position along this line of the orthogonal projection of point (x, y) on this line.
- properties - Variable in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
-
The properties exhibited by this simulation.
- properties - Variable in class org.opentrafficsim.simulationengine.AbstractWrappableSimulation
-
The properties exhibited by this simulation.
- Property<T> - Interface in org.opentrafficsim.simulationengine.properties
-
User readable and settable properties.
- propertyChange(PropertyChangeEvent) - Method in class org.opentrafficsim.gui.OTSControlPanel
- PropertyException - Exception in org.opentrafficsim.simulationengine.properties
-
Exception thrown when an operation is attempted that is not compatible with the indicated property.
- PropertyException() - Constructor for exception org.opentrafficsim.simulationengine.properties.PropertyException
-
Construct a new IncompatiblePropertyException.
- PropertyException(String) - Constructor for exception org.opentrafficsim.simulationengine.properties.PropertyException
-
Construct a new IncompatiblePropertyException.
- PropertyException(Throwable) - Constructor for exception org.opentrafficsim.simulationengine.properties.PropertyException
-
Construct a new IncompatiblePropertyException.
- PropertyException(String, Throwable) - Constructor for exception org.opentrafficsim.simulationengine.properties.PropertyException
-
Construct a new IncompatiblePropertyException.
- PropertyException(String, Throwable, boolean, boolean) - Constructor for exception org.opentrafficsim.simulationengine.properties.PropertyException
-
Construct a new IncompatiblePropertyException.
- PropertyIterator(AbstractProperty<T>) - Constructor for class org.opentrafficsim.simulationengine.properties.AbstractProperty.PropertyIterator
-
Construct a new PropertyIterator.
- S0 - Static variable in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypes
-
Car-following stopping distance.
- savedUserModifiedProperties - Variable in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
-
The properties after (possible) editing by the user.
- Scalar3D - Class in org.opentrafficsim.core.math
-
Calculate between Polar (spherical) and Cartesian (xyz) coordinates.
- scheduleEvent(SimEventInterface<OTSSimTimeDouble>) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
- scheduleEvent(Time, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.simulationengine.SimpleAnimator
-
Construct and schedule a SimEvent using a Time to specify the execution time.
- scheduleEvent(Time, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.simulationengine.SimpleSimulator
-
Construct and schedule a SimEvent using a Time to specify the execution time.
- scheduleEvent(Time, short, Object, Object, String, Object[]) - Method in interface org.opentrafficsim.simulationengine.SimpleSimulatorInterface
-
Construct and schedule a SimEvent using a Time to specify the execution time.
- scheduleEventAbs(Time, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSAnimator
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(Time, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSAnimator
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(Time, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(Time, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(Time, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSSimulator
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(Time, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSSimulator
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(OTSSimTimeDouble, short, Object, Object, String, Object[]) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
- scheduleEventAbs(Time, Object, Object, String, Object[]) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(Time, short, Object, Object, String, Object[]) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(OTSSimTimeDouble, Object, Object, String, Object[]) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
- scheduleEventNow(short, Object, Object, String, Object[]) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
- scheduleEventNow(Object, Object, String, Object[]) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
- scheduleEventRel(Duration, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSAnimator
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Duration, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSAnimator
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Duration, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Duration, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Duration, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSSimulator
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Duration, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSSimulator
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Duration, short, Object, Object, String, Object[]) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Duration, Object, Object, String, Object[]) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
-
schedules a methodCall at a relative duration.
- SD - Static variable in class org.opentrafficsim.core.geometry.Clothoid
-
S(x) for small x denominator.
- Segment(Duration) - Constructor for class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.Segment
-
- SelectionProperty - Class in org.opentrafficsim.simulationengine.properties
-
Property that is described by a set of Strings where exactly one can (and must) be true.
- SelectionProperty(String, String, String, String[], int, boolean, int) - Constructor for class org.opentrafficsim.simulationengine.properties.SelectionProperty
-
Construct a new SelectionProperty.
- set(int, Distribution.FrequencyAndObject<O>) - Method in class org.opentrafficsim.core.distributions.Distribution
-
Replace the generator at the specified position.
- set(DoubleScalar.Abs<TimeUnit>) - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- setAll(BehavioralCharacteristics) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Sets all behavioral characteristics from the given set in this set.
- setBehavioralCharacteristics(BehavioralCharacteristics) - Method in interface org.opentrafficsim.core.gtu.plan.strategical.StrategicalPlannerFactory
-
Set behavioral characteristics to use with the next creation of a strategical planner.
- setCapacity(Frequency) - Method in interface org.opentrafficsim.core.network.Capacity
-
Set the link capacity.
- setCapacity(Frequency) - Method in class org.opentrafficsim.core.network.CapacityOTSLink
-
Set the link capacity.
- setColor(Color) - Method in class org.opentrafficsim.core.object.animation.StaticObjectAnimation
-
- setDefaultParameter(AbstractParameterType<U, T>) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Sets the default value of a parameter.
- setDefaultParameters(Class<?>) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Sets the default values of all accessible parameters defined in the given class.
- setEventList(EventListInterface<OTSSimTimeDouble>) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
- setFill(boolean) - Method in class org.opentrafficsim.core.object.animation.StaticObjectAnimation
-
- setGTUColorer(int) - Method in class org.opentrafficsim.core.gtu.animation.SwitchableGTUColorer
-
Replace the currently active GTUColorer.
- setMaximumAcceleration(Acceleration) - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
- setMaximumDeceleration(Acceleration) - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
- setNetwork(OTSNetwork) - Method in class org.opentrafficsim.core.gtu.AbstractLinkBasedGTU
-
- setParameter(ParameterType<U, T>, T) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Set parameter value of given parameter type.
- setParameter(ParameterTypeBoolean, boolean) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Set parameter value of given parameter type.
- setParameter(ParameterTypeDouble, double) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Set parameter value of given parameter type.
- setParameter(ParameterTypeInteger, int) - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
-
Set parameter value of given parameter type.
- setParent(CompoundProperty) - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Set the parent of this AbstractProperty.
- setPropertyGroup(Map<String, AbstractProperty<?>>) - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Update the property group when this CompoundProperty is added or removed from another CompoundProperty.
- setReadOnly(boolean) - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Finalize the readOnly flag.
- setTime(Time) - Method in class org.opentrafficsim.gui.OTSControlPanel.TimeEdit
-
Set or update the time shown in this TimeEdit.
- setTurnIndicatorStatus(TurnIndicatorStatus) - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
Set the status of the turn indicator.
- setTurnIndicatorStatus(TurnIndicatorStatus) - Method in interface org.opentrafficsim.core.gtu.GTU
-
Set the status of the turn indicator.
- setV0(Speed) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.Segment
-
- setValue(Boolean) - Method in class org.opentrafficsim.simulationengine.properties.BooleanProperty
-
Change the value of the property.
- setValue(List<AbstractProperty<?>>) - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Change the value of the property.
- setValue(Double) - Method in class org.opentrafficsim.simulationengine.properties.ContinuousProperty
-
Change the value of the property.
- setValue(Integer) - Method in class org.opentrafficsim.simulationengine.properties.IntegerProperty
-
Change the value of the property.
- setValue(Double[]) - Method in class org.opentrafficsim.simulationengine.properties.ProbabilityDistributionProperty
-
Change the value of the property.
- setValue(T) - Method in interface org.opentrafficsim.simulationengine.properties.Property
-
Change the value of the property.
- setValue(String) - Method in class org.opentrafficsim.simulationengine.properties.SelectionProperty
-
Change the value of the property.
- setValue(String) - Method in class org.opentrafficsim.simulationengine.properties.StringProperty
-
Change the value of the property.
- setWidth(float) - Method in class org.opentrafficsim.core.object.animation.StaticObjectAnimation
-
- setZero() - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- shortName() - Method in interface org.opentrafficsim.simulationengine.WrappableAnimation
-
Return a very short description of the simulation.
- shortName() - Method in interface org.opentrafficsim.simulationengine.WrappableSimulation
-
Return a very short description of the simulation.
- SimpleAnimator - Class in org.opentrafficsim.simulationengine
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- SimpleAnimator(Time, Duration, Duration, OTSModelInterface) - Constructor for class org.opentrafficsim.simulationengine.SimpleAnimator
-
Create a simulation engine with animation; the easy way.
- SimpleAnimatorInterface - Interface in org.opentrafficsim.simulationengine
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- SimpleSimulator - Class in org.opentrafficsim.simulationengine
-
Construct a DSOL DEVSSimulator or DEVSAnimator the easy way.
- SimpleSimulator(Time, Duration, Duration, OTSModelInterface) - Constructor for class org.opentrafficsim.simulationengine.SimpleSimulator
-
Create a simulation engine without animation; the easy way.
- SimpleSimulatorInterface - Interface in org.opentrafficsim.simulationengine
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- SimulatorFrame - Class in org.opentrafficsim.gui
-
Wrap a DSOL simulator, or any (descendant of a) JPanel in a JFrame (wrap it in a window).
- SimulatorFrame(String, JPanel) - Constructor for class org.opentrafficsim.gui.SimulatorFrame
-
Wrap a JPanel in a JFrame.
- SimulatorFrame(WrappableSimulation, JPanel) - Constructor for class org.opentrafficsim.gui.SimulatorFrame
-
Wrap a WrappableSimulation in a JFrame.
- size() - Method in class org.opentrafficsim.core.distributions.Distribution
-
Report the number of generators.
- size() - Method in class org.opentrafficsim.core.geometry.OTS2DSet
- size() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Return the number of points in this OTSLine3D.
- size() - Method in class org.opentrafficsim.core.geometry.TestIntersectionPerformance.Results
-
Report number of statistics collected.
- size() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns the number of elements in this immutable collection.
- size() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractMap
-
Returns the number of elements in this immutable collection.
- size() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Returns the number of elements in this immutable collection.
- size() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Returns the number of elements in this immutable collection.
- size() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableMap
-
Returns the number of elements in this immutable collection.
- size() - Method in class org.opentrafficsim.core.network.route.Route
-
- size() - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Return the number of sub properties of this CompoundProperty.
- SN - Static variable in class org.opentrafficsim.core.geometry.Clothoid
-
S(x) for small x numerator.
- solve(double, double, double) - Static method in class org.opentrafficsim.core.math.Solver
-
Solve quadratic equation ax2+bx+c=0 for x.
- solve(double, double) - Static method in class org.opentrafficsim.core.math.Solver
-
Solve linear equation ax+b=0 for x.
- Solver - Class in org.opentrafficsim.core.math
-
Solvers for simple equations.
- SpaceBasedGTU - Interface in org.opentrafficsim.core.gtu
-
GTU that can travel in 2D or 3D space.
- Speed3D - Class in org.opentrafficsim.core.math
-
A 3D speed vector, decomposed in X, Y, and Z-speed with easy conversion from and to a spherical coordinate system.
- Speed3D(SpeedVector) - Constructor for class org.opentrafficsim.core.math.Speed3D
-
Construct a new Speed3D from vector of strongly typed Cartesian coordinates.
- Speed3D(Speed, Speed, Speed) - Constructor for class org.opentrafficsim.core.math.Speed3D
-
Construct a new Speed3D from three strongly typed Cartesian coordinates.
- Speed3D(double, double, double, SpeedUnit) - Constructor for class org.opentrafficsim.core.math.Speed3D
-
Construct a new Speed3D from three double Cartesian coordinates and a speed unit.
- Speed3D(Speed, Direction, Direction) - Constructor for class org.opentrafficsim.core.math.Speed3D
-
Construct a new Speed3D from a strongly typed speed and polar coordinates.
- SPEED_UNITS - Static variable in class org.opentrafficsim.core.network.factory.xml.units.SpeedUnits
-
The speed units.
- SpeedGTUColorer - Class in org.opentrafficsim.core.gtu.animation
-
Color GTU depending on their speed.
- SpeedGTUColorer(Speed) - Constructor for class org.opentrafficsim.core.gtu.animation.SpeedGTUColorer
-
Construct a new SpeedGTUColorer.
- SpeedSegment(Duration) - Constructor for class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.SpeedSegment
-
- speedSI(double) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.AccelerationSegment
-
Calculate the speed of a GTU in this segment after relative time t.
- speedSI(double) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.Segment
-
Calculate the speed of a GTU in this segment after relative time t.
- speedSI(double) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.SpeedSegment
-
Calculate the speed of a GTU in this segment after relative time t.
- SpeedUnits - Class in org.opentrafficsim.core.network.factory.xml.units
-
Parser for speed with unit.
- spliterator() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Creates a Spliterator over the elements in this collection.
- spliterator() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Creates a Spliterator over the elements in this collection.
- spliterator() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Creates a Spliterator over the elements in this collection.
- start() - Method in class org.opentrafficsim.core.dsol.OTSDEVSSimulator
- start() - Method in interface org.opentrafficsim.core.dsol.OTSSimulatorInterface
- StaticObject - Class in org.opentrafficsim.core.object
-
A static object that a GTU might have to avoid, or which can cause occlusion for perception.
- StaticObject(OTSLine3D, Length) - Constructor for class org.opentrafficsim.core.object.StaticObject
-
- StaticObjectAnimation - Class in org.opentrafficsim.core.object.animation
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- StaticObjectAnimation(StaticObject, OTSSimulatorInterface, float, Color, boolean) - Constructor for class org.opentrafficsim.core.object.animation.StaticObjectAnimation
-
- step() - Method in interface org.opentrafficsim.core.dsol.OTSSimulatorInterface
- stop() - Method in interface org.opentrafficsim.core.dsol.OTSSimulatorInterface
- stopTimersThreads() - Method in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
-
Stop the timers and threads that are connected when disposing of this wrappable simulation.
- stopTimersThreads() - Method in interface org.opentrafficsim.simulationengine.WrappableAnimation
-
Stop the timers and threads that are connected when disposing of this wrappable simulation.
- StrategicalPlanner - Interface in org.opentrafficsim.core.gtu.plan.strategical
-
A strategicalPlanner is the planner responsible for the overall 'mission' of the GTU, usually indicating where it needs to
go.
- StrategicalPlannerFactory<T extends StrategicalPlanner> - Interface in org.opentrafficsim.core.gtu.plan.strategical
-
A factory class is used to generate strategical planners as the strategical planner is state-full.
- stream() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns a sequential Stream
with this collection as its source.
- stream() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Returns a sequential Stream
with this collection as its source.
- stream() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Returns a sequential Stream
with this collection as its source.
- StringProperty - Class in org.opentrafficsim.simulationengine.properties
-
String property.
- StringProperty(String, String, String, String, boolean, int) - Constructor for class org.opentrafficsim.simulationengine.properties.StringProperty
-
Construct an StringProperty.
- stringToValue(String) - Method in class org.opentrafficsim.gui.OTSControlPanel.RegexFormatter
-
- subList(int, int) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableArrayList
-
Returns a safe, immutable copy of the portion of this immutable list between the specified fromIndex, inclusive,
and toIndex, exclusive.
- subList(int, int) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableList
-
Returns a safe, immutable copy of the portion of this immutable list between the specified fromIndex, inclusive,
and toIndex, exclusive.
- subList(int, int) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableVector
-
Returns a safe, immutable copy of the portion of this immutable list between the specified fromIndex, inclusive,
and toIndex, exclusive.
- subMap(K, boolean, K, boolean) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableMap
-
Returns a view of the portion of this immutable map whose keys range from fromKey
to toKey
.
- subMap(K, K) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSortedMap
-
Returns a view of the portion of this immutable map whose keys range from fromKey, inclusive, to
toKey, exclusive.
- subMap(K, K) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
Returns a view of the portion of this immutable map whose keys range from fromKey, inclusive, to
toKey, exclusive.
- subMap(K, boolean, K, boolean) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
Returns a view of the portion of this immutable map whose keys range from fromKey
to toKey
.
- subSet(E, boolean, E, boolean) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableSet
-
Returns a view of the portion of this immutable set whose elements range from fromElement
to toElement
.
- subSet(E, E) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSortedSet
-
Returns a view of the portion of this immutable set whose elements range from fromElement, inclusive, to
toElement, exclusive.
- subSet(E, E) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Returns a view of the portion of this immutable set whose elements range from fromElement, inclusive, to
toElement, exclusive.
- subSet(E, boolean, E, boolean) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Returns a view of the portion of this immutable set whose elements range from fromElement
to toElement
.
- subtract(DoubleScalar.Rel<TimeUnit>) - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- SwitchableGTUColorer - Class in org.opentrafficsim.core.gtu.animation
-
GTU colorer that uses a coloring method that can be switched by the user of the program.
- SwitchableGTUColorer(int, GTUColorer...) - Constructor for class org.opentrafficsim.core.gtu.animation.SwitchableGTUColorer
-
Construct a new Switchable GTUColorer based on a list of colorers.
- T - Static variable in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypes
-
Current car-following headway.
- T0 - Static variable in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypes
-
Look-ahead time for mandatory lane changes.
- TacticalPlanner - Interface in org.opentrafficsim.core.gtu.plan.tactical
-
Tactical planners generate operational plans that are in line with reaching the goals of the strategical plan.
- TacticalPlannerFactory<T extends TacticalPlanner> - Interface in org.opentrafficsim.core.gtu.plan.tactical
-
A factory class is used to generate tactical planners as the tactical planner is state-full.
- tailMap(K, boolean) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableMap
-
Returns a view of the portion of this immutable map whose keys are greater than (or equal to, if inclusive
is
true) fromKey
.
- tailMap(K) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSortedMap
-
Returns a view of the portion of this immutable map whose keys are greater than or equal to fromKey.
- tailMap(K) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
Returns a view of the portion of this immutable map whose keys are greater than or equal to fromKey.
- tailMap(K, boolean) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
Returns a view of the portion of this immutable map whose keys are greater than (or equal to, if inclusive
is
true) fromKey
.
- tailSet(E, boolean) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableSet
-
Returns a view of the portion of this immutable set whose elements are greater than (or equal to, if inclusive
is
true) fromElement
.
- tailSet(E) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSortedSet
-
Returns a view of the portion of this immutable set whose elements are greater than or equal to fromElement.
- tailSet(E) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Returns a view of the portion of this immutable set whose elements are greater than or equal to fromElement.
- tailSet(E, boolean) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Returns a view of the portion of this immutable set whose elements are greater than (or equal to, if inclusive
is
true) fromElement
.
- TAU - Static variable in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypes
-
Headway relaxation time.
- TemplateGTUType - Class in org.opentrafficsim.core.gtu
-
TemplateGTUType stores most of the information that is needed to generate a GTU.
- TemplateGTUType(GTUType, IdGenerator, Generator<Length>, Generator<Length>, Generator<Speed>, OTSDEVSSimulatorInterface, OTSNetwork) - Constructor for class org.opentrafficsim.core.gtu.TemplateGTUType
-
- Test - Class in org.opentrafficsim.core.geometry
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- Test.MyCallable - Class in org.opentrafficsim.core.geometry
-
- test1() - Static method in class org.opentrafficsim.core.geometry.Test
-
Kink near end of design line.
- test2() - Static method in class org.opentrafficsim.core.geometry.Test
-
Kink halfway (far from any endpoint).
- Test2 - Class in org.opentrafficsim.core.geometry
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- test3() - Static method in class org.opentrafficsim.core.geometry.Test
-
Kink plus decreasing width.
- test4() - Static method in class org.opentrafficsim.core.geometry.Test
-
Two kinks, (too) close together.
- test5() - Static method in class org.opentrafficsim.core.geometry.Test
-
Two-segment design line with minimal change of direction.
- test6() - Static method in class org.opentrafficsim.core.geometry.Test
-
Straight design line with some noise (sufficiently far from the end points).
- test7() - Static method in class org.opentrafficsim.core.geometry.Test
-
Straight design line with more noise (sufficiently far from the end points).
- test8() - Static method in class org.opentrafficsim.core.geometry.Test
-
Straight design line with more noise (close to the end points).
- TestIntersectionPerformance - Class in org.opentrafficsim.core.geometry
-
Measure the performance of the OTSShape intersection method.
- TestIntersectionPerformance.Results - Class in org.opentrafficsim.core.geometry
-
Storage for the results of a number of runs with identical numbers of shapes and vertices per shape.
- TestIntersectionPerformance.Results.Result - Class in org.opentrafficsim.core.geometry
-
Storage for execution time, number of tests and number of hits.
- Throw - Class in org.opentrafficsim.core
-
The Throw class has a number of static methods that make it easy to throw an exception under conditions for any Exception
class, including the standard Java exceptions and exceptions from libraries that are used in the project.
- TIME_UNITS - Static variable in class org.opentrafficsim.core.network.factory.xml.units.TimeUnits
-
The time units.
- timeAtDistance(Length) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.AccelerationSegment
-
Calculate the time it takes for the GTU to travel from the start of this Segment to the specified distance within
this Segment.
- timeAtDistance(Length) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.Segment
-
Calculate the time it takes for the GTU to travel from the start of this Segment to the specified distance within
this Segment.
- timeAtDistance(Length) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.SpeedSegment
-
Calculate the time it takes for the GTU to travel from the start of this Segment to the specified distance within
this Segment.
- timeAtDistance(Length) - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
-
Return the time when the GTU will reach the given distance.
- TimeEdit(Time) - Constructor for class org.opentrafficsim.gui.OTSControlPanel.TimeEdit
-
Construct a new TimeEdit.
- timeLimitedCheckOffsetLine(OTSLine3D, double, OTSLine3D.OffsetMethod, int) - Static method in class org.opentrafficsim.core.geometry.Test
-
- TimeStampedObject<C> - Class in org.opentrafficsim.core.gtu.perception
-
An object with a time stamp, where the object is of a specific class.
- TimeStampedObject(C, Time) - Constructor for class org.opentrafficsim.core.gtu.perception.TimeStampedObject
-
Construct a new TimeStampedObject.
- TimeUnits - Class in org.opentrafficsim.core.network.factory.xml.units
-
Parser for times and frequencies with unit.
- TimeWarpPanel(double, double, double, int, DEVSSimulatorInterface<?, ?, ?>) - Constructor for class org.opentrafficsim.gui.OTSControlPanel.TimeWarpPanel
-
Construct a new TimeWarpPanel.
- TMAX - Static variable in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypes
-
Maximum car-following headway.
- TMIN - Static variable in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypes
-
Minimum car-following headway.
- toArray() - Method in class org.opentrafficsim.core.geometry.OTS2DSet
- toArray(T[]) - Method in class org.opentrafficsim.core.geometry.OTS2DSet
- toArray() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns an array containing all of the elements in this immutable collection.
- toArray(T[]) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns an array containing all of the elements in this immutable collection; the runtime type of the returned array is
that of the specified array.
- toArray() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Returns an array containing all of the elements in this immutable collection.
- toArray(T[]) - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Returns an array containing all of the elements in this immutable collection; the runtime type of the returned array is
that of the specified array.
- toArray() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Returns an array containing all of the elements in this immutable collection.
- toArray(T[]) - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Returns an array containing all of the elements in this immutable collection; the runtime type of the returned array is
that of the specified array.
- toCollection() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
-
Returns a modifiable copy of this immutable list.
- toCollection() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
-
Returns a modifiable copy of this immutable list.
- toCollection() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableCollection
-
Returns a modifiable copy of this immutable list.
- toExcel() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
- toList() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableArrayList
-
Returns a modifiable copy of this immutable list.
- toList() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableList
-
Returns a modifiable copy of this immutable list.
- toList() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableVector
-
Returns a modifiable copy of this immutable list.
- toMap() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableHashMap
-
Returns a modifiable copy of this immutable list.
- toMap() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableMap
-
Returns a modifiable copy of this immutable list.
- toMap() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableMap
-
Returns a modifiable copy of this immutable map.
- toMap() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSortedMap
-
Returns a modifiable copy of this immutable map.
- toMap() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
-
Returns a modifiable copy of this immutable map.
- toSet() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableEnumSet
-
Returns a modifiable copy of this immutable set.
- toSet() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableHashSet
-
Returns a modifiable copy of this immutable set.
- toSet() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableNavigableSet
-
Returns a modifiable copy of this immutable set.
- toSet() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSet
-
Returns a modifiable copy of this immutable set.
- toSet() - Method in interface org.opentrafficsim.core.immutablecollections.ImmutableSortedSet
-
Returns a modifiable copy of this immutable set.
- toSet() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
-
Returns a modifiable copy of this immutable set.
- toString() - Method in class org.opentrafficsim.core.distributions.Distribution.FrequencyAndObject
- toString() - Method in class org.opentrafficsim.core.distributions.Distribution
- toString() - Method in class org.opentrafficsim.core.dsol.OTSDEVSAnimator
- toString() - Method in class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
- toString() - Method in class org.opentrafficsim.core.dsol.OTSDEVSSimulator
- toString() - Method in class org.opentrafficsim.core.dsol.OTSReplication
- toString() - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- toString() - Method in class org.opentrafficsim.core.geometry.OTS2DSet.QuadTreeIterator
- toString(int) - Method in class org.opentrafficsim.core.geometry.OTS2DSet.QuadTreeNode
-
Recursively print this QuadTreeNode.
- toString() - Method in class org.opentrafficsim.core.geometry.OTS2DSet.QuadTreeNode
- toString(int) - Method in class org.opentrafficsim.core.geometry.OTS2DSet
-
Recursively print this OTS2DSet.
- toString() - Method in class org.opentrafficsim.core.geometry.OTS2DSet
- toString() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
- toString() - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
- toString() - Method in class org.opentrafficsim.core.geometry.OTSShape
- toString() - Method in class org.opentrafficsim.core.geometry.Test.MyCallable
- toString() - Method in class org.opentrafficsim.core.geometry.TestIntersectionPerformance.Results.Result
-
- toString() - Method in class org.opentrafficsim.core.geometry.TestIntersectionPerformance.Results
- toString() - Method in class org.opentrafficsim.core.gtu.animation.AccelerationGTUColorer
- toString() - Method in class org.opentrafficsim.core.gtu.animation.GTUColorer.LegendEntry
- toString() - Method in class org.opentrafficsim.core.gtu.animation.IDGTUColorer
- toString() - Method in class org.opentrafficsim.core.gtu.animation.SpeedGTUColorer
- toString() - Method in class org.opentrafficsim.core.gtu.animation.SwitchableGTUColorer
- toString() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.AbstractParameterType
- toString() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristics
- toString() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterType
- toString() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeAcceleration
- toString() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeBoolean
- toString() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble
- toString() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDuration
- toString() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeFrequency
- toString() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeInteger
- toString() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeLength
- toString() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeLinearDensity
- toString() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeSpeed
- toString() - Method in class org.opentrafficsim.core.gtu.GTUCharacteristics
- toString() - Method in class org.opentrafficsim.core.gtu.GTUType
- toString() - Method in class org.opentrafficsim.core.gtu.perception.AbstractPerception
- toString() - Method in class org.opentrafficsim.core.gtu.perception.EgoPerception
- toString() - Method in class org.opentrafficsim.core.gtu.perception.TimeStampedObject
- toString() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.AccelerationSegment
- toString() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.SpeedSegment
- toString() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
- toString() - Method in class org.opentrafficsim.core.gtu.RelativePosition
- toString() - Method in class org.opentrafficsim.core.gtu.RelativePosition.TYPE
- toString() - Method in class org.opentrafficsim.core.gtu.TemplateGTUType
- toString() - Method in class org.opentrafficsim.core.idgenerator.IdGenerator
- toString() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractList
- toString() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractMap
- toString() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableAbstractSet
- toString() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableArrayList
- toString() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableEnumSet
- toString() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableHashMap
- toString() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableHashSet
- toString() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableIterator
- toString() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeMap
- toString() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableTreeSet
- toString() - Method in class org.opentrafficsim.core.immutablecollections.ImmutableVector
- toString() - Method in class org.opentrafficsim.core.math.Acceleration3D
- toString() - Method in class org.opentrafficsim.core.math.Angle3D
- toString() - Method in class org.opentrafficsim.core.math.Direction3D
- toString() - Method in class org.opentrafficsim.core.math.Speed3D
- toString() - Method in class org.opentrafficsim.core.network.animation.LinkAnimation
- toString() - Method in class org.opentrafficsim.core.network.animation.NodeAnimation
- toString() - Method in class org.opentrafficsim.core.network.CapacityOTSLink
- toString() - Method in class org.opentrafficsim.core.network.LinkDirection
- toString() - Method in class org.opentrafficsim.core.network.LinkEdge
- toString() - Method in class org.opentrafficsim.core.network.LinkLocation
- toString() - Method in class org.opentrafficsim.core.network.LinkType
- toString() - Method in class org.opentrafficsim.core.network.OTSLink
- toString() - Method in class org.opentrafficsim.core.network.OTSNetwork
- toString() - Method in class org.opentrafficsim.core.network.OTSNode
- toString() - Method in class org.opentrafficsim.core.network.route.CompleteRoute
- toString() - Method in class org.opentrafficsim.core.network.route.FixedRouteGenerator
- toString() - Method in class org.opentrafficsim.core.network.route.ProbabilisticRouteGenerator
- toString() - Method in class org.opentrafficsim.core.network.route.Route
- toString() - Method in class org.opentrafficsim.core.object.animation.StaticObjectAnimation
- toString() - Method in class org.opentrafficsim.core.object.StaticObject
- toString() - Method in class org.opentrafficsim.core.units.distributions.AbstractContinuousDistScalar
- toString() - Method in class org.opentrafficsim.core.units.distributions.AbstractDiscreteDistScalar
- toString() - Method in class org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Abs
- toString() - Method in class org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel
- toString() - Method in class org.opentrafficsim.core.units.distributions.ContinuousDistFloatScalar.Abs
- toString() - Method in class org.opentrafficsim.core.units.distributions.ContinuousDistFloatScalar.Rel
- toString() - Method in class org.opentrafficsim.core.units.distributions.DiscreteDistDoubleScalar.Abs
- toString() - Method in class org.opentrafficsim.core.units.distributions.DiscreteDistDoubleScalar.Rel
- toString() - Method in class org.opentrafficsim.core.units.distributions.DiscreteDistFloatScalar.Abs
- toString() - Method in class org.opentrafficsim.core.units.distributions.DiscreteDistFloatScalar.Rel
- toString() - Method in class org.opentrafficsim.gui.ColorControlPanel
- toString() - Method in class org.opentrafficsim.gui.LabeledPanel
- toString() - Method in class org.opentrafficsim.gui.OTSAnimationPanel.DisposeOnCloseThread
- toString() - Method in class org.opentrafficsim.gui.OTSAnimationPanel.UpdateTimer
- toString() - Method in class org.opentrafficsim.gui.OTSControlPanel.ClockPanel
- toString() - Method in class org.opentrafficsim.gui.OTSControlPanel.DisposeOnCloseThread
- toString() - Method in class org.opentrafficsim.gui.OTSControlPanel.RegexFormatter
- toString() - Method in class org.opentrafficsim.gui.OTSControlPanel.TimeEdit
- toString() - Method in class org.opentrafficsim.gui.OTSControlPanel.TimeWarpPanel
- toString() - Method in class org.opentrafficsim.gui.OTSControlPanel
- toString() - Method in class org.opentrafficsim.gui.OTSSimulationPanel
- toString() - Method in class org.opentrafficsim.gui.ProbabilityDistributionEditor
- toString() - Method in class org.opentrafficsim.gui.SimulatorFrame
- toString() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty.PropertyIterator
- toString() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
- toStringGraphic(int) - Method in class org.opentrafficsim.core.geometry.OTS2DSet.QuadTreeNode
-
Return a String depicting this QuadTreeNode.
- toStringGraphic(int) - Method in class org.opentrafficsim.core.geometry.OTS2DSet
-
Return an ASCII art rendering of this OTS2DSet.
- toWGS84(Point2D) - Static method in class org.opentrafficsim.core.gis.TransformWGS84DutchRDNew
-
Convert a coordinate pair in the local system to WGS84 coordinates.
- toWGS84(double, double) - Static method in class org.opentrafficsim.core.gis.TransformWGS84DutchRDNew
-
Convert a coordinate pair in the local system to WGS84 coordinates.
- toWGS84Bounds() - Static method in class org.opentrafficsim.core.gis.TransformWGS84DutchRDNew
-
Report the bounding box for conversions from the local coordinate system.
- TransformWGS84DutchRDNew - Class in org.opentrafficsim.core.gis
-
Convert geographical coordinates between WGS84 and the Dutch RD (Rijksdriehoek) system.
- TransformWGS84DutchRDNew() - Constructor for class org.opentrafficsim.core.gis.TransformWGS84DutchRDNew
-
- truncate(double) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
Truncate a line at the given length (less than the length of the line, and larger than zero) and return a new line.
- TurnIndicatorStatus - Enum in org.opentrafficsim.core.gtu
-
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- TYPE(String) - Constructor for class org.opentrafficsim.core.gtu.RelativePosition.TYPE
-
- Type<T extends Type<T>> - Class in org.opentrafficsim.core
-
Superclass of all sorts of types, for example GTUType, ParameterType, etc.
- Type() - Constructor for class org.opentrafficsim.core.Type
-