Uses of Enum Class
org.opentrafficsim.road.network.lane.changing.LaneKeepingPolicy
Packages that use 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
Constructors in org.opentrafficsim.road.network.factory with parameters of type LaneKeepingPolicyModifierConstructorDescriptionLaneFactory
(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
Methods in org.opentrafficsim.road.network.lane that return LaneKeepingPolicyModifier and TypeMethodDescriptionfinal LaneKeepingPolicy
CrossSectionLink.getLaneKeepingPolicy()
Retrieve the lane keeping policy.Constructors in org.opentrafficsim.road.network.lane with parameters of type LaneKeepingPolicyModifierConstructorDescriptionCrossSectionLink
(RoadNetwork network, String id, Node startNode, Node endNode, LinkType linkType, org.opentrafficsim.base.geometry.OtsLine2d designLine, FractionalLengthData elevation, LaneKeepingPolicy laneKeepingPolicy) Construction of a cross section link. -
Uses of LaneKeepingPolicy in org.opentrafficsim.road.network.lane.changing
Methods in org.opentrafficsim.road.network.lane.changing that return LaneKeepingPolicyModifier 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.