Package | Description |
---|---|
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 | 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.Node startNode,
org.opentrafficsim.core.network.Node endNode,
org.opentrafficsim.core.geometry.OTSLine3D designLine,
LaneKeepingPolicy laneKeepingPolicy)
Construction of a 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.