Package | Description |
---|---|
org.opentrafficsim.road.network.factory |
Factories for Links, Lanes, Nodes.
|
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.
|
Constructor and Description |
---|
LaneFactory(OTSNetwork network,
OTSNode from,
OTSNode to,
LinkType type,
OTSSimulatorInterface simulator,
LaneKeepingPolicy policy) |
LaneFactory(OTSNetwork network,
OTSNode from,
OTSNode to,
LinkType type,
OTSSimulatorInterface simulator,
LaneKeepingPolicy policy,
OTSLine3D line) |
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,
OTSSimulatorInterface 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–2019 Delft University of Technology. All rights reserved.