Uses of Class
org.opentrafficsim.road.gtu.lane.perception.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 InfrastructureLaneChangeInfoInfrastructureLaneChangeInfo. fromInaccessibleLane(boolean deadEnd)Returns an instance for the case the entire lane is inaccessible.InfrastructureLaneChangeInfoInfrastructureLaneChangeInfo. left(LaneStructureRecord rec, RelativePosition rel, boolean dead)Returns lane change info for one lane towards the left.InfrastructureLaneChangeInfoInfrastructureLaneChangeInfo. 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 intInfrastructureLaneChangeInfo. 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 java.util.SortedSet<InfrastructureLaneChangeInfo>DirectInfrastructurePerception. getInfrastructureLaneChangeInfo(RelativeLane lane)Returns infrastructure lane change info of a lane.java.util.SortedSet<InfrastructureLaneChangeInfo>InfrastructurePerception. getInfrastructureLaneChangeInfo(RelativeLane lane)Returns infrastructure lane change info of a lane.TimeStampedObject<java.util.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 classInfrastructureLaneChangeInfoToledoCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.