| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.lane.perception | 
 Implementation of lane-based perception for the GTU. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static EnvironmentState.ViewingDirection | 
EnvironmentState.ViewingDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EnvironmentState.ViewingDirection[] | 
EnvironmentState.ViewingDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends LaneBasedObject> | 
LaneStructure.getSortedObjects(EnvironmentState.ViewingDirection viewingDirection,
                RelativeLane relativeLane,
                Class<T> clazz)
Retrieve objects on a lane of a specific type. 
 | 
<T extends LaneBasedObject> | 
EnvironmentState.getSortedObjects(EnvironmentState.ViewingDirection viewingDirection,
                RelativeLane relativeLane,
                Class<T> clazz)
Retrieve objects on a lane of a specific type. 
 | 
Copyright © 2014–2016 Delft University of Technology. All rights reserved.