Uses of Class
org.opentrafficsim.road.gtu.lane.perception.LaneStructure.Entry
Packages that use LaneStructure.Entry
Package
Description
Implementation of lane-based perception for the GTU.
-
Uses of LaneStructure.Entry in org.opentrafficsim.road.gtu.lane.perception
Methods in org.opentrafficsim.road.gtu.lane.perception that return types with arguments of type LaneStructure.EntryModifier and TypeMethodDescription<T extends LaneBasedObject>
Map<RelativeLane,SortedSet<LaneStructure.Entry<T>>> LaneStructure.getDownstreamObjects
(Class<T> clazz, LaneBasedGtu gtu, RelativePosition.Type pos) Retrieve objects of a specific type.<T extends LaneBasedObject>
SortedSet<LaneStructure.Entry<T>>LaneStructure.getDownstreamObjects
(RelativeLane lane, Class<T> clazz, LaneBasedGtu gtu, RelativePosition.Type pos) Retrieve objects on a lane of a specific type.final <T extends LaneBasedObject>
Map<RelativeLane,SortedSet<LaneStructure.Entry<T>>> RollingLaneStructure.getDownstreamObjects
(Class<T> clazz, LaneBasedGtu gtu, RelativePosition.Type pos) Retrieve objects of a specific type.final <T extends LaneBasedObject>
SortedSet<LaneStructure.Entry<T>>RollingLaneStructure.getDownstreamObjects
(RelativeLane lane, Class<T> clazz, LaneBasedGtu gtu, RelativePosition.Type pos) Retrieve objects on a lane of a specific type.<T extends LaneBasedObject>
Map<RelativeLane,SortedSet<LaneStructure.Entry<T>>> LaneStructure.getDownstreamObjectsOnRoute
(Class<T> clazz, LaneBasedGtu gtu, RelativePosition.Type pos, Route route) Retrieve objects of a specific type.<T extends LaneBasedObject>
SortedSet<LaneStructure.Entry<T>>LaneStructure.getDownstreamObjectsOnRoute
(RelativeLane lane, Class<T> clazz, LaneBasedGtu gtu, RelativePosition.Type pos, Route route) Retrieve objects on a lane of a specific type.final <T extends LaneBasedObject>
Map<RelativeLane,SortedSet<LaneStructure.Entry<T>>> RollingLaneStructure.getDownstreamObjectsOnRoute
(Class<T> clazz, LaneBasedGtu gtu, RelativePosition.Type pos, Route route) Retrieve objects of a specific type.final <T extends LaneBasedObject>
SortedSet<LaneStructure.Entry<T>>RollingLaneStructure.getDownstreamObjectsOnRoute
(RelativeLane lane, Class<T> clazz, LaneBasedGtu gtu, RelativePosition.Type pos, Route route) Retrieve objects on a lane of a specific type.<T extends LaneBasedObject>
SortedSet<LaneStructure.Entry<T>>LaneStructure.getUpstreamObjects
(RelativeLane lane, Class<T> clazz, LaneBasedGtu gtu, RelativePosition.Type pos) Retrieve objects on a lane of a specific type.final <T extends LaneBasedObject>
SortedSet<LaneStructure.Entry<T>>RollingLaneStructure.getUpstreamObjects
(RelativeLane lane, Class<T> clazz, LaneBasedGtu gtu, RelativePosition.Type pos) Retrieve objects on a lane of a specific type.Methods in org.opentrafficsim.road.gtu.lane.perception with parameters of type LaneStructure.EntryModifier and TypeMethodDescriptionfinal int
LaneStructure.Entry.compareTo
(LaneStructure.Entry<T> arg)