|
MATSIM
|

Public Member Functions | |
| EngineInformationImpl (FuelType fueltype, double literPerMeter) | |
| FuelType | getFuelType () |
| double | getGasConsumption () |
| void | setFuelType (FuelType fueltype) |
| void | setGasConsumption (double literPerMeter) |
Private Attributes | |
| FuelType | fuelType |
| double | gasConsumption |
Definition at line 25 of file EngineInformationImpl.java.
| org.matsim.vehicles.EngineInformationImpl.EngineInformationImpl | ( | FuelType | fueltype, |
| double | literPerMeter | ||
| ) |
Definition at line 30 of file EngineInformationImpl.java.
References org.matsim.vehicles.EngineInformationImpl.setFuelType(), and org.matsim.vehicles.EngineInformationImpl.setGasConsumption().

| FuelType org.matsim.vehicles.EngineInformationImpl.getFuelType | ( | ) |
Implements org.matsim.vehicles.EngineInformation.
Definition at line 36 of file EngineInformationImpl.java.
References org.matsim.vehicles.EngineInformationImpl.fuelType.
| double org.matsim.vehicles.EngineInformationImpl.getGasConsumption | ( | ) |
Implements org.matsim.vehicles.EngineInformation.
Definition at line 41 of file EngineInformationImpl.java.
References org.matsim.vehicles.EngineInformationImpl.gasConsumption.
| void org.matsim.vehicles.EngineInformationImpl.setFuelType | ( | FuelType | fueltype | ) |
Implements org.matsim.vehicles.EngineInformation.
Definition at line 46 of file EngineInformationImpl.java.
Referenced by org.matsim.vehicles.EngineInformationImpl.EngineInformationImpl().
| void org.matsim.vehicles.EngineInformationImpl.setGasConsumption | ( | double | literPerMeter | ) |
Implements org.matsim.vehicles.EngineInformation.
Definition at line 51 of file EngineInformationImpl.java.
Referenced by org.matsim.vehicles.EngineInformationImpl.EngineInformationImpl().
|
private |
Definition at line 27 of file EngineInformationImpl.java.
Referenced by org.matsim.vehicles.EngineInformationImpl.getFuelType().
|
private |
Definition at line 28 of file EngineInformationImpl.java.
Referenced by org.matsim.vehicles.EngineInformationImpl.getGasConsumption().
1.8.8