Package | Description |
---|---|
org.liris.smartgov.lez.core.agent.driver.vehicle | |
org.liris.smartgov.lez.core.copert.fields |
Modifier and Type | Method and Description |
---|---|
Technology |
Vehicle.getTechnology()
Returns the vehicle technology
|
Constructor and Description |
---|
HeavyDutyTruck(java.lang.String id,
Fuel fuel,
HeavyDutyTrucksSegment segment,
EuroNorm euroNorm,
Technology technology,
Copert copert)
HeavyDutyTruck constructor.
|
LightCommercialVehicle(java.lang.String id,
Fuel fuel,
LightWeightVehicleSegment segment,
EuroNorm euroNorm,
Technology technology,
Copert copert)
LightCommercialVehicle constructor.
|
PassengerVehicle(java.lang.String id,
VehicleCategory category,
Fuel fuel,
VehicleSegment segment,
EuroNorm euroNorm,
Technology technology,
Copert copert) |
Vehicle(java.lang.String id,
VehicleCategory category,
Fuel fuel,
VehicleSegment segment,
EuroNorm euroNorm,
Technology technology,
Copert copert)
DeliveryVehicle constructor.
|
Modifier and Type | Method and Description |
---|---|
static Technology |
Technology.getValue(java.lang.String string) |
static Technology |
Technology.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Technology[] |
Technology.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|