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

Public Member Functions

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

Private Attributes

Integer seats = null
 
Integer standingRoom = null
 
FreightCapacity freightCap = null
 

Detailed Description

Author
dgrether

Definition at line 26 of file VehicleCapacityImpl.java.

Constructor & Destructor Documentation

org.matsim.vehicles.VehicleCapacityImpl.VehicleCapacityImpl ( )

Definition at line 32 of file VehicleCapacityImpl.java.

32 {}

Member Function Documentation

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

Member Data Documentation

Integer org.matsim.vehicles.VehicleCapacityImpl.seats = null
private
Integer org.matsim.vehicles.VehicleCapacityImpl.standingRoom = null
private
FreightCapacity org.matsim.vehicles.VehicleCapacityImpl.freightCap = null
private

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