Package | Description |
---|---|
org.liris.smartgov.lez.core.agent.driver.vehicle | |
org.liris.smartgov.lez.core.agent.establishment | |
org.liris.smartgov.lez.core.copert.fields |
Modifier and Type | Method and Description |
---|---|
VehicleSegment |
Vehicle.getSegment()
Returns the vehicle sub-segment.
|
Constructor and Description |
---|
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 |
---|---|
VehicleSegment |
VehicleCapacity.getVehicleSegment()
Returns the vehicle segment.
|
Constructor and Description |
---|
VehicleCapacity(VehicleCategory vehicleCategory,
VehicleSegment vehicleSegment)
VehicleCapacity constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
HeavyDutyTrucksSegment |
class |
LightWeightVehicleSegment |
class |
PassengerCarsSegment |
Modifier and Type | Method and Description |
---|---|
static VehicleSegment |
VehicleSegment.getValue(java.lang.String string) |
static VehicleSegment |
VehicleSegment.valueOf(java.lang.String string) |