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

Public Member Functions

 FreightCapacityImpl ()
 
void setVolume (double cubicMeters)
 
double getVolume ()
 

Private Attributes

double volume
 

Detailed Description

Author
dgrether

Definition at line 26 of file FreightCapacityImpl.java.

Constructor & Destructor Documentation

org.matsim.vehicles.FreightCapacityImpl.FreightCapacityImpl ( )

Definition at line 30 of file FreightCapacityImpl.java.

30 {}

Member Function Documentation

void org.matsim.vehicles.FreightCapacityImpl.setVolume ( double  cubicMeters)

Implements org.matsim.vehicles.FreightCapacity.

Definition at line 33 of file FreightCapacityImpl.java.

33  {
34  this.volume = cubicMeters;
35  }
double org.matsim.vehicles.FreightCapacityImpl.getVolume ( )

Member Data Documentation

double org.matsim.vehicles.FreightCapacityImpl.volume
private

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