MATSIM
Public Member Functions | Private Attributes | List of all members
org.matsim.vehicles.EngineInformationImpl Class Reference
Inheritance diagram for org.matsim.vehicles.EngineInformationImpl:
Inheritance graph
[legend]

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
 

Detailed Description

Author
dgrether

Definition at line 25 of file EngineInformationImpl.java.

Constructor & Destructor Documentation

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().

30  {
31  this.setFuelType(fueltype);
32  this.setGasConsumption(literPerMeter);
33  }

Here is the call graph for this function:

Member Function Documentation

FuelType org.matsim.vehicles.EngineInformationImpl.getFuelType ( )
double org.matsim.vehicles.EngineInformationImpl.getGasConsumption ( )
void org.matsim.vehicles.EngineInformationImpl.setFuelType ( FuelType  fueltype)
void org.matsim.vehicles.EngineInformationImpl.setGasConsumption ( double  literPerMeter)

Member Data Documentation

FuelType org.matsim.vehicles.EngineInformationImpl.fuelType
private
double org.matsim.vehicles.EngineInformationImpl.gasConsumption
private

The documentation for this class was generated from the following file: