Package | Description |
---|---|
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 | Method and Description |
---|---|
LaneKeepingPolicy |
CrossSectionLink.getLaneKeepingPolicy()
Retrieve the lane keeping policy.
|
Constructor and Description |
---|
CrossSectionLink(org.opentrafficsim.core.network.Network network,
String id,
org.opentrafficsim.core.network.Node startNode,
org.opentrafficsim.core.network.Node 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(org.opentrafficsim.core.network.Network network,
String id,
org.opentrafficsim.core.network.Node startNode,
org.opentrafficsim.core.network.Node 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.
|
CrossSectionLink(org.opentrafficsim.core.network.Network network,
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.
|
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–2016 Delft University of Technology. All rights reserved.