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(Network network,
String id,
Node startNode,
Node endNode,
LinkType linkType,
OTSLine3D designLine,
SimulatorInterface.TimeDoubleUnit simulator,
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–2018 Delft University of Technology. All rights reserved.