public static enum MeMeDetector.Variable extends Enum<MeMeDetector.Variable>
TraciObject.getReadQuery(Enum).| Enum Constant and Description |
|---|
MEAN_SPEED
Query "ReadLastStepMeanSpeed"
|
VEHICLE_NUMBER
Query "ReadLastStepVehicleNumber"
|
VEHICLES
Query "ReadLastStepVehicles"
|
| Modifier and Type | Method and Description |
|---|---|
static MeMeDetector.Variable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeMeDetector.Variable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeMeDetector.Variable VEHICLE_NUMBER
public static final MeMeDetector.Variable MEAN_SPEED
public static final MeMeDetector.Variable VEHICLES
MeMeDetector.queryReadLastStepVehicles()public static MeMeDetector.Variable[] values()
for (MeMeDetector.Variable c : MeMeDetector.Variable.values()) System.out.println(c);
public static MeMeDetector.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.