|
MATSIM
|

Public Member Functions | |
| Integer | getSeats () |
| Integer | getStandingRoom () |
| VehicleCapacity | setSeats (Integer seats) |
| VehicleCapacity | setStandingRoom (Integer standingRoom) |
| Double | getVolumeInCubicMeters () |
| VehicleCapacity | setVolumeInCubicMeters (double volumeInCubicMeters) |
| Double | getWeightInTons () |
| VehicleCapacity | setWeightInTons (double weightInTons) |
| Attributes | getAttributes () |
| VehicleCapacity | setOther (double other) |
| Double | getOther () |
Private Attributes | |
| Integer | seats = 0 |
| Integer | standingRoom = 0 |
| Double | volumeInCubicMeters = Double.POSITIVE_INFINITY |
| Double | weightInTons = Double.POSITIVE_INFINITY |
| Attributes | attributes = new AttributesImpl() |
| Double | other = Double.POSITIVE_INFINITY |
Definition at line 30 of file VehicleCapacity.java.
| Integer org.matsim.vehicles.VehicleCapacity.getSeats | ( | ) |
Definition at line 44 of file VehicleCapacity.java.
References org.matsim.vehicles.VehicleCapacity.seats.
Referenced by org.matsim.vehicles.VehicleUtils.copyFromTo(), ch.sbb.matsim.routing.pt.raptor.CapacityDependentInVehicleCostCalculator.getInVehicleCost(), org.matsim.analysis.pt.stop2stop.PtStop2StopAnalysis.PtVehicleData.PtVehicleData(), org.matsim.core.mobsim.qsim.qnetsimengine.QVehicleImpl.QVehicleImpl(), and org.matsim.core.mobsim.qsim.pt.TransitQVehicle.TransitQVehicle().
| Integer org.matsim.vehicles.VehicleCapacity.getStandingRoom | ( | ) |
Definition at line 47 of file VehicleCapacity.java.
References org.matsim.vehicles.VehicleCapacity.standingRoom.
Referenced by org.matsim.vehicles.VehicleUtils.copyFromTo(), ch.sbb.matsim.routing.pt.raptor.CapacityDependentInVehicleCostCalculator.getInVehicleCost(), org.matsim.analysis.pt.stop2stop.PtStop2StopAnalysis.PtVehicleData.PtVehicleData(), and org.matsim.core.mobsim.qsim.pt.TransitQVehicle.TransitQVehicle().
| VehicleCapacity org.matsim.vehicles.VehicleCapacity.setSeats | ( | Integer | seats | ) |
Definition at line 50 of file VehicleCapacity.java.
References org.matsim.vehicles.VehicleCapacity.seats.
Referenced by org.matsim.vehicles.VehicleUtils.createDefaultVehicleType(), and org.matsim.pt.utils.CreateVehiclesForSchedule.run().
| VehicleCapacity org.matsim.vehicles.VehicleCapacity.setStandingRoom | ( | Integer | standingRoom | ) |
Definition at line 54 of file VehicleCapacity.java.
References org.matsim.vehicles.VehicleCapacity.standingRoom.
Referenced by org.matsim.pt.utils.CreateVehiclesForSchedule.run().
| Double org.matsim.vehicles.VehicleCapacity.getVolumeInCubicMeters | ( | ) |
Definition at line 58 of file VehicleCapacity.java.
References org.matsim.vehicles.VehicleCapacity.volumeInCubicMeters.
Referenced by org.matsim.vehicles.VehicleUtils.copyFromTo().
| VehicleCapacity org.matsim.vehicles.VehicleCapacity.setVolumeInCubicMeters | ( | double | volumeInCubicMeters | ) |
Definition at line 61 of file VehicleCapacity.java.
References org.matsim.vehicles.VehicleCapacity.volumeInCubicMeters.
| Double org.matsim.vehicles.VehicleCapacity.getWeightInTons | ( | ) |
Definition at line 65 of file VehicleCapacity.java.
References org.matsim.vehicles.VehicleCapacity.weightInTons.
Referenced by org.matsim.vehicles.VehicleUtils.copyFromTo().
| VehicleCapacity org.matsim.vehicles.VehicleCapacity.setWeightInTons | ( | double | weightInTons | ) |
Definition at line 68 of file VehicleCapacity.java.
References org.matsim.vehicles.VehicleCapacity.weightInTons.
Referenced by org.matsim.vehicles.VehicleUtils.copyFromTo().
| Attributes org.matsim.vehicles.VehicleCapacity.getAttributes | ( | ) |
Implements org.matsim.utils.objectattributes.attributable.Attributable.
Definition at line 72 of file VehicleCapacity.java.
References org.matsim.vehicles.VehicleCapacity.attributes.
| VehicleCapacity org.matsim.vehicles.VehicleCapacity.setOther | ( | double | other | ) |
Definition at line 75 of file VehicleCapacity.java.
References org.matsim.vehicles.VehicleCapacity.other.
| Double org.matsim.vehicles.VehicleCapacity.getOther | ( | ) |
Definition at line 79 of file VehicleCapacity.java.
References org.matsim.vehicles.VehicleCapacity.other.
|
private |
Definition at line 36 of file VehicleCapacity.java.
Referenced by org.matsim.vehicles.VehicleCapacity.getSeats(), and org.matsim.vehicles.VehicleCapacity.setSeats().
|
private |
Definition at line 37 of file VehicleCapacity.java.
Referenced by org.matsim.vehicles.VehicleCapacity.getStandingRoom(), and org.matsim.vehicles.VehicleCapacity.setStandingRoom().
|
private |
Definition at line 38 of file VehicleCapacity.java.
Referenced by org.matsim.vehicles.VehicleCapacity.getVolumeInCubicMeters(), and org.matsim.vehicles.VehicleCapacity.setVolumeInCubicMeters().
|
private |
Definition at line 39 of file VehicleCapacity.java.
Referenced by org.matsim.vehicles.VehicleCapacity.getWeightInTons(), and org.matsim.vehicles.VehicleCapacity.setWeightInTons().
|
private |
Definition at line 40 of file VehicleCapacity.java.
Referenced by org.matsim.vehicles.VehicleCapacity.getAttributes().
|
private |
Definition at line 41 of file VehicleCapacity.java.
Referenced by org.matsim.vehicles.VehicleCapacity.getOther(), and org.matsim.vehicles.VehicleCapacity.setOther().
1.8.13