org.mars_sim.msp.core.vehicle
Interface VehicleOperator

All Superinterfaces:
Serializable
All Known Implementing Classes:
Person

public interface VehicleOperator
extends Serializable

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


Method Summary
 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

String getOperatorName()
Gets the name of the vehicle operator

Returns:
vehicle operator name.


Copyright © 2009-2013. All Rights Reserved.