Package | Description |
---|---|
org.liris.smartgov.lez.core.copert |
Modifier and Type | Method and Description |
---|---|
CopertParameters |
Copert.getCopertParameters(Pollutant pollutant)
Returns the copertParameters according to the given Pollutant.
|
CopertParameters |
Copert.getCopertParameters(Pollutant pollutant,
Mode mode)
Returns the copertParameters according to the given
Pollutant and Mode.
|
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.
|