Uses of Class
org.mars_sim.msp.core.events.HistoricalEvent

Packages that use HistoricalEvent
org.mars_sim.msp.core.events Contains classes for controlling and modelling events that happen in the simulation. 
org.mars_sim.msp.core.interplanetary.transport   
org.mars_sim.msp.core.malfunction Contains classes involving malfunctions. 
org.mars_sim.msp.core.person.ai.mission Contains classes involving missions a person can perform. 
org.mars_sim.msp.core.person.ai.task Contains classes involving tasks a person can perform. 
org.mars_sim.msp.core.person.medical Contains classes involving a person's medical situation. 
 

Uses of HistoricalEvent in org.mars_sim.msp.core.events
 

Methods in org.mars_sim.msp.core.events that return HistoricalEvent
 HistoricalEvent HistoricalEventManager.getEvent(int index)
          Get the event at a specified index.
 

Methods in org.mars_sim.msp.core.events with parameters of type HistoricalEvent
 void HistoricalEventListener.eventAdded(int index, HistoricalEvent event)
          A new event has been added at the specified manager.
 void HistoricalEventManager.registerNewEvent(HistoricalEvent newEvent)
          An new event needs registering with the manager.
 

Uses of HistoricalEvent in org.mars_sim.msp.core.interplanetary.transport
 

Subclasses of HistoricalEvent in org.mars_sim.msp.core.interplanetary.transport
 class TransportEvent
          A historical event for interplanetary transportation.
 

Uses of HistoricalEvent in org.mars_sim.msp.core.malfunction
 

Subclasses of HistoricalEvent in org.mars_sim.msp.core.malfunction
 class MalfunctionEvent
          This class represents the historical action of a Malfunction occuring or being resolved.
 

Uses of HistoricalEvent in org.mars_sim.msp.core.person.ai.mission
 

Subclasses of HistoricalEvent in org.mars_sim.msp.core.person.ai.mission
 class MissionHistoricalEvent
          This class represents the historical actions involving missions.
 

Uses of HistoricalEvent in org.mars_sim.msp.core.person.ai.task
 

Subclasses of HistoricalEvent in org.mars_sim.msp.core.person.ai.task
 class TaskEvent
          This class represents the historical actions involving tasks.
 

Uses of HistoricalEvent in org.mars_sim.msp.core.person.medical
 

Subclasses of HistoricalEvent in org.mars_sim.msp.core.person.medical
 class MedicalEvent
          This class represents the historical action of a medical problem occuring or being resolved.
 



Copyright © 2009-2013. All Rights Reserved.