Uses of Class
org.mars_sim.msp.simulation.person.ai.mission.RoverMission

Packages that use RoverMission
org.mars_sim.msp.simulation.person.ai.mission Contains classes involving missions a person can perform. 
 

Uses of RoverMission in org.mars_sim.msp.simulation.person.ai.mission
 

Subclasses of RoverMission in org.mars_sim.msp.simulation.person.ai.mission
 class CollectIce
          The Exploration class is a mission to travel in a rover to several random locations around a settlement and collect ice.
 class CollectRegolith
          The Exploration class is a mission to travel in a rover to several random locations around a settlement and collect Regolith.
 class CollectResourcesMission
          The CollectResourcesMission class is a mission to travel in a rover to several random locations around a settlement and collect resources of a given type.
 class Exploration
          The Exploration class is a mission to travel in a rover to several random locations around a settlement and collect rock samples.
 class Mining
          Mission for mining mineral concentrations at an explored site.
 class RescueSalvageVehicle
          The RescueSalvageRover class is a mission to rescue the crew of a vehicle that has an emergency beacon on and tow the vehicle back, or to simply tow the vehicle back if the crew is already dead.
 class Trade
          A mission for trading between two settlements.
 class TravelToSettlement
          The TravelToSettlement class is a mission to travel from one settlement to another randomly selected one within range of an available rover.