<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.
|