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

Public Member Functions

Map< Id< VehicleType >, VehicleTypegetVehicleTypes ()
 
Map< Id< Vehicle >, VehiclegetVehicles ()
 
VehiclesFactory getFactory ()
 
void addVehicle (final Vehicle v)
 
void removeVehicle (final Id< Vehicle > vehicleId)
 
void addVehicleType (final VehicleType type)
 
void removeVehicleType (final Id< VehicleType > vehicleTypeId)
 

Detailed Description

Root class of the vehicles container.

Author
dgrether
jwjoubert

Definition at line 33 of file Vehicles.java.

Member Function Documentation

◆ getVehicleTypes()

Map<Id<VehicleType>, VehicleType> org.matsim.vehicles.Vehicles.getVehicleTypes ( )

◆ getVehicles()

Map<Id<Vehicle>, Vehicle> org.matsim.vehicles.Vehicles.getVehicles ( )

◆ getFactory()

VehiclesFactory org.matsim.vehicles.Vehicles.getFactory ( )

◆ addVehicle()

void org.matsim.vehicles.Vehicles.addVehicle ( final Vehicle  v)

◆ removeVehicle()

void org.matsim.vehicles.Vehicles.removeVehicle ( final Id< Vehicle vehicleId)

◆ addVehicleType()

void org.matsim.vehicles.Vehicles.addVehicleType ( final VehicleType  type)

◆ removeVehicleType()

void org.matsim.vehicles.Vehicles.removeVehicleType ( final Id< VehicleType vehicleTypeId)

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