- 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
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- 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
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- 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 id, GtuType, Route and odometer.
- AbstractGTU(String, GTUType, RouteNavigator) - Constructor for class org.opentrafficsim.core.gtu.AbstractGTU
-
- AbstractProperty<T> - Class in org.opentrafficsim.simulationengine.properties
-
Abstract property.
- AbstractProperty(int) - Constructor for class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
- AbstractWrappableAnimation - Class in org.opentrafficsim.simulationengine
-
Copyright (c) 2013-2015 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-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- AbstractWrappableSimulation() - Constructor for class org.opentrafficsim.simulationengine.AbstractWrappableSimulation
-
- AccelerationGTUColorer - Class in org.opentrafficsim.core.gtu.animation
-
Color GTUs based on their current acceleration.
- AccelerationGTUColorer(Acceleration.Abs, Acceleration.Abs) - Constructor for class org.opentrafficsim.core.gtu.animation.AccelerationGTUColorer
-
Construct a new AccelerationGTUColorer.
- actionPerformed(ActionEvent) - Method in class org.opentrafficsim.gui.ColorControlPanel
- actionPerformed(ActionEvent) - Method in class org.opentrafficsim.gui.OTSControlPanel
- add(DoubleScalar.Rel<TimeUnit>) - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- 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.
- 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
-
- addLink(Link) - Method in class org.opentrafficsim.core.network.OTSNetwork
- addLinkIn(Link) - Method in interface org.opentrafficsim.core.network.Node
-
Add an incoming link to this Node.
- addLinkIn(Link) - Method in class org.opentrafficsim.core.network.OTSNode
-
Add an incoming link to this Node.
- addLinkOut(Link) - Method in interface org.opentrafficsim.core.network.Node
-
Add an outgoing link to this Node.
- addLinkOut(Link) - Method in class org.opentrafficsim.core.network.OTSNode
-
Add an outgoing link to this Node.
- addNode(Node) - Method in interface org.opentrafficsim.core.network.Network
-
- addNode(Node) - Method in class org.opentrafficsim.core.network.OTSNetwork
- 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.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.opentrafficsim.gui.ProbabilityDistributionEditor
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.opentrafficsim.gui.ProbabilityDistributionEditor
- addRoute(Route) - Method in interface org.opentrafficsim.core.network.Network
-
- addRoute(Route) - Method in class org.opentrafficsim.core.network.OTSNetwork
- 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.gtu2.GTUType
-
ALL GTUType to be used only for permeability and accessibility.
- 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
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- autoPauseSimulator() - Method in class org.opentrafficsim.gui.OTSControlPanel
-
Pause the simulator.
- cancelEvent(SimEventInterface<OTSSimTimeDouble>) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
- CENTER - Static variable in class org.opentrafficsim.core.gtu.RelativePosition
-
Standard relative position type CENTER.
- CENTER - Static variable in class org.opentrafficsim.core.gtu2.RelativePosition
-
Standard relative position type CENTER.
- closeHandlerRegistered - Variable in class org.opentrafficsim.gui.OTSControlPanel
-
Has the window close handler been registered?
- 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-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- compareTo(OTSSimTimeDouble) - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- compareTo(FixedRouteGenerator) - Method in class org.opentrafficsim.core.network.route.FixedRouteGenerator
- CompleteRoute - Class in org.opentrafficsim.core.network.route
-
A CompleteRoute is a Route with directly connected Nodes.
- CompleteRoute(String) - Constructor for class org.opentrafficsim.core.network.route.CompleteRoute
-
Create an empty route.
- CompleteRoute(String, List<Node>) - Constructor for class org.opentrafficsim.core.network.route.CompleteRoute
-
Create a route based on an initial list of nodes.
- completeRoute - Variable in class org.opentrafficsim.core.network.route.CompleteRouteNavigator
-
The complete route.
- CompleteRouteNavigator - Class in org.opentrafficsim.core.network.route
-
A CompleteRouteNavigator contains a complete route and maintains a position on the route.
- CompleteRouteNavigator(CompleteRoute) - Constructor for class org.opentrafficsim.core.network.route.CompleteRouteNavigator
-
Create a navigator.
- CompoundProperty - Class in org.opentrafficsim.simulationengine.properties
-
Compound property.
- CompoundProperty(String, String, ArrayList<AbstractProperty<?>>, boolean, int) - Constructor for class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Construct a CompoundProperty.
- contains(Node) - Method in class org.opentrafficsim.core.network.route.Route
-
- containsLink(Link) - Method in interface org.opentrafficsim.core.network.Network
-
- containsLink(String) - Method in interface org.opentrafficsim.core.network.Network
-
- containsLink(Link) - Method in class org.opentrafficsim.core.network.OTSNetwork
- containsLink(String) - Method in class org.opentrafficsim.core.network.OTSNetwork
- 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
-
- containsNode(String) - Method in interface org.opentrafficsim.core.network.Network
-
- containsNode(Node) - Method in class org.opentrafficsim.core.network.OTSNetwork
- containsNode(String) - Method in class org.opentrafficsim.core.network.OTSNetwork
- containsRoute(Route) - Method in interface org.opentrafficsim.core.network.Network
-
- containsRoute(String) - Method in interface org.opentrafficsim.core.network.Network
-
- containsRoute(Route) - Method in class org.opentrafficsim.core.network.OTSNetwork
- containsRoute(String) - Method in class org.opentrafficsim.core.network.OTSNetwork
- ContinuousDistDoubleScalar - Interface in org.opentrafficsim.core.units.distributions
-
Copyright (c) 2013-2015 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-2015 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, Double, Double, Double, String, boolean, int) - Constructor for class org.opentrafficsim.simulationengine.properties.ContinuousProperty
-
Construct a ContinousProperty.
- Coordinates - Class in org.opentrafficsim.core.network.factory.xml.units
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- copy() - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- deepCopy() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Construct a deep copy of this property (duplicates everything except immutable fields).
- 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 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.
- 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 interface org.opentrafficsim.core.gtu.GTU
-
destroy the vehicle from the simulation and animation.
- destroy() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
destroy the vehicle from the simulation and animation.
- Directions - Class in org.opentrafficsim.core.network.factory.xml.units
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- DiscreteDistDoubleScalar - Interface in org.opentrafficsim.core.units.distributions
-
Copyright (c) 2013-2015 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-2015 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(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.
- distanceSI(OTSPoint3D) - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
- Distributions - Class in org.opentrafficsim.core.network.factory.xml.units
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- 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
-
- DRIVER - Static variable in class org.opentrafficsim.core.gtu.RelativePosition
-
Standard relative position type DRIVER.
- DRIVER - Static variable in class org.opentrafficsim.core.gtu2.RelativePosition
-
Standard relative position type DRIVER.
- generateRouteNavigator() - Method in class org.opentrafficsim.core.network.route.FixedRouteGenerator
-
Generate a RouteNavigator.
- generateRouteNavigator() - Method in class org.opentrafficsim.core.network.route.ProbabilisticRouteGenerator
-
Generate a RouteNavigator.
- generateRouteNavigator() - Method in interface org.opentrafficsim.core.network.route.RouteGenerator
-
Generate a RouteNavigator.
- get() - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- get(int) - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
- 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 interface org.opentrafficsim.core.gtu.GTU
-
- getAcceleration() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
- 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.
- 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
- getCapacity() - Method in interface org.opentrafficsim.core.network.Link
-
- getCapacity() - Method in class org.opentrafficsim.core.network.OTSLink
- 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.SwitchableGTUColorer
-
Return the fill color for a GTU.
- getColor(GTU) - Method in class org.opentrafficsim.core.gtu.animation.VelocityGTUColorer
-
Return the fill color for a GTU.
- getColorControlPanel() - Method in class org.opentrafficsim.gui.OTSAnimationPanel
-
Access the ColorControlPanel of this ControlPanel.
- getColorers() - Method in class org.opentrafficsim.core.gtu.animation.SwitchableGTUColorer
-
- getCoordinate() - Method in class org.opentrafficsim.core.geometry.OTSPoint3D
-
- getCoordinates() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
- getDescription() - Method in class org.opentrafficsim.core.gtu.animation.GTUColorer.LegendEntry
-
- getDescription() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Return a description of the property (may use HTML markup).
- getDescription() - Method in class org.opentrafficsim.simulationengine.properties.BooleanProperty
-
Return a description of the property (may use HTML markup).
- getDescription() - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Return a description of the property (may use HTML markup).
- getDescription() - Method in class org.opentrafficsim.simulationengine.properties.ContinuousProperty
-
Return a description of the property (may use HTML markup).
- getDescription() - Method in class org.opentrafficsim.simulationengine.properties.IntegerProperty
-
Return a description of the property (may use HTML markup).
- getDescription() - Method in class org.opentrafficsim.simulationengine.properties.ProbabilityDistributionProperty
-
Return a description of the property (may use HTML markup).
- getDescription() - Method in class org.opentrafficsim.simulationengine.properties.SelectionProperty
-
Return a description of the property (may use HTML markup).
- getDescription() - Method in class org.opentrafficsim.simulationengine.properties.StringProperty
-
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 interface org.opentrafficsim.core.network.Node
-
- getDirection() - Method in class org.opentrafficsim.core.network.OTSNode
- getDisplayPriority() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
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
-
- getDx() - Method in class org.opentrafficsim.core.gtu.RelativePosition
-
- getDx() - Method in class org.opentrafficsim.core.gtu2.RelativePosition
-
- getDy() - Method in class org.opentrafficsim.core.gtu.RelativePosition
-
- getDy() - Method in class org.opentrafficsim.core.gtu2.RelativePosition
-
- getDz() - Method in class org.opentrafficsim.core.gtu.RelativePosition
-
- getDz() - Method in class org.opentrafficsim.core.gtu2.RelativePosition
-
- getElementNames() - Method in class org.opentrafficsim.simulationengine.properties.ProbabilityDistributionProperty
-
Return the names of the elements of this ProbabilityDistributionProperty.
- getEndNode() - Method in interface org.opentrafficsim.core.network.Link
-
- getEndNode() - Method in class org.opentrafficsim.core.network.OTSLink
- getEventList() - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
- 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
-
- getFront() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getFront() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
- getGTUColorer() - Method in class org.opentrafficsim.gui.OTSAnimationPanel
-
Access the GTUColorer of this animation ControlPanel.
- 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.TemplateGTUType
-
- getGTUType() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
- getId() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
- 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.gtu2.GTU
-
- getId() - Method in class org.opentrafficsim.core.gtu2.GTUType
-
- getId() - Method in interface org.opentrafficsim.core.network.Link
-
- 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
-
- getId() - Method in class org.opentrafficsim.core.network.OTSNode
-
- getId() - Method in class org.opentrafficsim.core.network.route.Route
-
- 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.SwitchableGTUColorer
-
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.VelocityGTUColorer
-
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
-
- getLength() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getLength() - Method in class org.opentrafficsim.core.gtu.TemplateGTUType
-
- getLength() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
- 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
-
- getLineString() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
- 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
-
- 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
- getLinkMap() - Method in interface org.opentrafficsim.core.network.Network
-
- getLinkMap() - Method in class org.opentrafficsim.core.network.OTSNetwork
- getLinksIn() - Method in interface org.opentrafficsim.core.network.Node
-
- getLinksIn() - Method in class org.opentrafficsim.core.network.OTSNode
- getLinksOut() - Method in interface org.opentrafficsim.core.network.Node
-
- getLinksOut() - Method in class org.opentrafficsim.core.network.OTSNode
- getLocation(Length.Rel) - 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 interface org.opentrafficsim.core.gtu.GTU
- 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
- getLocationExtended(Length.Rel) - 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.
- 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
-
- 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.
- getMaximumVelocity() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getMaximumVelocity() - Method in class org.opentrafficsim.core.gtu.TemplateGTUType
-
- getMaximumVelocity() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
- 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
-
- getName() - Method in class org.opentrafficsim.core.gtu2.RelativePosition.TYPE
-
- getNode(String) - Method in interface org.opentrafficsim.core.network.Network
-
- getNode(String) - Method in class org.opentrafficsim.core.network.OTSNetwork
- getNode(int) - Method in class org.opentrafficsim.core.network.route.Route
-
- getNodeMap() - Method in interface org.opentrafficsim.core.network.Network
-
- getNodeMap() - Method in class org.opentrafficsim.core.network.OTSNetwork
- getNodes() - Method in class org.opentrafficsim.core.network.route.Route
-
- getOdometer() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getOdometer() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
- 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.
- getPoint() - Method in interface org.opentrafficsim.core.network.Node
-
- getPoint() - Method in class org.opentrafficsim.core.network.OTSNode
-
- getPoints() - Method in class org.opentrafficsim.core.geometry.OTSLine3D
-
- getProbabilities() - Method in class org.opentrafficsim.gui.ProbabilityDistributionEditor
-
Retrieve the current probability values.
- getProbability() - Method in class org.opentrafficsim.core.network.route.ProbabilisticRouteGenerator.RouteProbability
-
- 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.
- getRear() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getRear() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
- getReference() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
- getReference() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getReference() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
- getRelativePositions() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getRelativePositions() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
- getRoute(String) - Method in interface org.opentrafficsim.core.network.Network
-
- getRoute(String) - Method in class org.opentrafficsim.core.network.OTSNetwork
- getRoute() - Method in class org.opentrafficsim.core.network.route.CompleteRouteNavigator
-
- getRoute() - Method in class org.opentrafficsim.core.network.route.FixedRouteGenerator
-
- getRouteMap() - Method in interface org.opentrafficsim.core.network.Network
-
- getRouteMap() - Method in class org.opentrafficsim.core.network.OTSNetwork
- getRouteNavigator() - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
- getRouteNavigator() - Method in class org.opentrafficsim.core.network.route.ProbabilisticRouteGenerator.RouteProbability
-
- getRoutesBetween(Node, Node) - Method in interface org.opentrafficsim.core.network.Network
-
- getRoutesBetween(Node, Node) - Method in class org.opentrafficsim.core.network.OTSNetwork
- getS0(CompoundProperty) - Static method in class org.opentrafficsim.simulationengine.properties.IDMPropertySet
-
Return the static headway.
- getShortestRouteBetween(Node, Node) - Method in interface org.opentrafficsim.core.network.Network
-
- getShortestRouteBetween(Node, Node) - Method in class org.opentrafficsim.core.network.OTSNetwork
- getShortName() - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Return a short description of the property.
- getShortName() - Method in class org.opentrafficsim.simulationengine.properties.BooleanProperty
-
Return a short description of the property.
- getShortName() - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Return a short description of the property.
- getShortName() - Method in class org.opentrafficsim.simulationengine.properties.ContinuousProperty
-
Return a short description of the property.
- getShortName() - Method in class org.opentrafficsim.simulationengine.properties.IntegerProperty
-
Return a short description of the property.
- getShortName() - Method in class org.opentrafficsim.simulationengine.properties.ProbabilityDistributionProperty
-
Return a short description of the property.
- getShortName() - Method in class org.opentrafficsim.simulationengine.properties.SelectionProperty
-
Return a short description of the property.
- getShortName() - Method in class org.opentrafficsim.simulationengine.properties.StringProperty
-
Return a short description of the property.
- getSimulator() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getSimulator() - Method in class org.opentrafficsim.core.gtu.TemplateGTUType
-
- getSimulator() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
- 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
- getStartNode() - Method in interface org.opentrafficsim.core.network.Link
-
- getStartNode() - Method in class org.opentrafficsim.core.network.OTSLink
- getStatusBar() - Method in class org.opentrafficsim.gui.OTSSimulationPanel
-
- getTabbedPane() - Method in class org.opentrafficsim.gui.OTSSimulationPanel
-
- getTime() - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
-
- getTimeFont() - Method in class org.opentrafficsim.gui.OTSControlPanel
-
- getTSafe(CompoundProperty) - Static method in class org.opentrafficsim.simulationengine.properties.IDMPropertySet
-
Return the time headway.
- getType() - Method in class org.opentrafficsim.core.gtu.RelativePosition
-
- getType() - Method in class org.opentrafficsim.core.gtu2.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.AbstractProperty
-
Retrieve the current value of the property.
- 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() - 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.
- getVelocity() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getVelocity() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
- getWidth() - Method in interface org.opentrafficsim.core.gtu.GTU
-
- getWidth() - Method in class org.opentrafficsim.core.gtu.TemplateGTUType
-
- getWidth() - Method in interface org.opentrafficsim.core.gtu2.GTU
-
- GTU - Interface in org.opentrafficsim.core.gtu
-
Generalized Travel Unit.
- GTU - Interface in org.opentrafficsim.core.gtu2
-
Generalized Travel Unit.
- 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.
- 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
-
- GTUException - Exception in org.opentrafficsim.core.gtu2
-
Exception thrown when GTU encounters a problem.
- GTUException() - Constructor for exception org.opentrafficsim.core.gtu2.GTUException
-
- GTUException(String) - Constructor for exception org.opentrafficsim.core.gtu2.GTUException
-
- GTUException(Throwable) - Constructor for exception org.opentrafficsim.core.gtu2.GTUException
-
- GTUException(String, Throwable) - Constructor for exception org.opentrafficsim.core.gtu2.GTUException
-
- GTUException(String, Throwable, boolean, boolean) - Constructor for exception org.opentrafficsim.core.gtu2.GTUException
-
- GTUType - Class in org.opentrafficsim.core.gtu
-
A GTU type identifies the type of a GTU.
- GTUType - Class in org.opentrafficsim.core.gtu2
-
A GTU type identifies the type of a GTU.
- offsetDirection(double) - Static method in enum org.opentrafficsim.core.network.LateralDirectionality
-
- offsetGeometry(OTSLine3D, double) - Static method in class org.opentrafficsim.core.geometry.OTSBuffering
-
Generate a Geometry that has a fixed offset from a reference Geometry.
- offsetLine(OTSLine3D, double, double) - Static method in class org.opentrafficsim.core.geometry.OTSBuffering
-
Create the Geometry of a line at offset from a reference line.
- org.opentrafficsim.core - package org.opentrafficsim.core
-
- 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-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- 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.gtu2 - package org.opentrafficsim.core.gtu2
-
New implementation of the GTU in multiple modules.
- 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-2015 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.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-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- originNode() - Method in class org.opentrafficsim.core.network.route.Route
-
- OTS_DIST - Interface in org.opentrafficsim.core
-
Copyright (c) 2013-2014 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTS_DOUBLE_DIST - Interface in org.opentrafficsim.core.units.distributions
-
Copyright (c) 2013-2014 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTS_DOUBLE_DIST.ContinuousDistScalar - Interface in org.opentrafficsim.core.units.distributions
-
the easy access interface to the double scalar continuous distributions.
- OTS_DOUBLE_DIST.DiscreteDistScalar - Interface in org.opentrafficsim.core.units.distributions
-
the easy access interface to the double scalar discrete distributions.
- OTS_FLOAT_DIST - Interface in org.opentrafficsim.core.units.distributions
-
Copyright (c) 2013-2014 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTS_FLOAT_DIST.ContinuousDistScalar - Interface in org.opentrafficsim.core.units.distributions
-
the easy access interface to the float scalar continuous distributions.
- OTS_FLOAT_DIST.DiscreteDistScalar - Interface in org.opentrafficsim.core.units.distributions
-
the easy access interface to the float scalar discrete distributions.
- OTS_SCALAR - Interface in org.opentrafficsim.core
-
Copyright (c) 2013-2014 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSAnimationPanel - Class in org.opentrafficsim.gui
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- 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.
- OTSAnimatorInterface - Interface in org.opentrafficsim.core.dsol
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSBuffering - Class in org.opentrafficsim.core.geometry
-
Copyright (c) 2013-2015 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.DisposeOnCloseThread - Class in org.opentrafficsim.gui
-
Install the dispose on close when the OTSControlPanel is registered as part of a frame.
- OTSDEVSAnimator - Class in org.opentrafficsim.core.dsol
-
Copyright (c) 2013-2015 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-2015 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.Abs and Time.Rel arguments.
- OTSGeometry - Class in org.opentrafficsim.core.geometry
-
Utility class for OTS geometry.
- OTSGeometryException - Exception in org.opentrafficsim.core.geometry
-
Copyright (c) 2013-2015 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
-
- OTSLine3D - Class in org.opentrafficsim.core.geometry
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSLine3D(OTSPoint3D[]) - Constructor for class org.opentrafficsim.core.geometry.OTSLine3D
-
- OTSLine3D(Coordinate[]) - Constructor for class org.opentrafficsim.core.geometry.OTSLine3D
-
- OTSLine3D(LineString) - Constructor for class org.opentrafficsim.core.geometry.OTSLine3D
-
- OTSLine3D(Geometry) - Constructor for class org.opentrafficsim.core.geometry.OTSLine3D
-
- OTSLine3D(List<OTSPoint3D>) - Constructor for class org.opentrafficsim.core.geometry.OTSLine3D
-
- OTSLink - Class in org.opentrafficsim.core.network
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSLink(String, Node, Node, OTSLine3D, Frequency.Abs) - Constructor for class org.opentrafficsim.core.network.OTSLink
-
Construct a new link.
- OTSLink(String, Node, Node, OTSLine3D) - Constructor for class org.opentrafficsim.core.network.OTSLink
-
Construct a new link with infinite capacity.
- OTSModelInterface - Interface in org.opentrafficsim.core.dsol
-
Copyright (c) 2013-2015 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, AnglePlane.Abs, AngleSlope.Abs) - 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.
- 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.
- OTSPolygon3D - Class in org.opentrafficsim.core.geometry
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSPolygon3D(OTSPoint3D[]) - Constructor for class org.opentrafficsim.core.geometry.OTSPolygon3D
-
- OTSPolygon3D(LineString) - Constructor for class org.opentrafficsim.core.geometry.OTSPolygon3D
-
- OTSPolygon3D(Coordinate[]) - Constructor for class org.opentrafficsim.core.geometry.OTSPolygon3D
-
- OTSPolygon3D(Geometry) - Constructor for class org.opentrafficsim.core.geometry.OTSPolygon3D
-
- OTSReplication - Class in org.opentrafficsim.core.dsol
-
Copyright (c) 2013-2015 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.
- OTSSimTimeDouble - Class in org.opentrafficsim.core.dsol
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- OTSSimTimeDouble(DoubleScalar.Abs<TimeUnit>) - Constructor for class org.opentrafficsim.core.dsol.OTSSimTimeDouble
-
- OTSSimulationPanel - Class in org.opentrafficsim.gui
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- 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
- paintMultiPolygon(Graphics2D, Color, DirectedPoint, OTSLine3D) - 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.
- 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).
- 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
-
- parseSpeedDistAbs(String) - Static method in class org.opentrafficsim.core.network.factory.xml.units.Distributions
-
Parse an absolute speed distribution, e.g.
- 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 time units.
- printCoordinate(String, OTSPoint3D) - Static method in class org.opentrafficsim.core.geometry.OTSGeometry
-
Print one OTSPoint3D on the console.
- printCoordinates(String, OTSPoint3D[]) - Static method in class org.opentrafficsim.core.geometry.OTSGeometry
-
Print an array of coordinates on the console.
- printCoordinates(String, OTSLine3D) - Static method in class org.opentrafficsim.core.geometry.OTSGeometry
-
Print an array of coordinates on the console.
- printCoordinates(String, OTSPoint3D[], int, int) - Static method in class org.opentrafficsim.core.geometry.OTSGeometry
-
Print part of an array of coordinates on the console.
- ProbabilisticRouteGenerator - Class in org.opentrafficsim.core.network.route
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- ProbabilisticRouteGenerator(List<ProbabilisticRouteGenerator.RouteProbability>, StreamInterface) - Constructor for class org.opentrafficsim.core.network.route.ProbabilisticRouteGenerator
-
Construct a new ProbabilistiRouteGenerator using the given random stream.
- ProbabilisticRouteGenerator.RouteProbability - Class in org.opentrafficsim.core.network.route
-
Combination of route and probability or frequency.
- 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[], Double[], boolean, int) - Constructor for class org.opentrafficsim.simulationengine.properties.ProbabilityDistributionProperty
-
Construct a new ProbabilityDistributionProperty.
- 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.
- 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.
- REAR - Static variable in class org.opentrafficsim.core.gtu.RelativePosition
-
Standard relative position type BACK.
- REAR - Static variable in class org.opentrafficsim.core.gtu2.RelativePosition
-
Standard relative position type BACK.
- rebuildSimulator(Rectangle) - Method in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
-
Restart (rebuild) the simulation.
- rebuildSimulator(Rectangle) - Method in interface org.opentrafficsim.simulationengine.WrappableAnimation
-
Restart (rebuild) the simulation.
- REFERENCE - Static variable in class org.opentrafficsim.core.gtu.RelativePosition
-
Standard relative position type REFERENCE.
- REFERENCE - Static variable in class org.opentrafficsim.core.gtu2.RelativePosition
-
Standard relative position type REFERENCE.
- REFERENCE_POSITION - Static variable in class org.opentrafficsim.core.gtu.RelativePosition
-
the reference position (always 0, 0, 0).
- REFERENCE_POSITION - Static variable in class org.opentrafficsim.core.gtu2.RelativePosition
-
the reference position (always 0, 0, 0).
- Rel(DistContinuous, U) - Constructor for class org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel
-
- Rel(double, U) - Constructor for class org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel
-
- Rel(DistContinuous, U) - Constructor for class org.opentrafficsim.core.units.distributions.ContinuousDistFloatScalar.Rel
-
- Rel(float, U) - Constructor for class org.opentrafficsim.core.units.distributions.ContinuousDistFloatScalar.Rel
-
- Rel(DistDiscrete, U) - Constructor for class org.opentrafficsim.core.units.distributions.DiscreteDistDoubleScalar.Rel
-
- Rel(long, U) - Constructor for class org.opentrafficsim.core.units.distributions.DiscreteDistDoubleScalar.Rel
-
- Rel(DistDiscrete, U) - Constructor for class org.opentrafficsim.core.units.distributions.DiscreteDistFloatScalar.Rel
-
- Rel(int, U) - Constructor for class org.opentrafficsim.core.units.distributions.DiscreteDistFloatScalar.Rel
-
- relativeMillis(double) - Method in class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
- RelativePosition - Class in org.opentrafficsim.core.gtu
-
A RelativePosition is a position on a GTU; e.g.
- RelativePosition(Length.Rel, Length.Rel, Length.Rel, RelativePosition.TYPE) - Constructor for class org.opentrafficsim.core.gtu.RelativePosition
-
- RelativePosition(RelativePosition) - Constructor for class org.opentrafficsim.core.gtu.RelativePosition
-
- RelativePosition - Class in org.opentrafficsim.core.gtu2
-
A RelativePosition is a position on a GTU; e.g.
- RelativePosition(Length.Rel, Length.Rel, Length.Rel, RelativePosition.TYPE) - Constructor for class org.opentrafficsim.core.gtu2.RelativePosition
-
- RelativePosition(RelativePosition) - Constructor for class org.opentrafficsim.core.gtu2.RelativePosition
-
- RelativePosition.TYPE - Class in org.opentrafficsim.core.gtu
-
The type of relative position, e.g., Front, Back, etc.
- RelativePosition.TYPE - Class in org.opentrafficsim.core.gtu2
-
The type of relative position, e.g., Front, Back, etc.
- remove(int) - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Remove a sub property from this CompoundProperty.
- remove(AbstractProperty<?>) - Method in class org.opentrafficsim.simulationengine.properties.CompoundProperty
-
Remove a property from this CompoundProperty.
- removeLink(Link) - Method in interface org.opentrafficsim.core.network.Network
-
- removeLink(Link) - Method in class org.opentrafficsim.core.network.OTSNetwork
- removeNode(Node) - Method in interface org.opentrafficsim.core.network.Network
-
- removeNode(Node) - Method in class org.opentrafficsim.core.network.OTSNetwork
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.opentrafficsim.gui.ProbabilityDistributionEditor
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.opentrafficsim.gui.ProbabilityDistributionEditor
- removeRoute(Route) - Method in interface org.opentrafficsim.core.network.Network
-
- removeRoute(Route) - Method in class org.opentrafficsim.core.network.OTSNetwork
- Route - Class in org.opentrafficsim.core.network.route
-
A Route consists of a list of Nodes.
- Route(String) - Constructor for class org.opentrafficsim.core.network.route.Route
-
Create an empty route.
- Route(String, List<Node>) - Constructor for class org.opentrafficsim.core.network.route.Route
-
Create a route based on an initial list of nodes.
- RouteGenerator - Interface in org.opentrafficsim.core.network.route
-
Interface for objects that generate a route (to be assigned to a newly constructed GTU).
- RouteNavigator - Interface in org.opentrafficsim.core.network.route
-
A RouteNavigator maintains a position on a route.
- RouteProbability(CompleteRouteNavigator, double) - Constructor for class org.opentrafficsim.core.network.route.ProbabilisticRouteGenerator.RouteProbability
-
- run() - Method in class org.opentrafficsim.gui.OTSControlPanel.DisposeOnCloseThread
- run() - Method in class org.opentrafficsim.simulationengine.SimpleAnimator
- runOld() - Method in class org.opentrafficsim.simulationengine.SimpleAnimator
-
- runUpTo(Time.Abs) - Method in class org.opentrafficsim.core.dsol.OTSDEVSAnimator
-
Runs the simulator up to a certain time; events at that time will not yet be executed.
- runUpTo(Time.Abs) - Method in class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
-
Runs the simulator up to a certain time; events at that time will not yet be executed.
- runUpTo(Time.Abs) - Method in class org.opentrafficsim.core.dsol.OTSDEVSSimulator
-
Runs the simulator up to a certain time; events at that time will not yet be executed.
- runUpTo(Time.Abs) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
-
Runs the simulator up to a certain time; events at that time will not yet be executed.
- savedUserModifiedProperties - Variable in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
-
The properties after (possible) editing by the user.
- scheduleEvent(SimEventInterface<OTSSimTimeDouble>) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
- scheduleEvent(Time.Abs, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.simulationengine.SimpleAnimator
-
Construct and schedule a SimEvent using a DoubleScalar.Abs<TimeUnit> to specify the execution time.
- scheduleEvent(Time.Abs, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.simulationengine.SimpleSimulator
-
Construct and schedule a SimEvent using a DoubleScalar.Abs<TimeUnit> to specify the execution time.
- scheduleEvent(Time.Abs, short, Object, Object, String, Object[]) - Method in interface org.opentrafficsim.simulationengine.SimpleSimulatorInterface
-
Construct and schedule a SimEvent using a DoubleScalar.Abs<TimeUnit> to specify the execution time.
- scheduleEventAbs(Time.Abs, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSAnimator
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(Time.Abs, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSAnimator
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(Time.Abs, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(Time.Abs, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(Time.Abs, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSSimulator
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(Time.Abs, 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.Abs, Object, Object, String, Object[]) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
-
schedules a methodCall at an absolute time.
- scheduleEventAbs(Time.Abs, 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(Time.Rel, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSAnimator
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Time.Rel, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSAnimator
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Time.Rel, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Time.Rel, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSRealTimeClock
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Time.Rel, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSSimulator
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Time.Rel, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.dsol.OTSDEVSSimulator
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Time.Rel, short, Object, Object, String, Object[]) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
-
schedules a methodCall at a relative duration.
- scheduleEventRel(Time.Rel, Object, Object, String, Object[]) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
-
schedules a methodCall at a relative duration.
- 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[], int, boolean, int) - Constructor for class org.opentrafficsim.simulationengine.properties.SelectionProperty
-
Construct a new SelectionProperty.
- set(DoubleScalar.Abs<TimeUnit>) - Method in class org.opentrafficsim.core.dsol.OTSSimTimeDouble
- setCapacity(Frequency.Abs) - Method in interface org.opentrafficsim.core.network.Link
-
Set the link capacity.
- setCapacity(Frequency.Abs) - Method in class org.opentrafficsim.core.network.OTSLink
-
Set the link capacity.
- setEventList(EventListInterface<OTSSimTimeDouble>) - Method in interface org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface
- setGTUColorer(int) - Method in class org.opentrafficsim.core.gtu.animation.SwitchableGTUColorer
-
Replace the currently active GTUColorer.
- setRouteNavigator(RouteNavigator) - Method in class org.opentrafficsim.core.gtu.AbstractGTU
-
- setValue(T) - Method in class org.opentrafficsim.simulationengine.properties.AbstractProperty
-
Change the value of the property.
- setValue(Boolean) - Method in class org.opentrafficsim.simulationengine.properties.BooleanProperty
-
Change the value of the property.
- setValue(ArrayList<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(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.
- 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-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- SimpleAnimator(Time.Abs, Time.Rel, Time.Rel, 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-2015 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.Abs, Time.Rel, Time.Rel, 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-2015 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.geometry.OTSLine3D
-
- 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.
- SpaceBasedGTU - Interface in org.opentrafficsim.core.gtu
-
GTU that can travel in 2D or 3D space.
- SPEED_UNITS - Static variable in class org.opentrafficsim.core.network.factory.xml.units.SpeedUnits
-
the speed units.
- SpeedUnits - Class in org.opentrafficsim.core.network.factory.xml.units
-
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- start() - Method in interface org.opentrafficsim.core.dsol.OTSSimulatorInterface
- 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.
- StringProperty - Class in org.opentrafficsim.simulationengine.properties
-
String property.
- StringProperty(String, String, String, boolean, int) - Constructor for class org.opentrafficsim.simulationengine.properties.StringProperty
-
Construct an StringProperty.
- 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.