Modifier and Type | Method and Description |
---|---|
double |
Vehicle.getEmissions(Pollutant pollutant,
double meanSpeed,
double distance)
Compute emissions in g according to the COPERT model.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static Pollutant |
Pollutant.getValue(java.lang.String string) |
static Pollutant |
Pollutant.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pollutant[] |
Pollutant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PollutableOsmArc.increasePollution(Pollutant pollutant,
double increment)
Increases the pollution amount recorded on this arc for the given pollutant
by the specified amount, in g.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Pollutant,java.lang.Double> |
Neighborhood.getMainPollutions()
Returns main pollutions, in CO, N2O and PM
|
Modifier and Type | Method and Description |
---|---|
void |
Neighborhood.increasePollution(Pollutant pollutant,
double increment)
Increase pollution in this neighborhood.
|
Constructor and Description |
---|
PollutionRate(Pollutant pollutant)
PollutionRate constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Pollutant,java.lang.Double> |
Tile.getPollution() |
java.util.Map<Pollutant,java.lang.Double> |
TileMap.getPollutionPeeks() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Pollutant,java.lang.Double> |
PollutedArc.getPollution() |
Constructor and Description |
---|
PollutedArc(java.lang.String id,
java.lang.String startNode,
java.lang.String targetNode,
double length,
java.util.Map<Pollutant,java.lang.Double> pollution) |