MATSIM
Public Member Functions | List of all members
org.matsim.vehicles.VehicleCapacity Interface Reference
Inheritance diagram for org.matsim.vehicles.VehicleCapacity:
Inheritance graph
[legend]

Public Member Functions

Integer getSeats ()
 
Integer getStandingRoom ()
 
FreightCapacity getFreightCapacity ()
 
void setSeats (Integer seats)
 
void setStandingRoom (Integer standingRoom)
 
void setFreightCapacity (FreightCapacity freightCap)
 

Detailed Description

Author
dgrether

Definition at line 26 of file VehicleCapacity.java.

Member Function Documentation

Integer org.matsim.vehicles.VehicleCapacity.getSeats ( )
Integer org.matsim.vehicles.VehicleCapacity.getStandingRoom ( )
FreightCapacity org.matsim.vehicles.VehicleCapacity.getFreightCapacity ( )
void org.matsim.vehicles.VehicleCapacity.setSeats ( Integer  seats)
void org.matsim.vehicles.VehicleCapacity.setStandingRoom ( Integer  standingRoom)
void org.matsim.vehicles.VehicleCapacity.setFreightCapacity ( FreightCapacity  freightCap)

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