public static enum LaArDetector.Variable extends Enum<LaArDetector.Variable>
TraciObject.getReadQuery(Enum).| Enum Constant and Description |
|---|
LANE
Query "ReadLane"
|
LENGTH
Query "ReadLengthInLane"
|
MEAN_SPEED
Query "ReadLastStepMeanSpeed"
|
POSITION
Query "ReadPositionInLane"
|
VEHICLE_NUMBER
Query "ReadLastStepVehicleNumber"
|
VEHICLES
Query "ReadLastStepVehicles"
|
| Modifier and Type | Method and Description |
|---|---|
static LaArDetector.Variable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaArDetector.Variable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LaArDetector.Variable LANE
LaArDetector.queryReadLane()public static final LaArDetector.Variable VEHICLE_NUMBER
public static final LaArDetector.Variable MEAN_SPEED
public static final LaArDetector.Variable VEHICLES
LaArDetector.queryReadLastStepVehicles()public static final LaArDetector.Variable POSITION
LaArDetector.queryReadPositionInLane()public static final LaArDetector.Variable LENGTH
LaArDetector.queryReadLengthInLane()public static LaArDetector.Variable[] values()
for (LaArDetector.Variable c : LaArDetector.Variable.values()) System.out.println(c);
public static LaArDetector.Variable valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 Politecnico di Torino. All rights reserved.