|
MATSIM
|

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 |
Definition at line 26 of file VehicleCapacityImpl.java.
| org.matsim.vehicles.VehicleCapacityImpl.VehicleCapacityImpl | ( | ) |
Definition at line 32 of file VehicleCapacityImpl.java.
| FreightCapacity org.matsim.vehicles.VehicleCapacityImpl.getFreightCapacity | ( | ) |
Implements org.matsim.vehicles.VehicleCapacity.
Definition at line 35 of file VehicleCapacityImpl.java.
References org.matsim.vehicles.VehicleCapacityImpl.freightCap.
| Integer org.matsim.vehicles.VehicleCapacityImpl.getSeats | ( | ) |
Implements org.matsim.vehicles.VehicleCapacity.
Definition at line 40 of file VehicleCapacityImpl.java.
References org.matsim.vehicles.VehicleCapacityImpl.seats.
| Integer org.matsim.vehicles.VehicleCapacityImpl.getStandingRoom | ( | ) |
Implements org.matsim.vehicles.VehicleCapacity.
Definition at line 45 of file VehicleCapacityImpl.java.
References org.matsim.vehicles.VehicleCapacityImpl.standingRoom.
| void org.matsim.vehicles.VehicleCapacityImpl.setFreightCapacity | ( | FreightCapacity | freightCap | ) |
Implements org.matsim.vehicles.VehicleCapacity.
Definition at line 50 of file VehicleCapacityImpl.java.
References org.matsim.vehicles.VehicleCapacityImpl.freightCap.
| void org.matsim.vehicles.VehicleCapacityImpl.setSeats | ( | Integer | seats | ) |
Implements org.matsim.vehicles.VehicleCapacity.
Definition at line 55 of file VehicleCapacityImpl.java.
References org.matsim.vehicles.VehicleCapacityImpl.seats.
| void org.matsim.vehicles.VehicleCapacityImpl.setStandingRoom | ( | Integer | standingRoom | ) |
Implements org.matsim.vehicles.VehicleCapacity.
Definition at line 60 of file VehicleCapacityImpl.java.
References org.matsim.vehicles.VehicleCapacityImpl.standingRoom.
|
private |
Definition at line 28 of file VehicleCapacityImpl.java.
Referenced by org.matsim.vehicles.VehicleCapacityImpl.getSeats(), and org.matsim.vehicles.VehicleCapacityImpl.setSeats().
|
private |
Definition at line 29 of file VehicleCapacityImpl.java.
Referenced by org.matsim.vehicles.VehicleCapacityImpl.getStandingRoom(), and org.matsim.vehicles.VehicleCapacityImpl.setStandingRoom().
|
private |
Definition at line 30 of file VehicleCapacityImpl.java.
Referenced by org.matsim.vehicles.VehicleCapacityImpl.getFreightCapacity(), and org.matsim.vehicles.VehicleCapacityImpl.setFreightCapacity().
1.8.8