org.mars_sim.msp.simulation.vehicle
Interface VehicleOperator

All Known Implementing Classes:
Person

public interface VehicleOperator

An entity capable of operating a vehicle. Could be a person or an AI computer.


Method Summary
 java.lang.String getOperatorName()
          Gets the name of the vehicle operator
 boolean isFitForOperatingVehicle()
          Checks if the vehicle operator is fit for operating the vehicle.
 

Method Detail

isFitForOperatingVehicle

boolean isFitForOperatingVehicle()
Checks if the vehicle operator is fit for operating the vehicle.

Returns:
true if vehicle operator is fit.

getOperatorName

java.lang.String getOperatorName()
Gets the name of the vehicle operator

Returns:
vehicle operator name.