Uses of Enum Class
org.opentrafficsim.road.network.LaneAccessLaw
-
Uses of LaneAccessLaw in org.opentrafficsim.road.network
Modifier and TypeMethodDescriptionstatic LaneAccessLaw
Returns the enum constant of this class with the specified name.static LaneAccessLaw[]
LaneAccessLaw.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionorg.djutils.immutablecollections.ImmutableSortedSet<LaneChangeInfo>
RoadNetwork.getLaneChangeInfo
(Lane lane, Route route, GtuType gtuType, org.djunits.value.vdouble.scalar.Length range, LaneAccessLaw laneAccessLaw) Returns lane change info from the given lane.