org.mars_sim.msp.simulation.structure
Class MockSettlement

java.lang.Object
  extended by org.mars_sim.msp.simulation.Unit
      extended by org.mars_sim.msp.simulation.structure.Structure
          extended by org.mars_sim.msp.simulation.structure.Settlement
              extended by org.mars_sim.msp.simulation.structure.MockSettlement
All Implemented Interfaces:
java.io.Serializable, LifeSupport, Malfunctionable

public class MockSettlement
extends Settlement

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mars_sim.msp.simulation.structure.Settlement
ADD_ASSOCIATED_PERSON_EVENT, buildingManager, goodsManager, powerGrid, REMOVE_ASSOCIATED_PERSON_EVENT, resupplyManager
 
Fields inherited from class org.mars_sim.msp.simulation.structure.Structure
malfunctionManager
 
Fields inherited from class org.mars_sim.msp.simulation.Unit
CONTAINER_UNIT_EVENT, DESCRIPTION_EVENT, LOCATION_EVENT, MASS_EVENT, NAME_EVENT
 
Constructor Summary
MockSettlement()
          Constructor
 
Method Summary
 
Methods inherited from class org.mars_sim.msp.simulation.structure.Settlement
getAffectedPeople, getAirPressure, getAirPressureModifier, getAllAssociatedPeople, getAllAssociatedVehicles, getAvailableAirlock, getAvailablePopulationCapacity, getBuildingManager, getCurrentPopulationNum, getGoodsManager, getInhabitantArray, getInhabitants, getLifeSupportCapacity, getMissionCreationOverride, getOxygenFlowModifier, getParkedVehicleNum, getParkedVehicles, getPopulationCapacity, getPowerGrid, getResupplyManager, getTemperature, getTemperatureModifier, getTemplate, getWaterFlowModifier, lifeSupportCheck, provideOxygen, provideWater, setMissionCreationOverride, timePassing
 
Methods inherited from class org.mars_sim.msp.simulation.structure.Structure
getMalfunctionManager
 
Methods inherited from class org.mars_sim.msp.simulation.Unit
addUnitListener, fireUnitUpdate, fireUnitUpdate, getBaseMass, getContainerUnit, getCoordinates, getDescription, getInventory, getMass, getName, getTopContainerUnit, getUnitManager, removeUnitListener, setBaseMass, setContainerUnit, setCoordinates, setDescription, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mars_sim.msp.simulation.malfunction.Malfunctionable
getInventory, getName
 

Constructor Detail

MockSettlement

public MockSettlement()
               throws java.lang.Exception
Constructor

Throws:
java.lang.Exception