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) LaneKeepingPolicy |
GlobalTag.defaultLaneKeepingPolicy
default lane keeping policy.
|
(package private) LaneKeepingPolicy |
RoadTypeTag.laneKeepingPolicy
the lane keeping policy, i.e., keep left, keep right or keep lane.
|
(package private) LaneKeepingPolicy |
LinkTag.laneKeepingPolicy
the lane keeping policy, i.e., keep left, keep right or keep lane.
|
Modifier and Type | Method and Description |
---|---|
static LaneKeepingPolicy |
LaneAttributes.parseLaneKeepingPolicy(String lkpStr) |
Modifier and Type | Method and Description |
---|---|
LaneKeepingPolicy |
CrossSectionLink.getLaneKeepingPolicy() |
Constructor and Description |
---|
CrossSectionLink(String id,
org.opentrafficsim.core.network.OTSNode startNode,
org.opentrafficsim.core.network.OTSNode endNode,
org.opentrafficsim.core.network.LinkType linkType,
org.opentrafficsim.core.geometry.OTSLine3D designLine,
LaneKeepingPolicy laneKeepingPolicy)
Construction of a link, on which no traffic is allowed after construction of the link.
|
CrossSectionLink(String id,
org.opentrafficsim.core.network.OTSNode startNode,
org.opentrafficsim.core.network.OTSNode endNode,
org.opentrafficsim.core.network.LinkType linkType,
org.opentrafficsim.core.geometry.OTSLine3D designLine,
org.opentrafficsim.core.network.LongitudinalDirectionality directionality,
LaneKeepingPolicy laneKeepingPolicy)
Construction of a link, with a general directionality for GTUType.ALL.
|
CrossSectionLink(String id,
org.opentrafficsim.core.network.OTSNode startNode,
org.opentrafficsim.core.network.OTSNode endNode,
org.opentrafficsim.core.network.LinkType linkType,
org.opentrafficsim.core.geometry.OTSLine3D designLine,
Map<org.opentrafficsim.core.gtu.GTUType,org.opentrafficsim.core.network.LongitudinalDirectionality> directionalityMap,
LaneKeepingPolicy laneKeepingPolicy)
Construction of a cross section link.
|
Modifier and Type | Method and Description |
---|---|
static LaneKeepingPolicy |
LaneKeepingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaneKeepingPolicy[] |
LaneKeepingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2015 Delft University of Technology. All rights reserved.