|
MATSIM
|

Public Member Functions | |
| VehicleImpl (Id< Vehicle > id, VehicleType type) | |
| Id< Vehicle > | getId () |
| VehicleType | getType () |
| String | toString () |
Private Attributes | |
| VehicleType | type |
| Id< Vehicle > | id |
Definition at line 25 of file VehicleImpl.java.
| org.matsim.vehicles.VehicleImpl.VehicleImpl | ( | Id< Vehicle > | id, |
| VehicleType | type | ||
| ) |
Definition at line 30 of file VehicleImpl.java.
References org.matsim.core.gbl.Gbl.assertNotNull(), org.matsim.vehicles.VehicleImpl.id, and org.matsim.vehicles.VehicleImpl.type.

| Id<Vehicle> org.matsim.vehicles.VehicleImpl.getId | ( | ) |
| VehicleType org.matsim.vehicles.VehicleImpl.getType | ( | ) |
Implements org.matsim.vehicles.Vehicle.
Definition at line 43 of file VehicleImpl.java.
References org.matsim.vehicles.VehicleImpl.type.
| String org.matsim.vehicles.VehicleImpl.toString | ( | ) |
Definition at line 48 of file VehicleImpl.java.
|
private |
Definition at line 27 of file VehicleImpl.java.
Referenced by org.matsim.vehicles.VehicleImpl.getType(), and org.matsim.vehicles.VehicleImpl.VehicleImpl().
|
private |
Definition at line 28 of file VehicleImpl.java.
Referenced by org.matsim.vehicles.VehicleImpl.getId(), and org.matsim.vehicles.VehicleImpl.VehicleImpl().
1.8.8