org.mars_sim.msp.simulation.person.ai.mission
Class MissionHistoricalEvent

java.lang.Object
  extended by org.mars_sim.msp.simulation.events.HistoricalEvent
      extended by org.mars_sim.msp.simulation.person.ai.mission.MissionHistoricalEvent

public class MissionHistoricalEvent
extends HistoricalEvent

This class represents the historical actions involving missions.


Field Summary
static java.lang.String DEVELOPMENT
           
static java.lang.String EMERGENCY_BEACON
           
static java.lang.String EMERGENCY_DESTINATION
           
static java.lang.String FINISH
           
static java.lang.String JOINING
           
static java.lang.String RENDEZVOUS
           
static java.lang.String RESCUE_PERSON
           
static java.lang.String SALVAGE_VEHICLE
           
static java.lang.String START
           
 
Constructor Summary
MissionHistoricalEvent(Person person, Mission mission, java.lang.String eventType)
          Constructor
 
Method Summary
 
Methods inherited from class org.mars_sim.msp.simulation.events.HistoricalEvent
getCategory, getDescription, getSource, getTimestamp, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START

public static final java.lang.String START
See Also:
Constant Field Values

JOINING

public static final java.lang.String JOINING
See Also:
Constant Field Values

FINISH

public static final java.lang.String FINISH
See Also:
Constant Field Values

DEVELOPMENT

public static final java.lang.String DEVELOPMENT
See Also:
Constant Field Values

EMERGENCY_DESTINATION

public static final java.lang.String EMERGENCY_DESTINATION
See Also:
Constant Field Values

EMERGENCY_BEACON

public static final java.lang.String EMERGENCY_BEACON
See Also:
Constant Field Values

RENDEZVOUS

public static final java.lang.String RENDEZVOUS
See Also:
Constant Field Values

SALVAGE_VEHICLE

public static final java.lang.String SALVAGE_VEHICLE
See Also:
Constant Field Values

RESCUE_PERSON

public static final java.lang.String RESCUE_PERSON
See Also:
Constant Field Values
Constructor Detail

MissionHistoricalEvent

public MissionHistoricalEvent(Person person,
                              Mission mission,
                              java.lang.String eventType)
Constructor

Parameters:
person - The person on the mission.
mission - The mission with the event.
eventType - The type of event.