| Package | Description |
|---|---|
| org.opentrafficsim.road.gtu.lane.perception |
Implementation of lane-based perception for the GTU.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends LaneBasedObject> |
LaneStructure.getDownstreamObjects(RelativeLane lane,
Class<T> clazz,
org.opentrafficsim.core.gtu.GTU gtu,
org.opentrafficsim.core.gtu.RelativePosition.TYPE pos)
Retrieve objects on a lane of a specific type.
|
<T extends LaneBasedObject> |
LaneStructure.getUpstreamObjects(RelativeLane lane,
Class<T> clazz,
org.opentrafficsim.core.gtu.GTU gtu,
org.opentrafficsim.core.gtu.RelativePosition.TYPE pos)
Retrieve objects on a lane of a specific type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
LaneStructure.Entry.compareTo(LaneStructure.Entry<T> arg) |
Copyright © 2014–2016 Delft University of Technology. All rights reserved.