Uses of Package
org.mars_sim.msp.simulation.vehicle

Packages that use org.mars_sim.msp.simulation.vehicle
org.mars_sim.msp.simulation Contains classes for creating a virtual Mars. 
org.mars_sim.msp.simulation.person Contains classes involving person units. 
org.mars_sim.msp.simulation.person.ai.mission Contains classes involving missions a person can perform. 
org.mars_sim.msp.simulation.person.ai.task Contains classes involving tasks a person can perform. 
org.mars_sim.msp.simulation.structure Contains classes involving structure units. 
org.mars_sim.msp.simulation.structure.building Contains classes for settlement buildings. 
org.mars_sim.msp.simulation.structure.building.function Contains classes for settlement building functions. 
org.mars_sim.msp.simulation.vehicle Contains classes involving vehicle units. 
org.mars_sim.msp.ui.standard.tool.map Contains the mars simulation map related UI components 
org.mars_sim.msp.ui.standard.tool.monitor Contains classes for creating a monitor tool window. 
org.mars_sim.msp.ui.standard.unit_window.vehicle Contains classes for vehicle windows. 
 

Classes in org.mars_sim.msp.simulation.vehicle used by org.mars_sim.msp.simulation
Vehicle
          The Vehicle class represents a generic vehicle.
VehicleConfig
          Provides configuration information about vehicle units.
 

Classes in org.mars_sim.msp.simulation.vehicle used by org.mars_sim.msp.simulation.person
Vehicle
          The Vehicle class represents a generic vehicle.
VehicleOperator
          An entity capable of operating a vehicle.
 

Classes in org.mars_sim.msp.simulation.vehicle used by org.mars_sim.msp.simulation.person.ai.mission
LightUtilityVehicle
          A light utility vehicle that can be used for construction, loading and mining.
Rover
          The Rover class represents the rover type of ground vehicle.
Vehicle
          The Vehicle class represents a generic vehicle.
 

Classes in org.mars_sim.msp.simulation.vehicle used by org.mars_sim.msp.simulation.person.ai.task
GroundVehicle
          The GroundVehicle class represents a ground-type vehicle.
LightUtilityVehicle
          A light utility vehicle that can be used for construction, loading and mining.
Rover
          The Rover class represents the rover type of ground vehicle.
Vehicle
          The Vehicle class represents a generic vehicle.
VehicleOperator
          An entity capable of operating a vehicle.
 

Classes in org.mars_sim.msp.simulation.vehicle used by org.mars_sim.msp.simulation.structure
Vehicle
          The Vehicle class represents a generic vehicle.
 

Classes in org.mars_sim.msp.simulation.vehicle used by org.mars_sim.msp.simulation.structure.building
GroundVehicle
          The GroundVehicle class represents a ground-type vehicle.
Vehicle
          The Vehicle class represents a generic vehicle.
 

Classes in org.mars_sim.msp.simulation.vehicle used by org.mars_sim.msp.simulation.structure.building.function
Vehicle
          The Vehicle class represents a generic vehicle.
 

Classes in org.mars_sim.msp.simulation.vehicle used by org.mars_sim.msp.simulation.vehicle
Airlockable
          This interface represents a vehicle with an airlock.
Crewable
          The Crewable interface represents a vehicle that is capable of having a crew of people.
GroundVehicle
          The GroundVehicle class represents a ground-type vehicle.
Medical
          The Medical interface is for vehicles that have a sick bay.
SickBay
          The SickBay class is a medical station for a vehicle.
Towing
           
Vehicle
          The Vehicle class represents a generic vehicle.
VehicleOperator
          An entity capable of operating a vehicle.
 

Classes in org.mars_sim.msp.simulation.vehicle used by org.mars_sim.msp.ui.standard.tool.map
Vehicle
          The Vehicle class represents a generic vehicle.
 

Classes in org.mars_sim.msp.simulation.vehicle used by org.mars_sim.msp.ui.standard.tool.monitor
Crewable
          The Crewable interface represents a vehicle that is capable of having a crew of people.
 

Classes in org.mars_sim.msp.simulation.vehicle used by org.mars_sim.msp.ui.standard.unit_window.vehicle
GroundVehicle
          The GroundVehicle class represents a ground-type vehicle.
Vehicle
          The Vehicle class represents a generic vehicle.