Uses of Enum Class
org.opentrafficsim.road.network.LaneKeepingPolicy
Packages that use LaneKeepingPolicy
Package
Description
Classes that provide detailed cross-sections of a link using lanes, markers and sensors.
Factories for Links, Lanes, Nodes.
-
Uses of LaneKeepingPolicy in org.opentrafficsim.road.network
Methods in org.opentrafficsim.road.network that return LaneKeepingPolicyModifier and TypeMethodDescriptionfinal LaneKeepingPolicyCrossSectionLink.getLaneKeepingPolicy()Retrieve the lane keeping policy.static 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.Constructors in org.opentrafficsim.road.network 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. -
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) Constructor.LaneFactory(RoadNetwork network, Node from, Node to, LinkType type, OtsSimulatorInterface simulator, LaneKeepingPolicy policy, OffsetCurve2d line) Constructor.