Uses of Class
org.opentrafficsim.road.network.lane.changing.LaneKeepingPolicy
-
Packages that use LaneKeepingPolicy 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. -
-
Uses of LaneKeepingPolicy in org.opentrafficsim.road.network.factory
Constructors in org.opentrafficsim.road.network.factory with parameters of type LaneKeepingPolicy Constructor Description LaneFactory(OTSRoadNetwork network, OTSRoadNode from, OTSRoadNode to, LinkType type, OTSSimulatorInterface simulator, LaneKeepingPolicy policy)
LaneFactory(OTSRoadNetwork network, OTSRoadNode from, OTSRoadNode to, LinkType type, OTSSimulatorInterface simulator, LaneKeepingPolicy policy, OTSLine3D line)
-
Uses of LaneKeepingPolicy in org.opentrafficsim.road.network.lane
Methods in org.opentrafficsim.road.network.lane that return LaneKeepingPolicy Modifier and Type Method Description LaneKeepingPolicy
CrossSectionLink. getLaneKeepingPolicy()
Retrieve the lane keeping policy.Constructors in org.opentrafficsim.road.network.lane with parameters of type LaneKeepingPolicy Constructor Description CrossSectionLink(OTSRoadNetwork network, String id, OTSRoadNode startNode, OTSRoadNode endNode, LinkType linkType, OTSLine3D designLine, 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 LaneKeepingPolicy Modifier and Type Method 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.
-