Uses of Class
org.opentrafficsim.road.gtu.lane.perception.InfrastructureLaneChangeInfo
Packages that use InfrastructureLaneChangeInfo
Package
Description
Implementation of lane-based perception for the GTU.
Categories define a set of perceivable information.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-
Uses of InfrastructureLaneChangeInfo in org.opentrafficsim.road.gtu.lane.perception
Methods in org.opentrafficsim.road.gtu.lane.perception that return InfrastructureLaneChangeInfoModifier and TypeMethodDescriptionstatic InfrastructureLaneChangeInfo
InfrastructureLaneChangeInfo.fromInaccessibleLane
(boolean deadEnd) Returns an instance for the case the entire lane is inaccessible.InfrastructureLaneChangeInfo.left
(LaneStructureRecord rec, RelativePosition rel, boolean dead) Returns lane change info for one lane towards the left.InfrastructureLaneChangeInfo.right
(LaneStructureRecord rec, RelativePosition rel, boolean dead) Returns lane change info for one lane towards the right.Methods in org.opentrafficsim.road.gtu.lane.perception with parameters of type InfrastructureLaneChangeInfoModifier and TypeMethodDescriptionfinal int
InfrastructureLaneChangeInfo.compareTo
(InfrastructureLaneChangeInfo infrastructureLaneChangeInfo) -
Uses of InfrastructureLaneChangeInfo in org.opentrafficsim.road.gtu.lane.perception.categories
Methods in org.opentrafficsim.road.gtu.lane.perception.categories that return types with arguments of type InfrastructureLaneChangeInfoModifier and TypeMethodDescriptionDirectInfrastructurePerception.getInfrastructureLaneChangeInfo
(RelativeLane lane) Returns infrastructure lane change info of a lane.InfrastructurePerception.getInfrastructureLaneChangeInfo
(RelativeLane lane) Returns infrastructure lane change info of a lane.final org.opentrafficsim.base.TimeStampedObject<SortedSet<InfrastructureLaneChangeInfo>>
DirectInfrastructurePerception.getTimeStampedInfrastructureLaneChangeInfo
(RelativeLane lane) Returns time stamped infrastructure lane change info of a lane. -
Uses of InfrastructureLaneChangeInfo in org.opentrafficsim.road.gtu.lane.tactical.toledo
Modifier and TypeClassDescriptionclass
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.