Uses of Class
org.opentrafficsim.road.gtu.lane.perception.LaneStructure.Entry
Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.perception |
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.Entry Modifier and Type Method Description <T extends LaneBasedObject>
java.util.Map<RelativeLane,java.util.SortedSet<LaneStructure.Entry<T>>>LaneStructure. getDownstreamObjects(java.lang.Class<T> clazz, LaneBasedGTU gtu, RelativePosition.TYPE pos)
Retrieve objects of a specific type.<T extends LaneBasedObject>
java.util.SortedSet<LaneStructure.Entry<T>>LaneStructure. getDownstreamObjects(RelativeLane lane, java.lang.Class<T> clazz, LaneBasedGTU gtu, RelativePosition.TYPE pos)
Retrieve objects on a lane of a specific type.<T extends LaneBasedObject>
java.util.Map<RelativeLane,java.util.SortedSet<LaneStructure.Entry<T>>>RollingLaneStructure. getDownstreamObjects(java.lang.Class<T> clazz, LaneBasedGTU gtu, RelativePosition.TYPE pos)
Retrieve objects of a specific type.<T extends LaneBasedObject>
java.util.SortedSet<LaneStructure.Entry<T>>RollingLaneStructure. getDownstreamObjects(RelativeLane lane, java.lang.Class<T> clazz, LaneBasedGTU gtu, RelativePosition.TYPE pos)
Retrieve objects on a lane of a specific type.<T extends LaneBasedObject>
java.util.Map<RelativeLane,java.util.SortedSet<LaneStructure.Entry<T>>>LaneStructure. getDownstreamObjectsOnRoute(java.lang.Class<T> clazz, LaneBasedGTU gtu, RelativePosition.TYPE pos, Route route)
Retrieve objects of a specific type.<T extends LaneBasedObject>
java.util.SortedSet<LaneStructure.Entry<T>>LaneStructure. getDownstreamObjectsOnRoute(RelativeLane lane, java.lang.Class<T> clazz, LaneBasedGTU gtu, RelativePosition.TYPE pos, Route route)
Retrieve objects on a lane of a specific type.<T extends LaneBasedObject>
java.util.Map<RelativeLane,java.util.SortedSet<LaneStructure.Entry<T>>>RollingLaneStructure. getDownstreamObjectsOnRoute(java.lang.Class<T> clazz, LaneBasedGTU gtu, RelativePosition.TYPE pos, Route route)
Retrieve objects of a specific type.<T extends LaneBasedObject>
java.util.SortedSet<LaneStructure.Entry<T>>RollingLaneStructure. getDownstreamObjectsOnRoute(RelativeLane lane, java.lang.Class<T> clazz, LaneBasedGTU gtu, RelativePosition.TYPE pos, Route route)
Retrieve objects on a lane of a specific type.<T extends LaneBasedObject>
java.util.SortedSet<LaneStructure.Entry<T>>LaneStructure. getUpstreamObjects(RelativeLane lane, java.lang.Class<T> clazz, LaneBasedGTU gtu, RelativePosition.TYPE pos)
Retrieve objects on a lane of a specific type.<T extends LaneBasedObject>
java.util.SortedSet<LaneStructure.Entry<T>>RollingLaneStructure. getUpstreamObjects(RelativeLane lane, java.lang.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.Entry Modifier and Type Method Description int
LaneStructure.Entry. compareTo(LaneStructure.Entry<T> arg)