Package | Description |
---|---|
org.liris.smartgov.lez.core.copert | |
org.liris.smartgov.lez.core.copert.fields |
Modifier and Type | Method and Description |
---|---|
CopertParameters |
Copert.getCopertParameters(Pollutant pollutant,
Mode mode,
RoadSlope roadSlope,
Load load)
Returns the copertParameters according to the given
Pollutant, Mode, Road slope and load.
|
CopertParameters |
Copert.getCopertParameters(Pollutant pollutant,
RoadSlope roadSlope,
Load load)
Returns the copertParameters according to the given
Pollutant, Road slope and load.
|
Modifier and Type | Method and Description |
---|---|
static RoadSlope |
RoadSlope.getValue(java.lang.String string) |
static RoadSlope |
RoadSlope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoadSlope[] |
RoadSlope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|