|
MATSIM
|

Classes | |
| enum | FuelType |
Public Member Functions | |
| FuelType | getFuelType () |
| double | getFuelConsumption () |
| EngineInformation | setFuelType (FuelType fueltype) |
| EngineInformation | setFuelConsumption (double literPerMeter) |
| Attributes | getAttributes () |
Private Attributes | |
| Attributes | attributes = new AttributesImpl() |
Definition at line 29 of file EngineInformation.java.
| FuelType org.matsim.vehicles.EngineInformation.getFuelType | ( | ) |
Definition at line 36 of file EngineInformation.java.
| double org.matsim.vehicles.EngineInformation.getFuelConsumption | ( | ) |
Definition at line 40 of file EngineInformation.java.
References org.matsim.vehicles.VehicleUtils.getFuelConsumption().

| EngineInformation org.matsim.vehicles.EngineInformation.setFuelType | ( | FuelType | fueltype | ) |
Definition at line 44 of file EngineInformation.java.
| EngineInformation org.matsim.vehicles.EngineInformation.setFuelConsumption | ( | double | literPerMeter | ) |
Definition at line 49 of file EngineInformation.java.
References org.matsim.vehicles.VehicleUtils.setFuelConsumption().

| Attributes org.matsim.vehicles.EngineInformation.getAttributes | ( | ) |
Implements org.matsim.utils.objectattributes.attributable.Attributable.
Definition at line 53 of file EngineInformation.java.
References org.matsim.vehicles.EngineInformation.attributes.
Referenced by org.matsim.vehicles.VehicleUtils.createVehicle(), org.matsim.vehicles.VehicleUtils.getEnergyCapacity(), org.matsim.vehicles.VehicleUtils.getEnergyConsumptionKWhPerMeter(), org.matsim.vehicles.VehicleUtils.getFuelConsumptionLitersPerMeter(), org.matsim.vehicles.VehicleUtils.getHbefaEmissionsConcept(), org.matsim.vehicles.VehicleUtils.getHbefaSizeClass(), org.matsim.vehicles.VehicleUtils.getHbefaTechnology(), org.matsim.vehicles.VehicleUtils.getHbefaVehicleCategory(), org.matsim.vehicles.VehicleUtils.setEnergyCapacity(), org.matsim.vehicles.VehicleUtils.setEnergyConsumptionKWhPerMeter(), org.matsim.vehicles.VehicleUtils.setFuelConsumptionLitersPerMeter(), org.matsim.vehicles.VehicleUtils.setHbefaEmissionsConcept(), org.matsim.vehicles.VehicleUtils.setHbefaSizeClass(), org.matsim.vehicles.VehicleUtils.setHbefaTechnology(), and org.matsim.vehicles.VehicleUtils.setHbefaVehicleCategory().
|
private |
Definition at line 32 of file EngineInformation.java.
Referenced by org.matsim.vehicles.EngineInformation.getAttributes().
1.8.13