Uses of Class
org.opentrafficsim.road.gtu.lane.perception.InfrastructureLaneChangeInfo
-
Packages that use InfrastructureLaneChangeInfo Package Description org.opentrafficsim.road.gtu.lane.perception Implementation of lane-based perception for the GTU.org.opentrafficsim.road.gtu.lane.perception.categories Categories define a set of perceivable information.org.opentrafficsim.road.gtu.lane.tactical.toledo Copyright (c) 2013-2020 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 InfrastructureLaneChangeInfo Modifier and Type Method Description static InfrastructureLaneChangeInfo
InfrastructureLaneChangeInfo. fromInaccessibleLane(boolean deadEnd)
Returns an instance for the case the entire lane is inaccessible.InfrastructureLaneChangeInfo
InfrastructureLaneChangeInfo. left(LaneStructureRecord rec, RelativePosition rel, boolean dead)
Returns lane change info for one lane towards the left.InfrastructureLaneChangeInfo
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 InfrastructureLaneChangeInfo Modifier and Type Method Description 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 InfrastructureLaneChangeInfo Modifier and Type Method Description SortedSet<InfrastructureLaneChangeInfo>
DirectInfrastructurePerception. getInfrastructureLaneChangeInfo(RelativeLane lane)
Returns infrastructure lane change info of a lane.SortedSet<InfrastructureLaneChangeInfo>
InfrastructurePerception. getInfrastructureLaneChangeInfo(RelativeLane lane)
Returns infrastructure lane change info of a lane.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
Subclasses of InfrastructureLaneChangeInfo in org.opentrafficsim.road.gtu.lane.tactical.toledo Modifier and Type Class Description class
InfrastructureLaneChangeInfoToledo
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-