org.mars_sim.msp.simulation.vehicle
Interface Towing

All Known Implementing Classes:
Rover

public interface Towing


Method Summary
 Vehicle getTowedVehicle()
          Gets the vehicle this rover is currently towing.
 void setTowedVehicle(Vehicle towedVehicle)
          Sets the vehicle this rover is currently towing.
 

Method Detail

setTowedVehicle

void setTowedVehicle(Vehicle towedVehicle)
Sets the vehicle this rover is currently towing.

Parameters:
towedVehicle - the vehicle being towed.

getTowedVehicle

Vehicle getTowedVehicle()
Gets the vehicle this rover is currently towing.

Returns:
towed vehicle.