Uses of Enum Class
org.opentrafficsim.road.network.lane.changing.LaneKeepingPolicy
Package
Description
Factories for Links, Lanes, Nodes.
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
Lane change possibility models.
-
Uses of LaneKeepingPolicy in org.opentrafficsim.road.network.factory
ModifierConstructorDescriptionLaneFactory
(RoadNetwork network, Node from, Node to, LinkType type, OtsSimulatorInterface simulator, LaneKeepingPolicy policy, GtuType gtuType) LaneFactory
(RoadNetwork network, Node from, Node to, LinkType type, OtsSimulatorInterface simulator, LaneKeepingPolicy policy, GtuType gtuType, ContinuousLine line) -
Uses of LaneKeepingPolicy in org.opentrafficsim.road.network.lane
Modifier and TypeMethodDescriptionfinal LaneKeepingPolicy
CrossSectionLink.getLaneKeepingPolicy()
Retrieve the lane keeping policy.ModifierConstructorDescriptionCrossSectionLink
(RoadNetwork network, String id, Node startNode, Node endNode, LinkType linkType, OtsLine2d designLine, FractionalLengthData elevation, LaneKeepingPolicy laneKeepingPolicy) Construction of a cross section link. -
Uses of LaneKeepingPolicy in org.opentrafficsim.road.network.lane.changing
Modifier and TypeMethodDescriptionstatic LaneKeepingPolicy
Returns the enum constant of this class with the specified name.static LaneKeepingPolicy[]
LaneKeepingPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.