Package | Description |
---|---|
org.liris.smartgov.lez.core.copert.fields | |
org.liris.smartgov.lez.core.copert.tableParser |
Modifier and Type | Interface and Description |
---|---|
interface |
VehicleSegment
Common interface for Light Commercial Vehicle and Heavy Duty Trucks segments.
|
Modifier and Type | Class and Description |
---|---|
class |
EuroNorm |
class |
Fuel |
class |
HeavyDutyTrucksSegment |
class |
LightWeightVehicleSegment |
class |
Load |
class |
Mode |
class |
PassengerCarsSegment |
class |
Pollutant |
class |
RandomField |
class |
RoadSlope |
class |
Technology |
class |
VehicleCategory |
Modifier and Type | Method and Description |
---|---|
static CopertField |
CopertField.getValue(CopertHeader header,
java.lang.String string)
Use to compute the particular field that correspond to the specified string
for the specified header.
|
static CopertField |
CopertField.randomSelector()
Special random Copert field
|
static CopertField |
CopertField.valueOf(CopertHeader header,
java.lang.String value)
Use to compute the particular field that correspond to the specified enumeration
string representation for the specified header.
|
Modifier and Type | Method and Description |
---|---|
static CopertField |
CopertHeader.randomField(CopertHeader header) |