Uses of Class
nl.tudelft.simulation.traffic.vehicle.VehicleType

Packages that use VehicleType
nl.tudelft.simulation.traffic.file   
nl.tudelft.simulation.traffic.vehicle   
 

Uses of VehicleType in nl.tudelft.simulation.traffic.file
 

Methods in nl.tudelft.simulation.traffic.file with parameters of type VehicleType
protected  void InfraFileXMLParser.genVehicle(TrackInterface track, double progression, double maxSpeedStart, VehicleType vehicleType, double interval, java.lang.String line)
           
 

Uses of VehicleType in nl.tudelft.simulation.traffic.vehicle
 

Methods in nl.tudelft.simulation.traffic.vehicle that return VehicleType
 VehicleType VehiclePhysicalInterface.getVehicleType()
          Returns the vehicleType.
 VehicleType VehiclePhysical.getVehicleType()
           
 

Constructors in nl.tudelft.simulation.traffic.vehicle with parameters of type VehicleType
VehiclePhysical(VehicleType vehicleType, VehicleControlInterface vehicleControl, TrackInterface track, double progression, double maxSpeedStart, nl.tudelft.simulation.dsol.simulators.DEVDESSSimulatorInterface simulator)
          Create a physical vehicle
VehicleControl(TrackInterface track, double progression, double maxSpeedStart, nl.tudelft.simulation.dsol.simulators.DEVDESSSimulatorInterface simulator, VehicleType vehicleType, java.lang.String line)
           
 



Copyright © 2003-2004 Delft University of Technology, the Netherlands. All Rights Reserved.