public static enum Lane.Variable extends Enum<Lane.Variable>
TraciObject.getReadQuery(Enum).| Enum Constant and Description |
|---|
CO_EMISSION
Query "ReadCOEmission"
|
CO2_EMISSION
Query "ReadCO2Emission"
|
FUEL_CONSUMPTION
Query "ReadFuelConsumption"
|
HC_EMISSION
Query "ReadHCEmission"
|
LAST_STEP_OCCUPANCY
Query "ReadLastStepOccupancy"
|
LAST_STEP_VEHICLE_NUMBER
Query "ReadLastStepVehicleNumber"
|
LENGTH
Query "ReadLength"
|
LINKS
Query "ReadLinks"
|
MAX_SPEED
Query "ReadMaxSpeed"
|
NOISE_EMISSION
Query "ReadNoiseEmission"
|
NOX_EMISSION
Query "ReadNOXEmission"
|
PARENT_EDGE
Query "ReadParentEdge"
|
PMX_EMISSION
Query "ReadPMXEmission"
|
SHAPE
Query "ReadShape"
|
WIDTH
Query "ReadWidth"
|
| Modifier and Type | Method and Description |
|---|---|
static Lane.Variable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lane.Variable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lane.Variable SHAPE
Lane.queryReadShape()public static final Lane.Variable LENGTH
Lane.queryReadLength()public static final Lane.Variable WIDTH
Lane.queryReadWidth()public static final Lane.Variable LAST_STEP_OCCUPANCY
Lane.queryReadLastStepOccupancy()public static final Lane.Variable MAX_SPEED
Lane.queryReadMaxSpeed()public static final Lane.Variable PARENT_EDGE
Lane.queryReadParentEdge()public static final Lane.Variable LINKS
Lane.queryReadLinks()public static final Lane.Variable LAST_STEP_VEHICLE_NUMBER
Lane.queryReadLastStepVehicleNumber()public static final Lane.Variable CO2_EMISSION
Lane.queryReadCO2Emission()public static final Lane.Variable CO_EMISSION
Lane.queryReadCOEmission()public static final Lane.Variable HC_EMISSION
Lane.queryReadHCEmission()public static final Lane.Variable PMX_EMISSION
Lane.queryReadPMXEmission()public static final Lane.Variable NOX_EMISSION
Lane.queryReadNOXEmission()public static final Lane.Variable FUEL_CONSUMPTION
Lane.queryReadFuelConsumption()public static final Lane.Variable NOISE_EMISSION
Lane.queryReadNoiseEmission()public static Lane.Variable[] values()
for (Lane.Variable c : Lane.Variable.values()) System.out.println(c);
public static Lane.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.