|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HistoricalEvent | |
---|---|
org.mars_sim.msp.simulation.events | Contains classes for controlling and modelling events that happen in the simulation. |
org.mars_sim.msp.simulation.malfunction | Contains classes involving malfunctions. |
org.mars_sim.msp.simulation.person.ai.mission | Contains classes involving missions a person can perform. |
org.mars_sim.msp.simulation.person.ai.task | Contains classes involving tasks a person can perform. |
org.mars_sim.msp.simulation.person.medical | Contains classes involving a person's medical situation. |
org.mars_sim.msp.simulation.structure | Contains classes involving structure units. |
org.mars_sim.msp.ui.standard.tool.monitor | Contains classes for creating a monitor tool window. |
Uses of HistoricalEvent in org.mars_sim.msp.simulation.events |
---|
Methods in org.mars_sim.msp.simulation.events that return HistoricalEvent | |
---|---|
HistoricalEvent |
HistoricalEventManager.getEvent(int index)
Get the event at a specified index. |
Methods in org.mars_sim.msp.simulation.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.simulation.malfunction |
---|
Subclasses of HistoricalEvent in org.mars_sim.msp.simulation.malfunction | |
---|---|
class |
MalfunctionEvent
This class represents the historical action of a Malfunction occuring or being resolved. |
Uses of HistoricalEvent in org.mars_sim.msp.simulation.person.ai.mission |
---|
Subclasses of HistoricalEvent in org.mars_sim.msp.simulation.person.ai.mission | |
---|---|
class |
MissionHistoricalEvent
This class represents the historical actions involving missions. |
Uses of HistoricalEvent in org.mars_sim.msp.simulation.person.ai.task |
---|
Subclasses of HistoricalEvent in org.mars_sim.msp.simulation.person.ai.task | |
---|---|
class |
TaskEvent
This class represents the historical actions involving tasks. |
Uses of HistoricalEvent in org.mars_sim.msp.simulation.person.medical |
---|
Subclasses of HistoricalEvent in org.mars_sim.msp.simulation.person.medical | |
---|---|
class |
MedicalEvent
This class represents the historical action of a medical problem occuring or being resolved. |
Uses of HistoricalEvent in org.mars_sim.msp.simulation.structure |
---|
Subclasses of HistoricalEvent in org.mars_sim.msp.simulation.structure | |
---|---|
class |
ResupplyEvent
An historical event for the arrival of a settlement resupply mission from Earth. |
Uses of HistoricalEvent in org.mars_sim.msp.ui.standard.tool.monitor |
---|
Methods in org.mars_sim.msp.ui.standard.tool.monitor with parameters of type HistoricalEvent | |
---|---|
void |
EventTableModel.eventAdded(int index,
HistoricalEvent event)
A new event has been added at the specified manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |