Uses of Enum Class
org.opentrafficsim.road.network.LaneAccessLaw
Packages that use LaneAccessLaw
-
Uses of LaneAccessLaw in org.opentrafficsim.road.network
Methods in org.opentrafficsim.road.network that return LaneAccessLawModifier and TypeMethodDescriptionstatic LaneAccessLawReturns 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.Methods in org.opentrafficsim.road.network with parameters of type LaneAccessLawModifier and TypeMethodDescriptionRoadNetwork.getLaneChangeInfo(Lane lane, Route route, GtuType gtuType, Length range, LaneAccessLaw laneAccessLaw) Returns lane change info from the given lane.