Uses of Interface
nl.tudelft.simulation.traffic.vehicle.VehicleControlInterface

Packages that use VehicleControlInterface
nl.tudelft.simulation.traffic.vehicle   
 

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

Classes in nl.tudelft.simulation.traffic.vehicle that implement VehicleControlInterface
 class VehicleControl
          
(c) copyright 2003-2004 Delft University of Technology , the Netherlands.
 

Methods in nl.tudelft.simulation.traffic.vehicle that return VehicleControlInterface
 VehicleControlInterface VehiclePhysicalInterface.getVehicleControl()
          Returns the control associated to this physical vehicle.
 VehicleControlInterface VehiclePhysical.getVehicleControl()
           
 

Methods in nl.tudelft.simulation.traffic.vehicle with parameters of type VehicleControlInterface
 void VehiclePhysicalInterface.setVehicleControl(VehicleControlInterface vehicleControl)
           
 void VehiclePhysical.setVehicleControl(VehicleControlInterface vehicleControl)
           
 

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



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