org.mars_sim.msp.simulation.structure
Class ResupplyManager

java.lang.Object
  extended by org.mars_sim.msp.simulation.structure.ResupplyManager
All Implemented Interfaces:
java.io.Serializable

public class ResupplyManager
extends java.lang.Object
implements java.io.Serializable

Manages resupply missions from Earth for a settlement.

See Also:
Serialized Form

Method Summary
 java.util.List<Resupply> getResupplies()
          Gets the settlement resupply missions.
 void timePassing(double time)
          Time passing at settlement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResupplies

public java.util.List<Resupply> getResupplies()
Gets the settlement resupply missions.

Returns:
list of resupply missions.

timePassing

public void timePassing(double time)
                 throws java.lang.Exception
Time passing at settlement.

Parameters:
time - amount of time passing (in millisols)
Throws:
java.lang.Exception - if error.