Uses of Enum Class
org.opentrafficsim.road.network.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.
-
Uses of LaneKeepingPolicy in org.opentrafficsim.road.network
Methods in org.opentrafficsim.road.network that return LaneKeepingPolicyModifier and TypeMethodDescriptionstatic LaneKeepingPolicyReturns 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. -
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) Constructor.LaneFactory(RoadNetwork network, Node from, Node to, LinkType type, OtsSimulatorInterface simulator, LaneKeepingPolicy policy, GtuType gtuType, OffsetCurve2d line) Constructor. -
Uses of LaneKeepingPolicy in org.opentrafficsim.road.network.lane
Methods in org.opentrafficsim.road.network.lane that return LaneKeepingPolicyModifier and TypeMethodDescriptionfinal LaneKeepingPolicyCrossSectionLink.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, OtsLine2d designLine, ContinuousPiecewiseLinearFunction elevation, LaneKeepingPolicy laneKeepingPolicy) Construction of a cross section link.