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

Packages that use org.mars_sim.msp.simulation.malfunction
org.mars_sim.msp.simulation Contains classes for creating a virtual Mars. 
org.mars_sim.msp.simulation.equipment Contains classes involving equipment units. 
org.mars_sim.msp.simulation.malfunction Contains classes involving malfunctions. 
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.vehicle Contains classes involving vehicle units. 
org.mars_sim.msp.ui.standard.unit_window Contains classes for unit windows. 
org.mars_sim.msp.ui.standard.unit_window.structure.building Contains classes for building windows. 
 

Classes in org.mars_sim.msp.simulation.malfunction used by org.mars_sim.msp.simulation
MalfunctionConfig
          Provides configuration information about malfunctions.
MalfunctionFactory
          This class is a factory for Malfunction objects.
 

Classes in org.mars_sim.msp.simulation.malfunction used by org.mars_sim.msp.simulation.equipment
Malfunctionable
          The Malfunctionable interface represents a Unit that can have malfunctions.
MalfunctionManager
          The MalfunctionManager class manages the current malfunctions in a unit.
 

Classes in org.mars_sim.msp.simulation.malfunction used by org.mars_sim.msp.simulation.malfunction
Malfunction
          The Malfunction class represents a malfunction in a vehicle, structure or equipment.
Malfunctionable
          The Malfunctionable interface represents a Unit that can have malfunctions.
MalfunctionConfig
          Provides configuration information about malfunctions.
MalfunctionManager
          The MalfunctionManager class manages the current malfunctions in a unit.
 

Classes in org.mars_sim.msp.simulation.malfunction used by org.mars_sim.msp.simulation.person.ai.task
Malfunctionable
          The Malfunctionable interface represents a Unit that can have malfunctions.
 

Classes in org.mars_sim.msp.simulation.malfunction used by org.mars_sim.msp.simulation.structure
Malfunctionable
          The Malfunctionable interface represents a Unit that can have malfunctions.
MalfunctionManager
          The MalfunctionManager class manages the current malfunctions in a unit.
 

Classes in org.mars_sim.msp.simulation.malfunction used by org.mars_sim.msp.simulation.structure.building
Malfunctionable
          The Malfunctionable interface represents a Unit that can have malfunctions.
MalfunctionManager
          The MalfunctionManager class manages the current malfunctions in a unit.
 

Classes in org.mars_sim.msp.simulation.malfunction used by org.mars_sim.msp.simulation.vehicle
Malfunctionable
          The Malfunctionable interface represents a Unit that can have malfunctions.
MalfunctionManager
          The MalfunctionManager class manages the current malfunctions in a unit.
 

Classes in org.mars_sim.msp.simulation.malfunction used by org.mars_sim.msp.ui.standard.unit_window
Malfunction
          The Malfunction class represents a malfunction in a vehicle, structure or equipment.
 

Classes in org.mars_sim.msp.simulation.malfunction used by org.mars_sim.msp.ui.standard.unit_window.structure.building
Malfunctionable
          The Malfunctionable interface represents a Unit that can have malfunctions.