|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AutoVehicleDriverView.LRFMode>
aim4.vehicle.AutoVehicleDriverView.LRFMode
public static enum AutoVehicleDriverView.LRFMode
Potential operating modes for a vehicle's laser range finder. These are used to ensure that the intersection simulator doesn't have to simulate sensor inputs if they are not going to be used by the driver agent.
| Enum Constant Summary | |
|---|---|
DISABLED
The laser range finder is completely turned off |
|
ENABLED
The laser range finder is operating at full capacity, limited only by the sensor angle limits and sensor range limits |
|
LIMITED
The laser range finder only tracks the nearest point on the Vehicle in front of this Vehicle |
|
| Method Summary | |
|---|---|
static AutoVehicleDriverView.LRFMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AutoVehicleDriverView.LRFMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AutoVehicleDriverView.LRFMode DISABLED
public static final AutoVehicleDriverView.LRFMode LIMITED
public static final AutoVehicleDriverView.LRFMode ENABLED
| Method Detail |
|---|
public static AutoVehicleDriverView.LRFMode[] values()
for (AutoVehicleDriverView.LRFMode c : AutoVehicleDriverView.LRFMode.values()) System.out.println(c);
public static AutoVehicleDriverView.LRFMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||