Package | Description |
---|---|
org.opentrafficsim.road.network.factory.xml |
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
org.opentrafficsim.road.network.factory.xml.units | |
org.opentrafficsim.road.network.lane |
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
|
org.opentrafficsim.road.network.lane.changing |
Lane change possibility models.
|
Modifier and Type | Field and Description |
---|---|
(package private) OvertakingConditions |
GlobalTag.defaultOvertakingConditions
default overtaking conditions.
|
(package private) OvertakingConditions |
RoadTypeTag.overtakingConditions
the overtaking conditions for the lanes of this road type.
|
(package private) OvertakingConditions |
LaneOverrideTag.overtakingConditions
the overtaking conditions for this lane, i.e., overtake on the left, and on the right under 25 km/h.
|
(package private) OvertakingConditions |
CrossSectionElementTag.overtakingConditions
overtaking conditions.
|
Modifier and Type | Method and Description |
---|---|
static OvertakingConditions |
LaneAttributes.parseOvertakingConditions(String ocStr,
XmlNetworkLaneParser parser) |
Modifier and Type | Method and Description |
---|---|
OvertakingConditions |
Lane.getOvertakingConditions() |
Constructor and Description |
---|
Lane(CrossSectionLink parentLink,
String id,
org.djunits.value.vdouble.scalar.Length.Rel lateralOffsetAtStart,
org.djunits.value.vdouble.scalar.Length.Rel lateralOffsetAtEnd,
org.djunits.value.vdouble.scalar.Length.Rel beginWidth,
org.djunits.value.vdouble.scalar.Length.Rel endWidth,
LaneType laneType,
org.opentrafficsim.core.network.LongitudinalDirectionality directionality,
org.djunits.value.vdouble.scalar.Speed speedLimit,
OvertakingConditions overtakingConditions) |
Lane(CrossSectionLink parentLink,
String id,
org.djunits.value.vdouble.scalar.Length.Rel lateralOffsetAtStart,
org.djunits.value.vdouble.scalar.Length.Rel lateralOffsetAtEnd,
org.djunits.value.vdouble.scalar.Length.Rel beginWidth,
org.djunits.value.vdouble.scalar.Length.Rel endWidth,
LaneType laneType,
Map<org.opentrafficsim.core.gtu.GTUType,org.opentrafficsim.core.network.LongitudinalDirectionality> directionalityMap,
Map<org.opentrafficsim.core.gtu.GTUType,org.djunits.value.vdouble.scalar.Speed> speedLimitMap,
OvertakingConditions overtakingConditions) |
Modifier and Type | Class and Description |
---|---|
static class |
OvertakingConditions.LeftAlwaysRightSpeed
Overtaking on the left allowed for all GTUs, and overtaking on the right allowed under a given speed.
|
static class |
OvertakingConditions.LeftAndRight
Overtaking on both sides allowed.
|
static class |
OvertakingConditions.LeftOnly
Overtaking on the left allowed for all GTUs.
|
static class |
OvertakingConditions.LeftSet
Provide a collection of GTUs that can overtake another collection of GTUs on the left side, but not vice versa.
|
static class |
OvertakingConditions.LeftSetRightSpeed
Provide a collection of GTUs that can overtake another collection of GTUs on the left side, but not vice versa.
|
static class |
OvertakingConditions.None
No overtaking allowed.
|
static class |
OvertakingConditions.RightAlwaysLeftSpeed
Overtaking on the right allowed for all GTUs, and overtaking on the left allowed under a given speed.
|
static class |
OvertakingConditions.RightOnly
Overtaking on the right allowed for all GTUs.
|
static class |
OvertakingConditions.RightSet
Provide a collection of GTUs that can overtake another collection of GTUs on the right side, but not vice versa.
|
static class |
OvertakingConditions.RightSetLeftSpeed
Provide a collection of GTUs that can overtake another collection of GTUs on the right side, but not vice versa.
|
Copyright © 2014–2015 Delft University of Technology. All rights reserved.